diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 18 |
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 | ||
69 | What: remove verify_area() | ||
70 | When: July 2006 | ||
71 | Files: Various uaccess.h headers. | ||
72 | Why: Deprecated and redundant. access_ok() should be used instead. | ||
73 | Who: Jesper Juhl <juhl-lkml@dif.dk> | ||
74 | |||
75 | --------------------------- | ||
76 | |||
69 | What: IEEE1394 Audio and Music Data Transmission Protocol driver, | 77 | What: IEEE1394 Audio and Music Data Transmission Protocol driver, |
70 | Connection Management Procedures driver | 78 | Connection Management Procedures driver |
71 | When: November 2005 | 79 | When: November 2005 |
@@ -86,6 +94,16 @@ Who: Jody McIntyre <scjody@steamballoon.com> | |||
86 | 94 | ||
87 | --------------------------- | 95 | --------------------------- |
88 | 96 | ||
97 | What: register_serial/unregister_serial | ||
98 | When: December 2005 | ||
99 | Why: 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. | ||
103 | Who: Russell King <rmk@arm.linux.org.uk> | ||
104 | |||
105 | --------------------------- | ||
106 | |||
89 | What: i2c sysfs name change: in1_ref, vid deprecated in favour of cpu0_vid | 107 | What: i2c sysfs name change: in1_ref, vid deprecated in favour of cpu0_vid |
90 | When: November 2005 | 108 | When: November 2005 |
91 | Files: drivers/i2c/chips/adm1025.c, drivers/i2c/chips/adm1026.c | 109 | Files: drivers/i2c/chips/adm1025.c, drivers/i2c/chips/adm1026.c |