gned-off-by: Ashish Jangam
Signed-off-by: Dmitry Torokhov
---
drivers/input/touchscreen/Kconfig | 17 ++
drivers/input/touchscreen/Makefile |1
drivers/input/touchscreen/da9052_tsi.c | 361
3 files changed, 379 insertions(+), 0 deletions(-)
cre
-by: David Dajun Chen
> Signed-off-by: Ashish Jangam
Acked-by: Dmitry Torokhov
Please feel free to merge with the rest of your patches (I assume
through MFD tree).
Thanks.
> ---
> Changes since v4:
> - Add string "compile this driver as module" in kconfig
> - Replace str
close functionality
Thank you very mcuh for making changes. I have a few more comments, when
they are addressed please feel free to merge this driver with
Acked-by: Dmitry Torokhov
with the rest of da9052 functionality (I assume it will be through MFD
tree, right?).
> ---
> d
Hi Ashish,
On Fri, Aug 12, 2011 at 07:20:26PM +0530, ashishj3 wrote:
> This driver add support for DA9052 4-wire resistive ADC interfaced touchscreen
> controller.
>
> DA9052 is a MFD therefore this driver depends on DA9052 core driver for core
> functionalities.
>
> Signed-off-by: David Dajun C
+ input_sync(tsi->dev);
>
> return 0;
> }
> @@ -135,131 +160,10 @@ static irqreturn_t da9052_ts_datardy_irq(int irq, void
> *data)
> return IRQ_NONE;
> }
>
[skip[
> + /* start polling for touch_d
Hi Ashish,
On Thu, Jul 14, 2011 at 02:28:10PM +0530, ashishj3 wrote:
> This driver add support for DA9052 4-wire resistive ADC interfaced touchscreen
> controller.
>
> DA9052 is a MFD therefore this driver depends on DA9052 core driver for core
> functionalities.
>
> Signed-off-by: David Dajun C