]> git.baikalelectronics.ru Git - kernel.git/commit
Input: add support for DA9052/53 touch screen controller
authorAshish Jangam <ashish.jangam@kpitcummins.com>
Mon, 30 Apr 2012 06:33:41 +0000 (23:33 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 30 Apr 2012 06:37:15 +0000 (23:37 -0700)
commit4d59e05aa91784e3f8a5fa5a07fce046551c2c43
tree60ef76645ffefcef6f064bc77f7071e44d86ed23
parentae2c96a9b91fec9e9a06c8f1ecd9ff28201dd0fa
Input: add support for DA9052/53 touch screen controller

This driver adds support for DA9052/53 4-wire resistive ADC interfaced
touchscreen controller. DA9052/53 is a multi-function device, therefore
this driver depends on DA9052/53 core.

This patch is functionally tested on Samsung SMDKV6410.

Signed-off-by: David Dajun Chen <dchen@diasemi.com>
Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/da9052_tsi.c [new file with mode: 0644]