summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRussell King2005-06-23 15:23:35 +0200
committerLinus Torvalds2005-06-23 19:04:15 +0200
commita8ad86f2dc46356f87be1327dabc18bdbda32f50 (patch)
treea429e601d7e8f4d6f477c029f24772f55bbe45d7 /Documentation
parent[PATCH] better USB_MON dependencies (diff)
downloadkernel-qcow2-linux-a8ad86f2dc46356f87be1327dabc18bdbda32f50.tar.gz
kernel-qcow2-linux-a8ad86f2dc46356f87be1327dabc18bdbda32f50.tar.xz
kernel-qcow2-linux-a8ad86f2dc46356f87be1327dabc18bdbda32f50.zip
[PATCH] Add removal schedule of register_serial/unregister_serial to appropriate file
Diffstat (limited to 'Documentation')
-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 e67c90d4ee17..77511af45362 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