MIPS: Remove VR41xx support
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 5 Jul 2022 16:46:25 +0000 (18:46 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 14 Jul 2022 09:52:29 +0000 (11:52 +0200)
commitd3164e2f3b0ac003c401d419cda2da0571724352
tree18c28d685bf259574b27a8f19d7f7206befcf9c6
parent62fb295ce7dd9df3e04b48a943f8cafaf1f32980
MIPS: Remove VR41xx support

No (active) developer owns this hardware, so let's remove Linux support.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
58 files changed:
arch/mips/Kbuild.platforms
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/configs/capcella_defconfig [deleted file]
arch/mips/configs/e55_defconfig [deleted file]
arch/mips/configs/mpc30x_defconfig [deleted file]
arch/mips/configs/tb0219_defconfig [deleted file]
arch/mips/configs/tb0226_defconfig [deleted file]
arch/mips/configs/tb0287_defconfig [deleted file]
arch/mips/configs/workpad_defconfig [deleted file]
arch/mips/include/asm/cpu-type.h
arch/mips/include/asm/cpu.h
arch/mips/include/asm/mach-vr41xx/irq.h [deleted file]
arch/mips/include/asm/mipsregs.h
arch/mips/include/asm/pgtable-32.h
arch/mips/include/asm/pgtable-64.h
arch/mips/include/asm/vermagic.h
arch/mips/include/asm/vr41xx/capcella.h [deleted file]
arch/mips/include/asm/vr41xx/giu.h [deleted file]
arch/mips/include/asm/vr41xx/irq.h [deleted file]
arch/mips/include/asm/vr41xx/mpc30x.h [deleted file]
arch/mips/include/asm/vr41xx/pci.h [deleted file]
arch/mips/include/asm/vr41xx/siu.h [deleted file]
arch/mips/include/asm/vr41xx/tb0219.h [deleted file]
arch/mips/include/asm/vr41xx/tb0226.h [deleted file]
arch/mips/include/asm/vr41xx/tb0287.h [deleted file]
arch/mips/include/asm/vr41xx/vr41xx.h [deleted file]
arch/mips/kernel/cpu-probe.c
arch/mips/lib/dump_tlb.c
arch/mips/mm/c-r4k.c
arch/mips/mm/tlbex.c
arch/mips/pci/Makefile
arch/mips/pci/fixup-capcella.c [deleted file]
arch/mips/pci/fixup-mpc30x.c [deleted file]
arch/mips/pci/fixup-tb0219.c [deleted file]
arch/mips/pci/fixup-tb0226.c [deleted file]
arch/mips/pci/fixup-tb0287.c [deleted file]
arch/mips/pci/ops-vr41xx.c [deleted file]
arch/mips/pci/pci-vr41xx.c [deleted file]
arch/mips/pci/pci-vr41xx.h [deleted file]
arch/mips/vr41xx/Kconfig [deleted file]
arch/mips/vr41xx/Makefile [deleted file]
arch/mips/vr41xx/Platform [deleted file]
arch/mips/vr41xx/casio-e55/Makefile [deleted file]
arch/mips/vr41xx/casio-e55/setup.c [deleted file]
arch/mips/vr41xx/common/Makefile [deleted file]
arch/mips/vr41xx/common/bcu.c [deleted file]
arch/mips/vr41xx/common/cmu.c [deleted file]
arch/mips/vr41xx/common/giu.c [deleted file]
arch/mips/vr41xx/common/icu.c [deleted file]
arch/mips/vr41xx/common/init.c [deleted file]
arch/mips/vr41xx/common/irq.c [deleted file]
arch/mips/vr41xx/common/pmu.c [deleted file]
arch/mips/vr41xx/common/rtc.c [deleted file]
arch/mips/vr41xx/common/siu.c [deleted file]
arch/mips/vr41xx/common/type.c [deleted file]
arch/mips/vr41xx/ibm-workpad/Makefile [deleted file]
arch/mips/vr41xx/ibm-workpad/setup.c [deleted file]