diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index c175eedadb5f..a43d2878a4ef 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -211,22 +211,6 @@ Who: Richard Purdie <rpurdie@rpsys.net> | |||
211 | 211 | ||
212 | --------------------------- | 212 | --------------------------- |
213 | 213 | ||
214 | What: read_dev_chars(), read_conf_data{,_lpm}() (s390 common I/O layer) | ||
215 | When: December 2007 | ||
216 | Why: These functions are a leftover from 2.4 times. They have several | ||
217 | problems: | ||
218 | - Duplication of checks that are done in the device driver's | ||
219 | interrupt handler | ||
220 | - common I/O layer can't do device specific error recovery | ||
221 | - device driver can't be notified for conditions happening during | ||
222 | execution of the function | ||
223 | Device drivers should issue the read device characteristics and read | ||
224 | configuration data ccws and do the appropriate error handling | ||
225 | themselves. | ||
226 | Who: Cornelia Huck <cornelia.huck@de.ibm.com> | ||
227 | |||
228 | --------------------------- | ||
229 | |||
230 | What: i2c-ixp2000, i2c-ixp4xx and scx200_i2c drivers | 214 | What: i2c-ixp2000, i2c-ixp4xx and scx200_i2c drivers |
231 | When: September 2007 | 215 | When: September 2007 |
232 | Why: Obsolete. The new i2c-gpio driver replaces all hardware-specific | 216 | Why: Obsolete. The new i2c-gpio driver replaces all hardware-specific |