Re: [Patch 07/07] Touch: DA9052/53 touch screen driver v1

2012-03-18 Thread Dmitry Torokhov
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

Re: [Patch v4 08/11] Touch: DA9052 touchscreen driver

2011-09-29 Thread Dmitry Torokhov
-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

Re: [Patch v3 08/11] Touch: DA9052 touchscreen driver

2011-09-24 Thread Dmitry Torokhov
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

Re: [Patch v2 08/11] Touch: DA9052 touchscreen driver

2011-09-09 Thread Dmitry Torokhov
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

Re: [RFC PATCH] da9052_tsi: remove fifo and use delayed work

2011-08-12 Thread Dmitry Torokhov
+ 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

Re: [Patch v1 08/11] Touch: DA9052 touchscreen driver

2011-07-26 Thread Dmitry Torokhov
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