All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM-based SoC board updates for v3.10
@ 2013-03-18 11:59 ` Simon Horman
  0 siblings, 0 replies; 47+ messages in thread
From: Simon Horman @ 2013-03-18 11:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Arnd,

The following changes since commit 3e4ca5183625b525520a73d9ce630ab8898dbd0e:

  Merge branch 'pinmux/3.9/functions' of git://linuxtv.org/pinchartl/fbdev into boards-base (2013-03-15 23:41:21 +0900)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-boards-for-v3.10

for you to fetch changes up to 7f9ed6b16338a19a33bd1e7d87ccf34b304dcf27:

  ARM: shmobile: kzm9g: correct smsc regulator registration (2013-03-16 00:25:39 +0900)

----------------------------------------------------------------
Renesas ARM-based SoC board updates for v3.10

This is based on a merge of the following:

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git renesas-pinmux-for-v3.10
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git renesas-soc-for-v3.10

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: shmobile: mark mackerel sh_mmcif_device __maybe_unused

Guennadi Liakhovetski (6):
      ARM: shmobile: use GPIO SD-card detection on armadillo800eva
      ARM: shmobile: switch SDHI0 to GPIO regulator on armadillo800eva
      ARM: shmobile: streamline mackerel SD and MMC devices
      ARM: shmobile: parse DT and configure pinmux early on kzm9g-reference
      ARM: shmobile: SDHI and MMCIF interfaces to kzm9g-reference
      ARM: shmobile: simplify kzm9g Kconfig dependencies

Kuninori Morimoto (1):
      ARM: shmobile: marzen: Use gic_iid macro for ICCIAR / interrupt ID

Simon Horman (5):
      ARM: shmobile: marzen: Reference DT implementation
      ARM: shmobile: kzm9g: Reference DT implementation
      ARM: shmobile: kzm9g: Remove warning about SMP
      ARM: shmobile: kzm9g: Trim reference DT_MACHINE_START
      ARM: shmobile: kzm9g: correct smsc regulator registration

 arch/arm/boot/dts/Makefile                      |    2 +
 arch/arm/boot/dts/r8a7779-marzen-reference.dts  |   47 +++++++++
 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts    |   77 +++++++++++++++
 arch/arm/mach-shmobile/Kconfig                  |   27 ++++++
 arch/arm/mach-shmobile/Makefile                 |    2 +
 arch/arm/mach-shmobile/board-armadillo800eva.c  |  111 ++++++++++++++++++----
 arch/arm/mach-shmobile/board-kzm9g-reference.c  |  108 +++++++++++++++++++++
 arch/arm/mach-shmobile/board-kzm9g.c            |    4 +-
 arch/arm/mach-shmobile/board-mackerel.c         |  115 ++++++++++++-----------
 arch/arm/mach-shmobile/board-marzen-reference.c |   75 +++++++++++++++
 arch/arm/mach-shmobile/board-marzen.c           |   12 +--
 11 files changed, 496 insertions(+), 84 deletions(-)
 create mode 100644 arch/arm/boot/dts/r8a7779-marzen-reference.dts
 create mode 100644 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
 create mode 100644 arch/arm/mach-shmobile/board-kzm9g-reference.c
 create mode 100644 arch/arm/mach-shmobile/board-marzen-reference.c

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

end of thread, other threads:[~2013-07-22 13:16 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18 11:59 [GIT PULL] Renesas ARM-based SoC board updates for v3.10 Simon Horman
2013-03-18 11:59 ` Simon Horman
2013-03-18 11:59 ` [PATCH 01/13] ARM: shmobile: use GPIO SD-card detection on armadillo800eva Simon Horman
2013-03-18 11:59   ` Simon Horman
2013-03-18 11:59 ` [PATCH 02/13] ARM: shmobile: switch SDHI0 to GPIO regulator " Simon Horman
2013-03-18 11:59   ` Simon Horman
2013-03-18 11:59 ` [PATCH 03/13] ARM: shmobile: streamline mackerel SD and MMC devices Simon Horman
2013-03-18 11:59   ` Simon Horman
2013-03-18 11:59 ` [PATCH 04/13] ARM: shmobile: mark mackerel sh_mmcif_device __maybe_unused Simon Horman
2013-03-18 11:59   ` Simon Horman
2013-03-18 11:59 ` [PATCH 05/13] ARM: shmobile: marzen: Reference DT implementation Simon Horman
2013-03-18 11:59   ` Simon Horman
2013-03-18 11:59 ` [PATCH 06/13] ARM: shmobile: kzm9g: " Simon Horman
2013-03-18 11:59   ` Simon Horman
2013-03-18 11:59 ` [PATCH 07/13] ARM: shmobile: parse DT and configure pinmux early on kzm9g-reference Simon Horman
2013-03-18 11:59   ` Simon Horman
2013-03-18 11:59 ` [PATCH 08/13] ARM: shmobile: SDHI and MMCIF interfaces to kzm9g-reference Simon Horman
2013-03-18 11:59   ` Simon Horman
2013-03-18 11:59 ` [PATCH 09/13] ARM: shmobile: simplify kzm9g Kconfig dependencies Simon Horman
2013-03-18 11:59   ` Simon Horman
2013-03-18 11:59 ` [PATCH 10/13] ARM: shmobile: kzm9g: Remove warning about SMP Simon Horman
2013-03-18 11:59   ` Simon Horman
2013-03-18 11:59 ` [PATCH 11/13] ARM: shmobile: kzm9g: Trim reference DT_MACHINE_START Simon Horman
2013-03-18 11:59   ` Simon Horman
2013-03-18 11:59 ` [PATCH 12/13] ARM: shmobile: marzen: Use gic_iid macro for ICCIAR / interrupt ID Simon Horman
2013-03-18 11:59   ` Simon Horman
2013-03-18 11:59 ` [PATCH 13/13] ARM: shmobile: kzm9g: correct smsc regulator registration Simon Horman
2013-03-18 11:59   ` Simon Horman
2013-03-18 12:08 ` [GIT PULL] Renesas ARM-based SoC board updates for v3.10 Simon Horman
2013-03-18 12:08   ` Simon Horman
2013-03-22  1:23 ` [GIT PULL] Renesas ARM-based SoC board updates for v3.10 #2 Simon Horman
2013-03-22  1:23   ` Simon Horman
2013-03-22  1:23   ` [PATCH 1/6] ARM: shmobile: kzm9g: SDHI0 and SDHI1 use a 3.3V power supply Simon Horman
2013-03-22  1:23     ` Simon Horman
2013-03-22  1:23   ` [PATCH 2/6] ARM: shmobile: sh73a0: move SDHI and MMCIF DT nodes to sh73a0.dtsi Simon Horman
2013-03-22  1:23     ` Simon Horman
2013-03-22  1:23   ` [PATCH 3/6] ARM: shmobile: armadillo800eva: add a fixed voltage regulator for SDHI1 Simon Horman
2013-03-22  1:23     ` Simon Horman
2013-07-22 13:16     ` [PATCH 3/6] ARM: shmobile: armadillo800eva-reference: add MMCIF and SDHI DT nodes Guennadi Liakhovetski
2013-03-22  1:23   ` [PATCH 4/6] ARM: shmobile: kzm9g: add fixed voltage regulators for SDHI0 and SDHI2 Simon Horman
2013-03-22  1:23     ` Simon Horman
2013-03-22  1:23   ` [PATCH 5/6] ARM: shmobile: kzm9g-reference: fix device-tree bindings and device names Simon Horman
2013-03-22  1:23     ` Simon Horman
2013-03-22  1:23   ` [PATCH 6/6] Revert "ARM: shmobile: streamline mackerel SD and MMC devices" Simon Horman
2013-03-22  1:23     ` Simon Horman
2013-03-22 12:43   ` [GIT PULL] Renesas ARM-based SoC board updates for v3.10 #2 Arnd Bergmann
2013-03-22 12:43     ` Arnd Bergmann

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.