OSDN Git Service

MIPS: Remove PMC MSP71xx platform
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 20 Apr 2020 12:30:35 +0000 (14:30 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sat, 9 May 2020 16:05:52 +0000 (18:05 +0200)
commit1b00767fd8e1b49685ee7237c3875b8aa998ae3b
treecea53c3d4425dac113e83f5ac21975d8ada66848
parent10760dde9be317a1abb426b2db9d6a698086cac9
MIPS: Remove PMC MSP71xx platform

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

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
35 files changed:
arch/mips/Kbuild.platforms
arch/mips/Kconfig
arch/mips/configs/msp71xx_defconfig [deleted file]
arch/mips/include/asm/bootinfo.h
arch/mips/include/asm/mach-pmcs-msp71xx/cpu-feature-overrides.h [deleted file]
arch/mips/include/asm/mach-pmcs-msp71xx/msp_cic_int.h [deleted file]
arch/mips/include/asm/mach-pmcs-msp71xx/msp_gpio_macros.h [deleted file]
arch/mips/include/asm/mach-pmcs-msp71xx/msp_int.h [deleted file]
arch/mips/include/asm/mach-pmcs-msp71xx/msp_pci.h [deleted file]
arch/mips/include/asm/mach-pmcs-msp71xx/msp_prom.h [deleted file]
arch/mips/include/asm/mach-pmcs-msp71xx/msp_regops.h [deleted file]
arch/mips/include/asm/mach-pmcs-msp71xx/msp_regs.h [deleted file]
arch/mips/include/asm/mach-pmcs-msp71xx/msp_slp_int.h [deleted file]
arch/mips/include/asm/mach-pmcs-msp71xx/msp_usb.h [deleted file]
arch/mips/include/asm/mach-pmcs-msp71xx/war.h [deleted file]
arch/mips/pci/Makefile
arch/mips/pci/fixup-pmcmsp.c [deleted file]
arch/mips/pci/ops-pmcmsp.c [deleted file]
arch/mips/pmcs-msp71xx/Kconfig [deleted file]
arch/mips/pmcs-msp71xx/Makefile [deleted file]
arch/mips/pmcs-msp71xx/Platform [deleted file]
arch/mips/pmcs-msp71xx/msp_elb.c [deleted file]
arch/mips/pmcs-msp71xx/msp_eth.c [deleted file]
arch/mips/pmcs-msp71xx/msp_hwbutton.c [deleted file]
arch/mips/pmcs-msp71xx/msp_irq.c [deleted file]
arch/mips/pmcs-msp71xx/msp_irq_cic.c [deleted file]
arch/mips/pmcs-msp71xx/msp_irq_per.c [deleted file]
arch/mips/pmcs-msp71xx/msp_irq_slp.c [deleted file]
arch/mips/pmcs-msp71xx/msp_pci.c [deleted file]
arch/mips/pmcs-msp71xx/msp_prom.c [deleted file]
arch/mips/pmcs-msp71xx/msp_serial.c [deleted file]
arch/mips/pmcs-msp71xx/msp_setup.c [deleted file]
arch/mips/pmcs-msp71xx/msp_smp.c [deleted file]
arch/mips/pmcs-msp71xx/msp_time.c [deleted file]
arch/mips/pmcs-msp71xx/msp_usb.c [deleted file]