diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index b4a1ea762698..81bc51369f59 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -148,3 +148,44 @@ Why: The 8250 serial driver now has the ability to deal with the differences | |||
148 | brother on Alchemy SOCs. The loss of features is not considered an | 148 | brother on Alchemy SOCs. The loss of features is not considered an |
149 | issue. | 149 | issue. |
150 | Who: Ralf Baechle <ralf@linux-mips.org> | 150 | Who: Ralf Baechle <ralf@linux-mips.org> |
151 | |||
152 | --------------------------- | ||
153 | |||
154 | What: Legacy /proc/pci interface (PCI_LEGACY_PROC) | ||
155 | When: March 2006 | ||
156 | Why: deprecated since 2.5.53 in favor of lspci(8) | ||
157 | Who: Adrian Bunk <bunk@stusta.de> | ||
158 | |||
159 | --------------------------- | ||
160 | |||
161 | What: pci_module_init(driver) | ||
162 | When: January 2007 | ||
163 | Why: Is replaced by pci_register_driver(pci_driver). | ||
164 | Who: Richard Knutsson <ricknu-0@student.ltu.se> and Greg Kroah-Hartman <gregkh@suse.de> | ||
165 | |||
166 | --------------------------- | ||
167 | |||
168 | What: I2C interface of the it87 driver | ||
169 | When: January 2007 | ||
170 | Why: The ISA interface is faster and should be always available. The I2C | ||
171 | probing is also known to cause trouble in at least one case (see | ||
172 | bug #5889.) | ||
173 | Who: Jean Delvare <khali@linux-fr.org> | ||
174 | |||
175 | --------------------------- | ||
176 | |||
177 | What: mount/umount uevents | ||
178 | When: February 2007 | ||
179 | Why: These events are not correct, and do not properly let userspace know | ||
180 | when a file system has been mounted or unmounted. Userspace should | ||
181 | poll the /proc/mounts file instead to detect this properly. | ||
182 | Who: Greg Kroah-Hartman <gregkh@suse.de> | ||
183 | |||
184 | --------------------------- | ||
185 | |||
186 | What: Support for NEC DDB5074 and DDB5476 evaluation boards. | ||
187 | When: June 2006 | ||
188 | Why: Board specific code doesn't build anymore since ~2.6.0 and no | ||
189 | users have complained indicating there is no more need for these | ||
190 | boards. This should really be considered a last call. | ||
191 | Who: Ralf Baechle <ralf@linux-mips.org> | ||