[PATCH] Input: include "linux/gpio/consumer.h" header file.

2017-12-05 Thread Anthony Kim
An error occurred during compile because there is no header file at x86 configure. Signed-off-by: Anthony Kim --- drivers/input/touchscreen/hideep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/touchscreen/hideep.c b/drivers/input/touchscreen/hideep.c index fc080a7

RE: drivers/input/touchscreen/hideep.c:670:3: error: implicit declaration of function 'gpiod_set_value_cansleep'; did you mean 'gpio_set_value_cansleep'?

2017-12-05 Thread Anthony Kim
Sorry, for my late response. There is missing some header file about gpio. So I will send patch as soon as. Thank you your advice. Anthony. -Original Message- From: kbuild test robot [mailto:fengguang...@intel.com] Sent: Tuesday, December 5, 2017 9:23 PM To: Anthony Kim Cc: kbuild

[PATCH v3 resend 1/1] Input: add support for HiDeep touchscreen

2017-11-07 Thread Anthony Kim
two type IC. They are different the number of channel supported and FW size. But the working protocol is same. Signed-off-by: Anthony Kim --- .../bindings/input/touchscreen/hideep.txt | 42 + .../devicetree/bindings/vendor-prefixes.txt|1 + Acked-by: Rob Herring drivers

[PATCH v3 resend 0/1] Input: add support HiDeep touchscreen.

2017-11-07 Thread Anthony Kim
a, + error = hideep_update_firmware(ts, (const __be32 *)fw_entry->data, fw_entry->size); enable_irq(client->irq); Anthony Kim (1): Input: add support for HiDeep touchscreen .../bindings/input/touchscreen/hideep.txt | 42 +

RE: [PATCH v2 resend 0/1] Input: add support HiDeep touchscreen.

2017-11-05 Thread Anthony Kim
Hi Dmitry, Thanks for your mention. >Hi Anthony, >On Tue, Oct 31, 2017 at 07:17:56PM +0900, Anthony Kim wrote: >> Hi, >> >> I remake patch to base on dmitry's modified code. >> Please refer as follow. >> http://www.spinics.net/lists/linux-input/msg53

[PATCH v2 resend 1/1] Input: add support for HiDeep touchscreen

2017-10-31 Thread Anthony Kim
two type IC. They are different the number of channel supported and FW size. But the working protocol is same. Signed-off-by: Anthony Kim --- .../bindings/input/touchscreen/hideep.txt | 42 + .../devicetree/bindings/vendor-prefixes.txt|1 + Acked-by: Rob Herring drivers

[PATCH v2 resend 0/1] Input: add support HiDeep touchscreen.

2017-10-31 Thread Anthony Kim
int error, error2; @@ -897,7 +909,7 @@ static ssize_t hideep_update_fw(struct device *dev, mutex_lock(&ts->dev_mutex); disable_irq(client->irq); - error = hideep_update_firmware(ts, (const __be32 *)fw_entry->data, + error = hideep_update_f

RE: [PATCH resend 1/1] Input: add support for HiDeep touchscreen

2017-10-26 Thread Anthony Kim
, October 27, 2017 8:08 AM To: Anthony Kim Cc: linux-in...@vger.kernel.org; devicet...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH resend 1/1] Input: add support for HiDeep touchscreen Hi Anthony, On Mon, Oct 16, 2017 at 11:10:06AM +0900, Anthony Kim wrote: > The HiD

[PATCH resend 1/1] Input: add support for HiDeep touchscreen

2017-10-15 Thread Anthony Kim
two type IC. They are different the number of channel supported and FW size. But the working protocol is same. Signed-off-by: Anthony Kim --- .../bindings/input/touchscreen/hideep.txt | 42 + .../devicetree/bindings/vendor-prefixes.txt|1 + Acked-by: Rob Herring drivers

[PATCH resend 0/1] Input: add support for HiDeep touchscreen.

2017-10-15 Thread Anthony Kim
Hi, I remake patch file as base on last commit of next branch and resend patch file. Please review this. My last mail as below. http://www.spinics.net/lists/linux-input/msg53312.html Thanks. Anthony. Anthony Kim (1): Input: add support for HiDeep touchscreen .../bindings/input/touchscreen

Re: [PATCH] Input: add support for HiDeep touchscreen

2017-09-25 Thread Anthony Kim
vice how to use 40 bit register address at regmap. Thank you. Anthony. 2017-09-26 12:28 GMT+09:00 Anthony Kim : > The HiDeep touchscreen device is a capacitive multi-touch controller > mainly for multi-touch supported devices use. It use I2C interface for > communication to IC and provid

[PATCH] Input: add support for HiDeep touchscreen

2017-09-25 Thread Anthony Kim
two type IC. They are different the number of channel supported and FW size. But the working protocol is same. Signed-off-by: Anthony Kim --- .../bindings/input/touchscreen/hideep.txt | 42 + .../devicetree/bindings/vendor-prefixes.txt|1 + Acked-by: Rob Herring drivers

[PATCH] Input: add support for HiDeep touchscreen

2017-09-25 Thread Anthony Kim
two type IC. They are different the number of channel supported and FW size. But the working protocol is same. Signed-off-by: Anthony Kim --- .../bindings/input/touchscreen/hideep.txt | 42 + .../devicetree/bindings/vendor-prefixes.txt|1 + Acked-by: Rob Herring drivers

[PATCH] Input: add support for HiDeep touchscreen

2017-09-13 Thread Anthony Kim
two type IC. They are different the number of channel supported and FW size. But the working protocol is same. Signed-off-by: Anthony Kim --- .../bindings/input/touchscreen/hideep.txt | 42 + .../devicetree/bindings/vendor-prefixes.txt|1 + drivers/input/touchscreen/Kconfig

[PATCH] Input: add support for HiDeep touchscreen

2017-09-11 Thread Anthony Kim
two type IC. They are different the number of channel supported and FW size. But the working protocol is same. Signed-off-by: Anthony Kim --- .../bindings/input/touchscreen/hideep.txt | 42 + .../devicetree/bindings/vendor-prefixes.txt|1 + drivers/input/touchscreen/Kconfig

[PATCH] Input: add support for HiDeep touchscreen

2017-08-22 Thread Anthony Kim
two type IC. They are different the number of channel supported and FW size. But the working protocol is same. Signed-off-by: Anthony Kim --- .../bindings/input/touchscreen/hideep.txt | 39 + .../devicetree/bindings/vendor-prefixes.txt|1 + drivers/input/touchscreen/Kconfig