diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 9b743198f77a..b4a1ea762698 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -47,17 +47,6 @@ Who: Paul E. McKenney <paulmck@us.ibm.com> | |||
47 | 47 | ||
48 | --------------------------- | 48 | --------------------------- |
49 | 49 | ||
50 | What: IEEE1394 Audio and Music Data Transmission Protocol driver, | ||
51 | Connection Management Procedures driver | ||
52 | When: November 2005 | ||
53 | Files: drivers/ieee1394/{amdtp,cmp}* | ||
54 | Why: These are incomplete, have never worked, and are better implemented | ||
55 | in userland via raw1394 (see http://freebob.sourceforge.net/ for | ||
56 | example.) | ||
57 | Who: Jody McIntyre <scjody@steamballoon.com> | ||
58 | |||
59 | --------------------------- | ||
60 | |||
61 | What: raw1394: requests of type RAW1394_REQ_ISO_SEND, RAW1394_REQ_ISO_LISTEN | 50 | What: raw1394: requests of type RAW1394_REQ_ISO_SEND, RAW1394_REQ_ISO_LISTEN |
62 | When: November 2005 | 51 | When: November 2005 |
63 | Why: Deprecated in favour of the new ioctl-based rawiso interface, which is | 52 | Why: Deprecated in favour of the new ioctl-based rawiso interface, which is |
@@ -82,15 +71,6 @@ Who: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | |||
82 | 71 | ||
83 | --------------------------- | 72 | --------------------------- |
84 | 73 | ||
85 | What: i2c sysfs name change: in1_ref, vid deprecated in favour of cpu0_vid | ||
86 | When: November 2005 | ||
87 | Files: drivers/i2c/chips/adm1025.c, drivers/i2c/chips/adm1026.c | ||
88 | Why: Match the other drivers' name for the same function, duplicate names | ||
89 | will be available until removal of old names. | ||
90 | Who: Grant Coady <gcoady@gmail.com> | ||
91 | |||
92 | --------------------------- | ||
93 | |||
94 | What: remove EXPORT_SYMBOL(panic_timeout) | 74 | What: remove EXPORT_SYMBOL(panic_timeout) |
95 | When: April 2006 | 75 | When: April 2006 |
96 | Files: kernel/panic.c | 76 | Files: kernel/panic.c |
@@ -143,6 +123,15 @@ Who: Christoph Hellwig <hch@lst.de> | |||
143 | 123 | ||
144 | --------------------------- | 124 | --------------------------- |
145 | 125 | ||
126 | What: CONFIG_FORCED_INLINING | ||
127 | When: June 2006 | ||
128 | Why: Config option is there to see if gcc is good enough. (in january | ||
129 | 2006). If it is, the behavior should just be the default. If it's not, | ||
130 | the option should just go away entirely. | ||
131 | Who: Arjan van de Ven | ||
132 | |||
133 | --------------------------- | ||
134 | |||
146 | What: START_ARRAY ioctl for md | 135 | What: START_ARRAY ioctl for md |
147 | When: July 2006 | 136 | When: July 2006 |
148 | Files: drivers/md/md.c | 137 | Files: drivers/md/md.c |