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 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 | ||
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 |
@@ -126,18 +134,6 @@ Who: Adrian Bunk <bunk@stusta.de> | |||
126 | 134 | ||
127 | --------------------------- | 135 | --------------------------- |
128 | 136 | ||
129 | What: Usage of invalid timevals in setitimer | ||
130 | When: March 2007 | ||
131 | Why: 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 | |||
137 | Who: Thomas Gleixner <tglx@linutronix.de> | ||
138 | |||
139 | --------------------------- | ||
140 | |||
141 | What: Unused EXPORT_SYMBOL/EXPORT_SYMBOL_GPL exports | 137 | What: 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 | ||
167 | What: Interrupt only SA_* flags | 163 | What: Interrupt only SA_* flags |
168 | When: Januar 2007 | 164 | When: September 2007 |
169 | Why: The interrupt related SA_* flags are replaced by IRQF_* to move them | 165 | Why: 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 | |||
332 | Who: Jean Delvare <khali@linux-fr.org> | 328 | Who: Jean Delvare <khali@linux-fr.org> |
333 | 329 | ||
334 | --------------------------- | 330 | --------------------------- |
331 | |||
332 | What: drivers depending on OSS_OBSOLETE | ||
333 | When: options in 2.6.23, code in 2.6.25 | ||
334 | Why: obsolete OSS drivers | ||
335 | Who: Adrian Bunk <bunk@stusta.de> | ||
336 | |||
337 | --------------------------- | ||
338 | |||