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 4/4] ARM: mvebu: dt for v3.9
Date: Wed, 23 Jan 2013 02:48:11 +0000	[thread overview]
Message-ID: <1358909291.7b6fc46d4.21555@triton> (raw)
In-Reply-To: <1358909281.35276e0.21555@triton>

The following changes since commit 6c00ce51dd26ffcd978c657533a71af32dbf2793:

  arm: mvebu: enable btmrvl driver in mvebu_defconfig (2013-01-23 01:57:37 +0000)

are available in the git repository at:

  git://git.infradead.org/users/jcooper/linux.git tags/dt_for_v3.9

for you to fetch changes up to 68f4d9ecc4512aa5680f897187d607be91a3f95b:

  ARM: Dove: add fixed regulator for CuBox USB power (2013-01-23 02:07:09 +0000)

----------------------------------------------------------------
mvebu dt changes for v3.9
 - mvebu
   - add rtc support
   - add sdio support
 - kirkwood
   - add sdio support
   - add twsi1 and nand to 88f6282
   - convert openblocks A6 to pinctrl
 - dove
   - move led pinctrl to gpio-leds node
   - use fixed regulator for usb power

depends on:
 - mvebu/fixes
 - mvebu/drivers
 - mvebu/boards

----------------------------------------------------------------
Gregory CLEMENT (1):
      arm: mvebu: Add RTC support for Armada 370 and Armada XP

Nobuhiro Iwamatsu (3):
      ARM: Kirkwood: Add pinctrl of TWSI1 to 88f6282
      ARM: Kirkwood: Add pinctrl of NAND to 88f6282
      ARM: Kirkwood: Convert openblocks A6 board to pinctrl

Sebastian Hesselbarth (2):
      ARM: Dove: move CuBox led pinctrl to gpio-leds node
      ARM: Dove: add fixed regulator for CuBox USB power

Thomas Petazzoni (10):
      arm: mvebu: add DT information for the SDIO interface of Armada 370/XP
      arm: mvebu: add pin muxing options for the SDIO interface on Armada 370
      arm: mvebu: add pin muxing options for the SDIO interface on Armada XP
      arm: mvebu: enable the SD card slot on Armada XP DB board
      arm: mvebu: enable the SD card slot on Armada 370 DB board
      arm: mvebu: enable the SDIO interface on the Globalscale Mirabox
      arm: kirkwood: add Device Tree informations for the SDIO controller
      arm: kirkwood: dreamplug: use Device Tree to probe SDIO
      arm: kirkwood: mplcec4: use Device Tree to probe SDIO
      arm: kirkwood: add pinmux option for the SDIO interface on 88F6282

 arch/arm/boot/dts/armada-370-db.dts          |  15 ++++
 arch/arm/boot/dts/armada-370-mirabox.dts     |  10 +++
 arch/arm/boot/dts/armada-370-xp.dtsi         |  14 ++++
 arch/arm/boot/dts/armada-370.dtsi            |  12 +++
 arch/arm/boot/dts/armada-xp-db.dts           |   7 ++
 arch/arm/boot/dts/armada-xp-mv78230.dtsi     |   6 ++
 arch/arm/boot/dts/armada-xp-mv78260.dtsi     |   6 ++
 arch/arm/boot/dts/armada-xp-mv78460.dtsi     |   6 ++
 arch/arm/boot/dts/dove-cubox.dts             |  28 ++++++-
 arch/arm/boot/dts/kirkwood-6282.dtsi         |  17 ++++
 arch/arm/boot/dts/kirkwood-dreamplug.dts     |   7 ++
 arch/arm/boot/dts/kirkwood-mplcec4.dts       |  11 ++-
 arch/arm/boot/dts/kirkwood-openblocks_a6.dts | 116 +++++++++++++++++++++++++++
 arch/arm/boot/dts/kirkwood.dtsi              |   8 ++
 arch/arm/mach-dove/Kconfig                   |   2 +
 arch/arm/mach-kirkwood/board-dreamplug.c     |   6 --
 arch/arm/mach-kirkwood/board-mplcec4.c       |   7 --
 arch/arm/mach-kirkwood/board-openblocks_a6.c |  44 ----------
 18 files changed, 262 insertions(+), 60 deletions(-)

      parent reply	other threads:[~2013-01-23  2:48 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-12 23:29 [GIT PULL 0/4] ARM: mvebu: changes for v3.9 Jason Cooper
2013-01-12 23:29 ` [GIT PULL 1/4] ARM: mvebu: cleanup " Jason Cooper
2013-01-12 23:29 ` [GIT PULL 2/4] ARM: mvebu: drivers " Jason Cooper
2013-01-12 23:29 ` [GIT PULL 3/4] ARM: mvebu: boards " Jason Cooper
2013-01-12 23:29 ` [GIT PULL 4/4] ARM: mvebu: dt " Jason Cooper
     [not found] ` <E1TuAWu-0004Jx-Hn@merlin.infradead.org>
2013-01-13  1:05   ` [GIT PULL 2/4] ARM: mvebu: drivers " Russell King - ARM Linux
2013-01-13  1:28     ` Jason Cooper
     [not found] ` <E1TuAWD-0004Ec-1G@merlin.infradead.org>
2013-01-13  1:06   ` [GIT PULL 3/4] ARM: mvebu: boards " Russell King - ARM Linux
     [not found] ` <E1TuAWi-0004H4-K6@merlin.infradead.org>
2013-01-13  1:06   ` [GIT PULL 4/4] ARM: mvebu: dt " Russell King - ARM Linux
2013-01-13  1:30     ` Jason Cooper
2013-01-23  2:48 ` [GIT PULL V2 0/4] ARM: mvebu: changes " Jason Cooper
2013-01-23  2:48   ` [GIT PULL V2 1/4] ARM: mvebu: cleanup " Jason Cooper
2013-01-28  5:57     ` Olof Johansson
2013-01-23  2:48   ` [GIT PULL V2 2/4] ARM: mvebu: drivers " Jason Cooper
2013-01-28  5:53     ` Olof Johansson
2013-01-28 11:53       ` Chris Ball
2013-01-28 16:10         ` Jason Cooper
2013-01-23  2:48   ` [GIT PULL V2 3/4] ARM: mvebu: boards " Jason Cooper
2013-01-23  2:48   ` Jason Cooper [this message]

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=1358909291.7b6fc46d4.21555@triton \
    --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.