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.txt30
1 files changed, 17 insertions, 13 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 94fd03f25235..676b7981adb7 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -6,6 +6,14 @@ be removed from this file.
6 6
7--------------------------- 7---------------------------
8 8
9What: MXSER
10When: December 2007
11Why: Old mxser driver is obsoleted by the mxser_new. Give it some time yet
12 and remove it.
13Who: Jiri Slaby <jirislaby@gmail.com>
14
15---------------------------
16
9What: V4L2 VIDIOC_G_MPEGCOMP and VIDIOC_S_MPEGCOMP 17What: V4L2 VIDIOC_G_MPEGCOMP and VIDIOC_S_MPEGCOMP
10When: October 2007 18When: October 2007
11Why: Broken attempt to set MPEG compression parameters. These ioctls are 19Why: Broken attempt to set MPEG compression parameters. These ioctls are
@@ -126,18 +134,6 @@ Who: Adrian Bunk <bunk@stusta.de>
126 134
127--------------------------- 135---------------------------
128 136
129What: Usage of invalid timevals in setitimer
130When: March 2007
131Why: POSIX requires to validate timevals in the setitimer call. This
132 was never done by Linux. The invalid (e.g. negative timevals) were
133 silently converted to more or less random timeouts and intervals.
134 Until the removal a per boot limited number of warnings is printed
135 and the timevals are sanitized.
136
137Who: Thomas Gleixner <tglx@linutronix.de>
138
139---------------------------
140
141What: Unused EXPORT_SYMBOL/EXPORT_SYMBOL_GPL exports 137What: Unused EXPORT_SYMBOL/EXPORT_SYMBOL_GPL exports
142 (temporary transition config option provided until then) 138 (temporary transition config option provided until then)
143 The transition config option will also be removed at the same time. 139 The transition config option will also be removed at the same time.
@@ -165,7 +161,7 @@ Who: Greg Kroah-Hartman <gregkh@suse.de>
165--------------------------- 161---------------------------
166 162
167What: Interrupt only SA_* flags 163What: Interrupt only SA_* flags
168When: Januar 2007 164When: September 2007
169Why: The interrupt related SA_* flags are replaced by IRQF_* to move them 165Why: The interrupt related SA_* flags are replaced by IRQF_* to move them
170 out of the signal namespace. 166 out of the signal namespace.
171 167
@@ -332,3 +328,11 @@ Why: Obsolete. The new i2c-gpio driver replaces all hardware-specific
332Who: Jean Delvare <khali@linux-fr.org> 328Who: Jean Delvare <khali@linux-fr.org>
333 329
334--------------------------- 330---------------------------
331
332What: drivers depending on OSS_OBSOLETE
333When: options in 2.6.23, code in 2.6.25
334Why: obsolete OSS drivers
335Who: Adrian Bunk <bunk@stusta.de>
336
337---------------------------
338