diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-02-08 02:10:05 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-02-11 02:01:14 -0500 |
commit | b63de38591605916fff5d483e0bedc65dfe3d395 (patch) | |
tree | 3ef1765261fef0be5bca9c7b3fae2780e55cc4ba /Documentation/feature-removal-schedule.txt | |
parent | 74e7e725e4766a2045708d274d4d07cd4fae8adc (diff) |
Input: schedule corgi_ssp and corgi_ts to be removed
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>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index f8dc4d92e114..54d2d7795544 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -553,3 +553,15 @@ Why: We now have a generic GPIO based matrix keyboard driver that | |||
553 | The original drivers manipulate the GPIO registers directly | 553 | The original drivers manipulate the GPIO registers directly |
554 | and so are difficult to maintain. | 554 | and so are difficult to maintain. |
555 | Who: Eric Miao <eric.y.miao@gmail.com> | 555 | Who: Eric Miao <eric.y.miao@gmail.com> |
556 | |||
557 | ---------------------------- | ||
558 | |||
559 | What: corgi_ssp and corgi_ts driver | ||
560 | When: 2.6.35 | ||
561 | Files: arch/arm/mach-pxa/corgi_ssp.c, drivers/input/touchscreen/corgi_ts.c | ||
562 | Why: The corgi touchscreen is now deprecated in favour of the generic | ||
563 | ads7846.c driver. The noise reduction technique used in corgi_ts.c, | ||
564 | that's to wait till vsync before ADC sampling, is also integrated into | ||
565 | ads7846 driver now. Provided that the original driver is not generic | ||
566 | and is difficult to maintain, it will be removed later. | ||
567 | Who: Eric Miao <eric.y.miao@gmail.com> | ||