input: remove now deprecated corgi_ts.c touchscreen driver
authorEric Miao <eric.y.miao@gmail.com>
Mon, 15 Mar 2010 14:23:09 +0000 (22:23 +0800)
committerEric Miao <eric.y.miao@gmail.com>
Tue, 11 May 2010 15:24:57 +0000 (17:24 +0200)
commit5700929d2209c5e2038f340bacc91e9818439cdf
tree5fe7c4642385a7e1b391f1cd5b9c320996c9deae
parentb57f95a38233a2e73b679bea4a5453a1cc2a1cc9
input: remove now deprecated corgi_ts.c touchscreen driver

The corgi touchscreen is now deprecated in favour of the generic ads7846.c
driver. The noise reduction technique used in corgi_ts.c, which is to wait
till vsync before ADC sampling, is also integrated into ads7846 driver now.
Provided that the original driver is not generic and is difficult to maintain,
it will be removed now.

Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/corgi_ts.c [deleted file]