aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-11-08 22:36:48 +0000
committerRalf Baechle <ralf@linux-mips.org>2005-11-17 16:23:39 +0000
commite0c9b7973021ea4baa1ed76ff25ceb80f75edd8f (patch)
tree020d0d255ae1632563f415a0a5943057d70ef8f3
parentdb7f6861822c80f17a23647b4d0042dcc56e2024 (diff)
downloadkernel_samsung_smdk4412-e0c9b7973021ea4baa1ed76ff25ceb80f75edd8f.zip
kernel_samsung_smdk4412-e0c9b7973021ea4baa1ed76ff25ceb80f75edd8f.tar.gz
kernel_samsung_smdk4412-e0c9b7973021ea4baa1ed76ff25ceb80f75edd8f.tar.bz2
[MIPS] feature-removal-schedule.txt: Schedule au1x00_uart for removal.
The 8250 serial driver now has the ability to deal with the differences between the standard 8250 family of UARTs and their slightly strange brother on Alchemy SOCs. The loss of features is not considered an issue. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--Documentation/feature-removal-schedule.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 24fe8ed..9b74319 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -149,3 +149,13 @@ Files: drivers/md/md.c
Why: Not reliable by design - can fail when most needed.
Alternatives exist
Who: NeilBrown <neilb@suse.de>
+
+---------------------------
+
+What: au1x00_uart driver
+When: January 2006
+Why: The 8250 serial driver now has the ability to deal with the differences
+ between the standard 8250 family of UARTs and their slightly strange
+ brother on Alchemy SOCs. The loss of features is not considered an
+ issue.
+Who: Ralf Baechle <ralf@linux-mips.org>