aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRussell King <rmk+lkml@arm.linux.org.uk>2005-06-23 14:23:35 +0100
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-23 10:04:15 -0700
commita8ad86f2dc46356f87be1327dabc18bdbda32f50 (patch)
treea429e601d7e8f4d6f477c029f24772f55bbe45d7
parent4749f32da939d4e4160541b2cadc22492bb507ec (diff)
downloadlinux-a8ad86f2dc46356f87be1327dabc18bdbda32f50.tar.gz
[PATCH] Add removal schedule of register_serial/unregister_serial to appropriate file
-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 e67c90d4ee172f..77511af453625b 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -94,6 +94,16 @@ Who: Jody McIntyre <scjody@steamballoon.com>
---------------------------
+What: register_serial/unregister_serial
+When: December 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.
+Who: Russell King <rmk@arm.linux.org.uk>
+
+---------------------------
+
What: i2c sysfs name change: in1_ref, vid deprecated in favour of cpu0_vid
When: November 2005
Files: drivers/i2c/chips/adm1025.c, drivers/i2c/chips/adm1026.c