diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-03-15 10:39:27 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-05-11 11:24:57 -0400 |
commit | 639b91a364fafea24fc1d2e8853c12ce45d4ceea (patch) | |
tree | 85a77572122cf0750f061ed868f1db44ba30898c /Documentation/feature-removal-schedule.txt | |
parent | 5700929d2209c5e2038f340bacc91e9818439cdf (diff) |
[ARM] pxa: remove now un-used corgi_ssp.c and corgi_lcd.c
The only use of corgi_ssp.c is corgi_ts.c, which is now deprecated
and removed. Remove corgi_ssp.c and corgi_lcd.c and their relevant
function declarations and data structures.
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 05df0b7514b6..6237d74be86d 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -531,18 +531,6 @@ Who: Eric Miao <eric.y.miao@gmail.com> | |||
531 | 531 | ||
532 | ---------------------------- | 532 | ---------------------------- |
533 | 533 | ||
534 | What: corgi_ssp and corgi_ts driver | ||
535 | When: 2.6.35 | ||
536 | Files: arch/arm/mach-pxa/corgi_ssp.c, drivers/input/touchscreen/corgi_ts.c | ||
537 | Why: The corgi touchscreen is now deprecated in favour of the generic | ||
538 | ads7846.c driver. The noise reduction technique used in corgi_ts.c, | ||
539 | that's to wait till vsync before ADC sampling, is also integrated into | ||
540 | ads7846 driver now. Provided that the original driver is not generic | ||
541 | and is difficult to maintain, it will be removed later. | ||
542 | Who: Eric Miao <eric.y.miao@gmail.com> | ||
543 | |||
544 | ---------------------------- | ||
545 | |||
546 | What: capifs | 534 | What: capifs |
547 | When: February 2011 | 535 | When: February 2011 |
548 | Files: drivers/isdn/capi/capifs.* | 536 | Files: drivers/isdn/capi/capifs.* |