diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 30 |
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 | ||
9 | What: MXSER | ||
10 | When: December 2007 | ||
11 | Why: Old mxser driver is obsoleted by the mxser_new. Give it some time yet | ||
12 | and remove it. | ||
13 | Who: Jiri Slaby <jirislaby@gmail.com> | ||
14 | |||
15 | --------------------------- | ||
16 | |||
9 | What: V4L2 VIDIOC_G_MPEGCOMP and VIDIOC_S_MPEGCOMP | 17 | What: V4L2 VIDIOC_G_MPEGCOMP and VIDIOC_S_MPEGCOMP |
10 | When: October 2007 | 18 | When: October 2007 |
11 | Why: Broken attempt to set MPEG compression parameters. These ioctls are | 19 | Why: 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 | ||
120 | What: Usage of invalid timevals in setitimer | ||
121 | When: March 2007 | ||
122 | Why: 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 | |||
128 | Who: Thomas Gleixner <tglx@linutronix.de> | ||
129 | |||
130 | --------------------------- | ||
131 | |||
132 | What: Unused EXPORT_SYMBOL/EXPORT_SYMBOL_GPL exports | 128 | What: 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 | ||
158 | What: Interrupt only SA_* flags | 154 | What: Interrupt only SA_* flags |
159 | When: Januar 2007 | 155 | When: September 2007 |
160 | Why: The interrupt related SA_* flags are replaced by IRQF_* to move them | 156 | Why: 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 | |||
323 | Who: Jean Delvare <khali@linux-fr.org> | 319 | Who: Jean Delvare <khali@linux-fr.org> |
324 | 320 | ||
325 | --------------------------- | 321 | --------------------------- |
322 | |||
323 | What: drivers depending on OSS_OBSOLETE | ||
324 | When: options in 2.6.23, code in 2.6.25 | ||
325 | Why: obsolete OSS drivers | ||
326 | Who: Adrian Bunk <bunk@stusta.de> | ||
327 | |||
328 | --------------------------- | ||
329 | |||