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

2011-08-09 Thread Michael Grzeschik
might have to be properly aligned to the touch events. Signed-off-by: Michael Grzeschik --- drivers/input/touchscreen/da9052_tsi.c | 245 1 files changed, 61 insertions(+), 184 deletions(-) diff --git a/drivers/input/touchscreen/da9052_tsi.c b/drivers/input

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

2011-08-09 Thread Michael Grzeschik
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