Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b63de385 authored by Eric Miao's avatar Eric Miao Committed by Dmitry Torokhov
Browse files

Input: schedule corgi_ssp and corgi_ts to be removed

parent 74e7e725
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -553,3 +553,15 @@ Why: We now have a generic GPIO based matrix keyboard driver that
	The original drivers manipulate the GPIO registers directly
	The original drivers manipulate the GPIO registers directly
	and so are difficult to maintain.
	and so are difficult to maintain.
Who:	Eric Miao <eric.y.miao@gmail.com>
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>
+0 −1
Original line number Original line Diff line number Diff line
@@ -90,7 +90,6 @@ config TOUCHSCREEN_CORGI
	tristate "SharpSL (Corgi and Spitz series) touchscreen driver (DEPRECATED)"
	tristate "SharpSL (Corgi and Spitz series) touchscreen driver (DEPRECATED)"
	depends on PXA_SHARPSL
	depends on PXA_SHARPSL
	select CORGI_SSP_DEPRECATED
	select CORGI_SSP_DEPRECATED
	default y
	help
	help
	  Say Y here to enable the driver for the touchscreen on the
	  Say Y here to enable the driver for the touchscreen on the
	  Sharp SL-C7xx and SL-Cxx00 series of PDAs.
	  Sharp SL-C7xx and SL-Cxx00 series of PDAs.