linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] powerpc: update sbc8548 flash/mtd settings
@ 2013-01-23 20:13 Paul Gortmaker
  2013-01-23 20:13 ` [PATCH 1/4] powerpc: split sbc8548 dts file into pre and post chunks Paul Gortmaker
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Paul Gortmaker @ 2013-01-23 20:13 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Paul Gortmaker

The sbc8548 dts information for flash was out of date with respect
to u-boot configuration changes made just over a year ago.  However
MTD support wasn't enabled by default, so the stale information
wasn't really an issue.

Here we update that information, split the dts file to allow
sharing the common blocks between the two possible flash
mappings, add the second mapping for when the jumpers are
configured for booting off alternate flash, and add the
necessary MTD settings to the defconfig, so that ease of
use out of the box is improved.

Thanks,
Paul

---

The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619:

  Linux 3.8-rc4 (2013-01-17 19:25:45 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux.git sbc8548-flash

for you to fetch changes up to e43fbd09e84ad455f84bfd9c317c94d9dac84e31:

  powerpc: enable MTD options in sbc8548 defconfig (2013-01-23 14:49:10 -0500)

----------------------------------------------------------------
Paul Gortmaker (4):
      powerpc: split sbc8548 dts file into pre and post chunks
      powerpc: update sbc8548 flash information to match recent u-boot
      powerpc: add alternate dts file for sbc8548 boot via SODIMM
      powerpc: enable MTD options in sbc8548 defconfig

 arch/powerpc/boot/dts/sbc8548-altflash.dts  | 115 +++++++++
 arch/powerpc/boot/dts/sbc8548-post.dtsi     | 295 +++++++++++++++++++++++
 arch/powerpc/boot/dts/sbc8548-pre.dtsi      |  52 ++++
 arch/powerpc/boot/dts/sbc8548.dts           | 356 ++--------------------------
 arch/powerpc/configs/85xx/sbc8548_defconfig |  19 ++
 5 files changed, 500 insertions(+), 337 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/sbc8548-altflash.dts
 create mode 100644 arch/powerpc/boot/dts/sbc8548-post.dtsi
 create mode 100644 arch/powerpc/boot/dts/sbc8548-pre.dtsi

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

end of thread, other threads:[~2013-02-12 20:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-23 20:13 [PATCH 0/4] powerpc: update sbc8548 flash/mtd settings Paul Gortmaker
2013-01-23 20:13 ` [PATCH 1/4] powerpc: split sbc8548 dts file into pre and post chunks Paul Gortmaker
2013-02-12 20:01   ` Kumar Gala
2013-01-23 20:13 ` [PATCH 2/4] powerpc: update sbc8548 flash information to match recent u-boot Paul Gortmaker
2013-01-23 20:13 ` [PATCH 3/4] powerpc: add alternate dts file for sbc8548 boot via SODIMM Paul Gortmaker
2013-01-23 20:13 ` [PATCH 4/4] powerpc: enable MTD options in sbc8548 defconfig Paul Gortmaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).