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 5f96cb33743e..2291ff620d93 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
@@ -117,18 +125,6 @@ Who: Adrian Bunk <bunk@stusta.de>
117 125
118--------------------------- 126---------------------------
119 127
120What: Usage of invalid timevals in setitimer
121When: March 2007
122Why: POSIX requires to validate timevals in the setitimer call. This
123 was never done by Linux. The invalid (e.g. negative timevals) were
124 silently converted to more or less random timeouts and intervals.
125 Until the removal a per boot limited number of warnings is printed
126 and the timevals are sanitized.
127
128Who: Thomas Gleixner <tglx@linutronix.de>
129
130---------------------------
131
132What: Unused EXPORT_SYMBOL/EXPORT_SYMBOL_GPL exports 128What: Unused EXPORT_SYMBOL/EXPORT_SYMBOL_GPL exports
133 (temporary transition config option provided until then) 129 (temporary transition config option provided until then)
134 The transition config option will also be removed at the same time. 130 The transition config option will also be removed at the same time.
@@ -156,7 +152,7 @@ Who: Greg Kroah-Hartman <gregkh@suse.de>
156--------------------------- 152---------------------------
157 153
158What: Interrupt only SA_* flags 154What: Interrupt only SA_* flags
159When: Januar 2007 155When: September 2007
160Why: The interrupt related SA_* flags are replaced by IRQF_* to move them 156Why: The interrupt related SA_* flags are replaced by IRQF_* to move them
161 out of the signal namespace. 157 out of the signal namespace.
162 158
@@ -323,3 +319,11 @@ Why: Obsolete. The new i2c-gpio driver replaces all hardware-specific
323Who: Jean Delvare <khali@linux-fr.org> 319Who: Jean Delvare <khali@linux-fr.org>
324 320
325--------------------------- 321---------------------------
322
323What: drivers depending on OSS_OBSOLETE
324When: options in 2.6.23, code in 2.6.25
325Why: obsolete OSS drivers
326Who: Adrian Bunk <bunk@stusta.de>
327
328---------------------------
329