Input: schedule corgi_ssp and corgi_ts to be removed
authorEric Miao <eric.y.miao@gmail.com>
Mon, 8 Feb 2010 07:10:05 +0000 (23:10 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 11 Feb 2010 07:01:14 +0000 (23:01 -0800)
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Documentation/feature-removal-schedule.txt
drivers/input/touchscreen/Kconfig

index f8dc4d92e1146a3837fada046e6745330ad0d283..54d2d7795544dc0a7bc864af904a1641c0640c8d 100644 (file)
@@ -553,3 +553,15 @@ Why:       We now have a generic GPIO based matrix keyboard driver that
        The original drivers manipulate the GPIO registers directly
        and so are difficult to maintain.
 Who:   Eric Miao <eric.y.miao@gmail.com>
+
+----------------------------
+
+What:  corgi_ssp and corgi_ts driver
+When:  2.6.35
+Files: arch/arm/mach-pxa/corgi_ssp.c, drivers/input/touchscreen/corgi_ts.c
+Why:   The corgi touchscreen is now deprecated in favour of the generic
+       ads7846.c driver. The noise reduction technique used in corgi_ts.c,
+       that's 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 later.
+Who:   Eric Miao <eric.y.miao@gmail.com>
index a1e2d845f68001994c5c8c0e98cca4f1515d790c..6457e060ae4915b421a61834880986952e094b6e 100644 (file)
@@ -90,7 +90,6 @@ config TOUCHSCREEN_CORGI
        tristate "SharpSL (Corgi and Spitz series) touchscreen driver (DEPRECATED)"
        depends on PXA_SHARPSL
        select CORGI_SSP_DEPRECATED
-       default y
        help
          Say Y here to enable the driver for the touchscreen on the
          Sharp SL-C7xx and SL-Cxx00 series of PDAs.
This page took 0.042606 seconds and 5 git commands to generate.