summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLinus Torvalds2005-07-17 05:06:51 +0200
committerLinus Torvalds2005-07-17 05:06:51 +0200
commitf60f700876cd51de9de69f3a3c865d95e287a24d (patch)
tree4ef50e96c385ed076465aac23f52902467e7d825 /Documentation
parentMerge master.kernel.org:/home/rmk/linux-2.6-arm (diff)
parent[PATCH] Serial: Remove linux/version.h (diff)
downloadkernel-qcow2-linux-f60f700876cd51de9de69f3a3c865d95e287a24d.tar.gz
kernel-qcow2-linux-f60f700876cd51de9de69f3a3c865d95e287a24d.tar.xz
kernel-qcow2-linux-f60f700876cd51de9de69f3a3c865d95e287a24d.zip
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 12dde43fe657..8b1430b46655 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -103,11 +103,11 @@ Who: Jody McIntyre <scjody@steamballoon.com>
---------------------------
What: register_serial/unregister_serial
-When: December 2005
+When: September 2005
Why: This interface does not allow serial ports to be registered against
a struct device, and as such does not allow correct power management
of such ports. 8250-based ports should use serial8250_register_port
- and serial8250_unregister_port instead.
+ and serial8250_unregister_port, or platform devices instead.
Who: Russell King <rmk@arm.linux.org.uk>
---------------------------