Input: add driver for Atmel integrated touchscreen controller
authorDan Liang <Dan.Liang@atmel.com>
Thu, 24 Jul 2008 01:27:25 +0000 (21:27 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 24 Jul 2008 02:03:09 +0000 (22:03 -0400)
commit72d18a7b9e1a3a9511bae78fc7f0932ae01d5d73
treefd3535f1be3cbe22c847a3a1310379645f93c9be
parent9460b6529d8a0bfabf241ddda8b0e469d219844c
Input: add driver for Atmel integrated touchscreen controller

The AT91SAM9RL SoC integrates a Touchscreen Controller which
can trigger ADC conversion periodically.

Signed-off-by: Justin Waters <justin.waters@timesys.com>
Signed-off-by: Dan Liang <dan.liang@atmel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/atmel_tsadcc.c [new file with mode: 0644]