All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: benh@kernel.crashing.org
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linuxppc-dev@lists.ozlabs.org,
	David Woodhouse <David.Woodhouse@intel.com>,
	Alan Cox <alan@linux.intel.com>
Subject: [PATCH 0/3] powerpc: delete WR sbc8560 board support.
Date: Tue, 26 Jun 2012 15:54:26 -0400	[thread overview]
Message-ID: <1340740469-31445-1-git-send-email-paul.gortmaker@windriver.com> (raw)

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

             reply	other threads:[~2012-06-26 19:54 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-26 19:54 Paul Gortmaker [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1340740469-31445-1-git-send-email-paul.gortmaker@windriver.com \
    --to=paul.gortmaker@windriver.com \
    --cc=David.Woodhouse@intel.com \
    --cc=alan@linux.intel.com \
    --cc=benh@kernel.crashing.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.