aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r--Documentation/feature-removal-schedule.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 26414bc87c65..77511af45362 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -66,6 +66,14 @@ Who: Paul E. McKenney <paulmck@us.ibm.com>
66 66
67--------------------------- 67---------------------------
68 68
69What: remove verify_area()
70When: July 2006
71Files: Various uaccess.h headers.
72Why: Deprecated and redundant. access_ok() should be used instead.
73Who: Jesper Juhl <juhl-lkml@dif.dk>
74
75---------------------------
76
69What: IEEE1394 Audio and Music Data Transmission Protocol driver, 77What: IEEE1394 Audio and Music Data Transmission Protocol driver,
70 Connection Management Procedures driver 78 Connection Management Procedures driver
71When: November 2005 79When: November 2005
@@ -86,6 +94,16 @@ Who: Jody McIntyre <scjody@steamballoon.com>
86 94
87--------------------------- 95---------------------------
88 96
97What: register_serial/unregister_serial
98When: December 2005
99Why: This interface does not allow serial ports to be registered against
100 a struct device, and as such does not allow correct power management
101 of such ports. 8250-based ports should use serial8250_register_port
102 and serial8250_unregister_port instead.
103Who: Russell King <rmk@arm.linux.org.uk>
104
105---------------------------
106
89What: i2c sysfs name change: in1_ref, vid deprecated in favour of cpu0_vid 107What: i2c sysfs name change: in1_ref, vid deprecated in favour of cpu0_vid
90When: November 2005 108When: November 2005
91Files: drivers/i2c/chips/adm1025.c, drivers/i2c/chips/adm1026.c 109Files: drivers/i2c/chips/adm1025.c, drivers/i2c/chips/adm1026.c