summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-07-16 20:06:51 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-16 20:06:51 -0700
commitf60f700876cd51de9de69f3a3c865d95e287a24d (patch)
tree4ef50e96c385ed076465aac23f52902467e7d825 /Documentation
parentc6c621b3a977b20d7ceffd3debcacbe3de7c0e87 (diff)
parent6d283d271674b1127881ebf082266a2c3fe6e0e4 (diff)
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 12dde43fe65..8b1430b4665 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>
---------------------------