[PATCH 0/3] powerpc: delete WR sbc8560 board support.
Paul Gortmaker
paul.gortmaker at windriver.com
Wed Jun 27 05:54:26 EST 2012
The support for this reference platform really no longer needs
to be carried in tree anymore, since the hardware has been EOL'd
for a while, and the age and configuration of the hardware doesn't
really make it desireable to use vs. say using the newer Wind River
sbc8548 board, which has had recent u-boot validation/updates, etc.
Removal lets us also get rid of a (now) unused MTD mapping, and
some quirk handling in the 8250 UART support. These are grouped
together here, but since the commits are only functionally tied
to the sbc8560, we can have the mtd/uart changes go in via their
respective trees if desired, and not risk introducing any build
regressions by doing so.
Paul
---
Cc: David Woodhouse <David.Woodhouse at intel.com>
Cc: Alan Cox <alan at linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
Paul Gortmaker (3):
powerpc: remove Wind River SBC8560 support
mtd: delete SBC82xx/SBC8560 MTD mapping support
serial/8250: delete WR SBC850 UART quirk handling
arch/powerpc/boot/Makefile | 1 -
arch/powerpc/boot/dts/sbc8560.dts | 406 ---------------------------
arch/powerpc/configs/85xx/sbc8560_defconfig | 65 -----
arch/powerpc/platforms/85xx/Kconfig | 6 -
arch/powerpc/platforms/85xx/Makefile | 1 -
arch/powerpc/platforms/85xx/sbc8560.c | 254 -----------------
drivers/mtd/maps/Kconfig | 12 -
drivers/mtd/maps/wr_sbc82xx_flash.c | 174 ------------
drivers/tty/serial/8250/8250.h | 7 -
9 files changed, 0 insertions(+), 926 deletions(-)
delete mode 100644 arch/powerpc/boot/dts/sbc8560.dts
delete mode 100644 arch/powerpc/configs/85xx/sbc8560_defconfig
delete mode 100644 arch/powerpc/platforms/85xx/sbc8560.c
delete mode 100644 drivers/mtd/maps/wr_sbc82xx_flash.c
--
1.7.9.1
More information about the Linuxppc-dev
mailing list