All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] powerpc: delete WR sbc8560 board support.
@ 2012-06-26 19:54 Paul Gortmaker
  2012-06-26 19:54 ` [PATCH 1/3] powerpc: remove Wind River SBC8560 support Paul Gortmaker
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Paul Gortmaker @ 2012-06-26 19:54 UTC (permalink / raw)
  To: benh
  Cc: Paul Gortmaker, Greg Kroah-Hartman, linuxppc-dev,
	David Woodhouse, Alan Cox

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@intel.com>
Cc: Alan Cox <alan@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@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

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-06-29 20:02 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-26 19:54 [PATCH 0/3] powerpc: delete WR sbc8560 board support Paul Gortmaker
2012-06-26 19:54 ` [PATCH 1/3] powerpc: remove Wind River SBC8560 support Paul Gortmaker
2012-06-29 20:02   ` Kumar Gala
2012-06-26 19:54 ` [PATCH 2/3] mtd: delete SBC82xx/SBC8560 MTD mapping support Paul Gortmaker
2012-06-29  8:29   ` Artem Bityutskiy
2012-06-29  8:29     ` Artem Bityutskiy
2012-06-29 14:00     ` Paul Gortmaker
2012-06-29 14:00       ` Paul Gortmaker
2012-06-26 19:54 ` [PATCH 3/3] serial/8250: delete WR SBC850 UART quirk handling Paul Gortmaker
2012-06-26 19:54   ` Paul Gortmaker
2012-06-27 11:52   ` Alan Cox
2012-06-27 11:52     ` Alan Cox
2012-06-27 14:04     ` Paul Gortmaker
2012-06-27 14:04       ` Paul Gortmaker
2012-06-27 14:37       ` Alan Cox
2012-06-27 14:37         ` Alan Cox

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.