All of lore.kernel.org
 help / color / mirror / Atom feed
From: jason@lakedaemon.net (Jason Cooper)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL V2 2/4] ARM: Kirkwood: boards for v3.7
Date: Mon, 10 Sep 2012 01:57:41 -0400	[thread overview]
Message-ID: <20120910055741.GD15277@titan.lakedaemon.net> (raw)
In-Reply-To: <20120829001129.GO19437@titan.lakedaemon.net>

Arnd, Olof,

This PR is based on v3.6-rc5 and depends upon kirkwood/dt.

It also depends upon the following in l2-mtd.git:

	mtd: orion_nand: remove <mach/hardware.h> include

Although this is a corner case.  The user needs to select ARCH_MVEBU=y
_and_ MTD_NAND_ORION=[y|m], which mvebu doesn't use.  I only ran across
in by accident.

thx,

Jason.

The following changes since commit 5d7b3dd7c8dc06679027a57750f4415b3f9b21ad:

  arm: l2x0: add aurora related properties to OF binding (2012-09-10 03:56:57 +0000)

are available in the git repository at:
  git://git.infradead.org/users/jcooper/linux.git kirkwood/boards

Alan M Butler (1):
      ARM: Kirkwood: Iomega ix2-200 DT support

Sebastian Hesselbarth (8):
      ARM: kirkwood: DT board setup for Seagate FreeAgent Dockstar
      ARM: kirkwood: DT descriptor for Seagate FreeAgent Dockstar
      ARM: dove: unify clock setup
      ARM: dove: add clock gating control
      ARM: dove: add crypto engine
      ARM: dove: add device tree based machine descriptor
      ARM: dove: add device tree descriptors
      ARM: dove: SolidRun CuBox DT

Thomas Petazzoni (1):
      arm: add documentation describing Marvell families of SoC

Valentin Longchamp (1):
      ARM: initial DTS support for km_kirkwood

 Documentation/arm/Marvell/README              |  232 +++++++++++++++++++++++++
 arch/arm/boot/dts/dove-cm-a510.dts            |   38 ++++
 arch/arm/boot/dts/dove-cubox.dts              |   42 +++++
 arch/arm/boot/dts/dove-dove-db.dts            |   38 ++++
 arch/arm/boot/dts/dove.dtsi                   |  143 +++++++++++++++
 arch/arm/boot/dts/kirkwood-dockstar.dts       |   57 ++++++
 arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts |  105 +++++++++++
 arch/arm/boot/dts/kirkwood-km_kirkwood.dts    |   29 +++
 arch/arm/mach-dove/Kconfig                    |    7 +
 arch/arm/mach-dove/Makefile.boot              |    4 +
 arch/arm/mach-dove/common.c                   |  154 +++++++++++++++--
 arch/arm/mach-dove/include/mach/pm.h          |   54 ++++--
 arch/arm/mach-kirkwood/Kconfig                |   21 +++
 arch/arm/mach-kirkwood/Makefile               |    3 +
 arch/arm/mach-kirkwood/Makefile.boot          |    3 +
 arch/arm/mach-kirkwood/board-dockstar.c       |   61 +++++++
 arch/arm/mach-kirkwood/board-dt.c             |   12 ++
 arch/arm/mach-kirkwood/board-iomega_ix2_200.c |   57 ++++++
 arch/arm/mach-kirkwood/board-km_kirkwood.c    |   57 ++++++
 arch/arm/mach-kirkwood/common.h               |   18 ++
 20 files changed, 1105 insertions(+), 30 deletions(-)
 create mode 100644 Documentation/arm/Marvell/README
 create mode 100644 arch/arm/boot/dts/dove-cm-a510.dts
 create mode 100644 arch/arm/boot/dts/dove-cubox.dts
 create mode 100644 arch/arm/boot/dts/dove-dove-db.dts
 create mode 100644 arch/arm/boot/dts/dove.dtsi
 create mode 100644 arch/arm/boot/dts/kirkwood-dockstar.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-km_kirkwood.dts
 create mode 100644 arch/arm/mach-kirkwood/board-dockstar.c
 create mode 100644 arch/arm/mach-kirkwood/board-iomega_ix2_200.c
 create mode 100644 arch/arm/mach-kirkwood/board-km_kirkwood.c

  parent reply	other threads:[~2012-09-10  5:57 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-29  0:11 [GIT PULL] Kirkwood: board changes for v3.7 Jason Cooper
2012-09-05  4:34 ` Olof Johansson
2012-09-05 23:44   ` Jason Cooper
2012-09-05 23:58     ` Olof Johansson
2012-09-10  5:31   ` Jason Cooper
2012-09-10  5:40 ` [GIT PULL V2] ARM: cache-l2x0 for rmk's tree Jason Cooper
2012-09-10  5:48 ` [GIT PULL V2 1/4] ARM: Kirkwood: DT bindings for v3.7 Jason Cooper
2012-09-13  5:30   ` Olof Johansson
2012-09-18 17:24     ` Jason Cooper
2012-09-19 13:59       ` Arnd Bergmann
2012-09-10  5:57 ` Jason Cooper [this message]
2012-09-10  6:03 ` [GIT PULL V2 3/4] ARM: Kirkwood: cleanup " Jason Cooper
2012-09-10  6:07 ` [GIT PULL V2 4/4] ARM: Kirkwood: defconfig changes " Jason Cooper
2012-09-21 19:41 ` [GIT PULL V3 1/5] ARM: Kirkwood: address decoding change " Jason Cooper
2012-09-22  5:29   ` Olof Johansson
2012-09-22  7:30     ` Arnd Bergmann
2012-09-22  8:20     ` Thomas Petazzoni
2012-09-21 19:46 ` [GIT PULL V3 2/5] ARM: Kirkwood: DT changes " Jason Cooper
2012-09-22  5:11   ` Olof Johansson
2012-09-22 13:21     ` Jason Cooper
2012-09-21 19:48 ` [GIT PULL V3 3/5] ARM: Kirkwood: board " Jason Cooper
2012-09-21 19:57 ` [GIT PULL V3 4/5] ARM: Kirkwood: cleanup " Jason Cooper
2012-09-22  1:48   ` [GIT PULL V4 4a/5] " Jason Cooper
2012-09-22  1:53   ` [GIT PULL V4 4b/5] ARM: Kirkwood: platform_data " Jason Cooper
2012-09-22  5:17   ` [GIT PULL V3 4/5] ARM: Kirkwood: cleanup " Olof Johansson
2012-09-22 13:31     ` Jason Cooper
2012-09-21 19:58 ` [GIT PULL V3 5/5] ARM: Kirkwood: defconfig changes " Jason Cooper

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=20120910055741.GD15277@titan.lakedaemon.net \
    --to=jason@lakedaemon.net \
    --cc=linux-arm-kernel@lists.infradead.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.