diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-29 16:44:45 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-29 16:44:45 -0400 |
commit | 8d231c11fd0b694c447e59e687754b6999eea0a2 (patch) | |
tree | b0b3c17efff7018bbf948e489f642c8079f33cc0 /Documentation | |
parent | 1f1332f727c3229eb2166a83fec5d3de6a73dce2 (diff) | |
parent | 8db089c6b5594c961fb6bc6d613b9926e0d3d98f (diff) |
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus: (33 commits)
[MIPS] Add missing backslashes to macro definitions.
[MIPS] Death list of board support to be removed after 2.6.18.
[MIPS] Remove BSD and Sys V compat data types.
[MIPS] ioc3.h: Uses u8, so include <linux/types.h>.
[MIPS] 74K: Assume it will also have an AR bit in config7
[MIPS] Treat CPUs with AR bit as physically indexed.
[MIPS] Oprofile: Support VSMP on 34K.
[MIPS] MIPS32/MIPS64 S-cache fix and cleanup
[MIPS] excite: PCI makefile needs to use += if it wants a chance to work.
[MIPS] excite: plat_setup -> plat_mem_setup.
[MIPS] au1xxx: export dbdma functions
[MIPS] au1xxx: dbdma, no sleeping under spin_lock
[MIPS] au1xxx: fix PSC_SMBTXRX_RSR.
[MIPS] Early printk for IP27.
[MIPS] Fix handling of 0 length I & D caches.
[MIPS] Typo fixes.
[MIPS] MIPS32/MIPS64 secondary cache management
[MIPS] Fix FIXADDR_TOP for TX39/TX49.
[MIPS] Remove first timer interrupt setup in wrppmc_timer_setup()
[MIPS] Fix configuration of R2 CPU features and multithreading.
...
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 54 |
1 files changed, 44 insertions, 10 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 033ac91da07a..b1c6c7036c1c 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -132,16 +132,6 @@ Who: NeilBrown <neilb@suse.de> | |||
132 | 132 | ||
133 | --------------------------- | 133 | --------------------------- |
134 | 134 | ||
135 | What: au1x00_uart driver | ||
136 | When: January 2006 | ||
137 | Why: The 8250 serial driver now has the ability to deal with the differences | ||
138 | between the standard 8250 family of UARTs and their slightly strange | ||
139 | brother on Alchemy SOCs. The loss of features is not considered an | ||
140 | issue. | ||
141 | Who: Ralf Baechle <ralf@linux-mips.org> | ||
142 | |||
143 | --------------------------- | ||
144 | |||
145 | What: eepro100 network driver | 135 | What: eepro100 network driver |
146 | When: January 2007 | 136 | When: January 2007 |
147 | Why: replaced by the e100 driver | 137 | Why: replaced by the e100 driver |
@@ -234,3 +224,47 @@ Why: The interface no longer has any callers left in the kernel. It | |||
234 | Who: Nick Piggin <npiggin@suse.de> | 224 | Who: Nick Piggin <npiggin@suse.de> |
235 | 225 | ||
236 | --------------------------- | 226 | --------------------------- |
227 | |||
228 | What: Support for the MIPS EV96100 evaluation board | ||
229 | When: September 2006 | ||
230 | Why: Does no longer build since at least November 15, 2003, apparently | ||
231 | no userbase left. | ||
232 | Who: Ralf Baechle <ralf@linux-mips.org> | ||
233 | |||
234 | --------------------------- | ||
235 | |||
236 | What: Support for the Momentum / PMC-Sierra Jaguar ATX evaluation board | ||
237 | When: September 2006 | ||
238 | Why: Does no longer build since quite some time, and was never popular, | ||
239 | due to the platform being replaced by successor models. Apparently | ||
240 | no user base left. It also is one of the last users of | ||
241 | WANT_PAGE_VIRTUAL. | ||
242 | Who: Ralf Baechle <ralf@linux-mips.org> | ||
243 | |||
244 | --------------------------- | ||
245 | |||
246 | What: Support for the Momentum Ocelot, Ocelot 3, Ocelot C and Ocelot G | ||
247 | When: September 2006 | ||
248 | Why: Some do no longer build and apparently there is no user base left | ||
249 | for these platforms. | ||
250 | Who: Ralf Baechle <ralf@linux-mips.org> | ||
251 | |||
252 | --------------------------- | ||
253 | |||
254 | What: Support for MIPS Technologies' Altas and SEAD evaluation board | ||
255 | When: September 2006 | ||
256 | Why: Some do no longer build and apparently there is no user base left | ||
257 | for these platforms. Hardware out of production since several years. | ||
258 | Who: Ralf Baechle <ralf@linux-mips.org> | ||
259 | |||
260 | --------------------------- | ||
261 | |||
262 | What: Support for the IT8172-based platforms, ITE 8172G and Globespan IVR | ||
263 | When: September 2006 | ||
264 | Why: Code does no longer build since at least 2.6.0, apparently there is | ||
265 | no user base left for these platforms. Hardware out of production | ||
266 | since several years and hardly a trace of the manufacturer left on | ||
267 | the net. | ||
268 | Who: Ralf Baechle <ralf@linux-mips.org> | ||
269 | |||
270 | --------------------------- | ||