diff options
author | Russell King <rmk+lkml@arm.linux.org.uk> | 2005-06-23 14:23:35 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-23 10:04:15 -0700 |
commit | a8ad86f2dc46356f87be1327dabc18bdbda32f50 (patch) | |
tree | a429e601d7e8f4d6f477c029f24772f55bbe45d7 | |
parent | 4749f32da939d4e4160541b2cadc22492bb507ec (diff) |
[PATCH] Add removal schedule of register_serial/unregister_serial to appropriate file
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 10 |
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 |