Re: [PATCH v3 1/5] input: touchscreen: add imx6ul_tsc driver support

2015-09-05 Thread Dmitry Torokhov
On Fri, Aug 28, 2015 at 05:09:32PM +0800, Haibo Chen wrote: > Freescale i.MX6UL contains a internal touchscreen controller, > this patch add a driver to support this controller. > > Signed-off-by: Haibo Chen Merged #1 and #2 and applied, thank you. Also: > + /* > + * D

Re: [PATCH v3 1/5] input: touchscreen: add imx6ul_tsc driver support

2015-08-28 Thread Lothar Waßmann
Hi, > Freescale i.MX6UL contains a internal touchscreen controller, > this patch add a driver to support this controller. > > Signed-off-by: Haibo Chen > --- > drivers/input/touchscreen/Kconfig | 12 + > drivers/input/touchscreen/Makefile | 1 + > drivers/input/touchscreen/imx6ul_ts

[PATCH v3 1/5] input: touchscreen: add imx6ul_tsc driver support

2015-08-28 Thread Haibo Chen
Freescale i.MX6UL contains a internal touchscreen controller, this patch add a driver to support this controller. Signed-off-by: Haibo Chen --- drivers/input/touchscreen/Kconfig | 12 + drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/imx6ul_tsc.c | 524 +++