All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL v2] Renesas ARM-based SoC boards for v3.8
@ 2012-10-28  2:26 ` Simon Horman
  0 siblings, 0 replies; 114+ messages in thread
From: Simon Horman @ 2012-10-28  2:26 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Arnd,

please consider the following board enhancements for 3.8.

----------------------------------------------------------------
The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git boards

for you to fetch changes up to 39fe22dd9b60c26a6e1a5279abfb6473d67723e6:

  ARM: mach-shmobile: Use DT_MACHINE for mackerel (2012-10-24 17:06:15 +0900)

----------------------------------------------------------------
Bastian Hecht (1):
      ARM: mach-shmobile: add FLCTL DMA slave definitions for sh7372

Kuninori Morimoto (6):
      ARM: shmobile: armadillo800eva: enable restart
      ARM: shmobile: r8a7779: add HSPI clock support
      ARM: shmobile: r8a7779: add I2C clock support
      ARM: shmobile: r8a7779: add I2C driver support
      ARM: shmobile: marzen: add HSPI support
      ARM: shmobile: r8a7740: fixup DT machine desc name typo

Nobuhiro Iwamatsu (2):
      ARM: shmobile: r8a7740: Enable PMU
      ARM: mach-shmobile: Use DT_MACHINE for mackerel

Tetsuyuki Kobayashi (3):
      ARM: shmobile: kzm9g: enable magnetometer ak8975.
      ARM: shmobile: kzm9g: enable three-axis digital accelerometer ADXL345
      ARM: shmobile: kzm9g: enable DMAEngine on SHDI0 and SDHI2

 arch/arm/boot/dts/Makefile                     |    3 +-
 arch/arm/boot/dts/sh7372-mackerel.dts          |   22 +++++++
 arch/arm/configs/armadillo800eva_defconfig     |    1 +
 arch/arm/configs/kzm9g_defconfig               |    4 ++
 arch/arm/configs/marzen_defconfig              |    4 ++
 arch/arm/mach-shmobile/Kconfig                 |    1 +
 arch/arm/mach-shmobile/board-armadillo800eva.c |    8 +++
 arch/arm/mach-shmobile/board-kzm9g.c           |   14 ++++-
 arch/arm/mach-shmobile/board-mackerel.c        |    8 ++-
 arch/arm/mach-shmobile/board-marzen.c          |   25 ++++++++
 arch/arm/mach-shmobile/clock-r8a7779.c         |   16 ++++-
 arch/arm/mach-shmobile/include/mach/sh7372.h   |    4 ++
 arch/arm/mach-shmobile/setup-r8a7740.c         |   18 +++++-
 arch/arm/mach-shmobile/setup-r8a7779.c         |   77 ++++++++++++++++++++++++
 arch/arm/mach-shmobile/setup-sh7372.c          |   20 ++++++
 15 files changed, 220 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/boot/dts/sh7372-mackerel.dts

^ permalink raw reply	[flat|nested] 114+ messages in thread
* [GIT PULL] Renesas ARM-based SoC board updates for v3.10
@ 2013-03-18 11:59 Simon Horman
  2013-03-18 11:59   ` Simon Horman
  0 siblings, 1 reply; 114+ 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] 114+ messages in thread

end of thread, other threads:[~2013-04-02 10:09 UTC | newest]

Thread overview: 114+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-28  2:26 [GIT PULL v2] Renesas ARM-based SoC boards for v3.8 Simon Horman
2012-10-28  2:26 ` Simon Horman
2012-10-28  2:26 ` [PATCH 01/12] ARM: shmobile: r8a7740: Enable PMU Simon Horman
2012-10-28  2:26   ` Simon Horman
2012-10-28 11:28   ` Sergei Shtylyov
2012-10-28 11:28     ` Sergei Shtylyov
2012-10-29  5:11     ` Simon Horman
2012-10-29  5:11       ` Simon Horman
2012-10-28  2:26 ` [PATCH 02/12] ARM: shmobile: kzm9g: enable magnetometer ak8975 Simon Horman
2012-10-28  2:26   ` Simon Horman
2012-10-28  2:26 ` [PATCH 03/12] ARM: shmobile: kzm9g: enable three-axis digital accelerometer ADXL345 Simon Horman
2012-10-28  2:26   ` Simon Horman
2012-10-28  2:26 ` [PATCH 04/12] ARM: shmobile: kzm9g: enable DMAEngine on SHDI0 and SDHI2 Simon Horman
2012-10-28  2:26   ` Simon Horman
2012-10-28  2:26 ` [PATCH 05/12] ARM: mach-shmobile: add FLCTL DMA slave definitions for sh7372 Simon Horman
2012-10-28  2:26   ` Simon Horman
2012-10-28  2:26 ` [PATCH 06/12] ARM: shmobile: armadillo800eva: enable restart Simon Horman
2012-10-28  2:26   ` Simon Horman
2012-10-28  2:26 ` [PATCH 07/12] ARM: shmobile: r8a7779: add HSPI clock support Simon Horman
2012-10-28  2:26   ` Simon Horman
2012-10-28  2:26 ` [PATCH 08/12] ARM: shmobile: r8a7779: add I2C " Simon Horman
2012-10-28  2:26   ` Simon Horman
2012-10-28  2:26 ` [PATCH 09/12] ARM: shmobile: r8a7779: add I2C driver support Simon Horman
2012-10-28  2:26   ` Simon Horman
2012-10-28  2:26 ` [PATCH 10/12] ARM: shmobile: marzen: add HSPI support Simon Horman
2012-10-28  2:26   ` Simon Horman
2012-10-28  2:26 ` [PATCH 11/12] ARM: shmobile: r8a7740: fixup DT machine desc name typo Simon Horman
2012-10-28  2:26   ` Simon Horman
2012-10-28  2:26 ` [PATCH 12/12] ARM: mach-shmobile: Use DT_MACHINE for mackerel Simon Horman
2012-10-28  2:26   ` Simon Horman
2012-10-28  9:37   ` Thomas Petazzoni
2012-10-28  9:37     ` Thomas Petazzoni
2012-10-28 10:44     ` Simon Horman
2012-10-28 10:44       ` Simon Horman
2012-10-28 10:57       ` Thomas Petazzoni
2012-10-28 10:57         ` Thomas Petazzoni
2012-11-08  1:27 ` [GIT PULL v2] Renesas ARM-based SoC boards for v3.8 #2 Simon Horman
2012-11-08  1:27   ` Simon Horman
2012-11-08  1:27   ` [PATCH 1/7] ARM: shmobile: marzen: add USB phy support Simon Horman
2012-11-08  1:27     ` Simon Horman
2012-11-08  1:27   ` [PATCH 2/7] ARM: shmobile: marzen: add USB EHCI driver support Simon Horman
2012-11-08  1:27     ` Simon Horman
2012-11-08  1:27   ` [PATCH 3/7] ARM: shmobile: marzen: add USB OHCI " Simon Horman
2012-11-08  1:27     ` Simon Horman
2012-11-08  1:27   ` [PATCH 4/7] sh: clkfwk: add sh_clk_fsidiv_register() Simon Horman
2012-11-08  1:27     ` Simon Horman
2012-11-08  1:27   ` [PATCH 5/7] ARM: shmobile: sh7372: sh7372_fsidivX_clk become non-global Simon Horman
2012-11-08  1:27     ` Simon Horman
2012-11-08  1:27   ` [PATCH 6/7] ARM: shmobile: sh7372: use sh_clk_fsidiv_register() for FSI-DIV clocks Simon Horman
2012-11-08  1:27     ` Simon Horman
2012-11-08  1:27   ` [PATCH 7/7] ARM: shmobile: r8a7740: add FSI-DVI clocks Simon Horman
2012-11-08  1:27     ` Simon Horman
2012-11-08  6:29   ` [GIT PULL v2] Renesas ARM-based SoC boards for v3.8 #2 Simon Horman
2012-11-08  6:29     ` Simon Horman
2012-11-20  0:43 ` [GIT PULL v2] Renesas ARM-based SoC boards for v3.8 #3 Simon Horman
2012-11-20  0:43   ` Simon Horman
2012-11-20  0:43   ` [PATCH] ARM: shmobile: mackerel: Add FLCTL IRQ resource Simon Horman
2012-11-20  0:43     ` Simon Horman
2012-11-21  7:21   ` [GIT PULL v2] Renesas ARM-based SoC boards for v3.8 #3 Olof Johansson
2012-11-21  7:21     ` Olof Johansson
2013-03-19  2:17 ` [GIT PULL v2] Renesas ARM-based SoC board updates for v3.10 Simon Horman
2013-03-19  2:17   ` Simon Horman
2013-03-19  2:17   ` [PATCH 01/13] ARM: shmobile: use GPIO SD-card detection on armadillo800eva Simon Horman
2013-03-19  2:17     ` Simon Horman
2013-03-19  2:17   ` [PATCH 02/13] ARM: shmobile: switch SDHI0 to GPIO regulator " Simon Horman
2013-03-19  2:17     ` Simon Horman
2013-03-19  2:17   ` [PATCH 03/13] ARM: shmobile: streamline mackerel SD and MMC devices Simon Horman
2013-03-19  2:17     ` Simon Horman
2013-03-19  2:17   ` [PATCH 04/13] ARM: shmobile: mark mackerel sh_mmcif_device __maybe_unused Simon Horman
2013-03-19  2:17     ` Simon Horman
2013-03-19  2:17   ` [PATCH 05/13] ARM: shmobile: marzen: Reference DT implementation Simon Horman
2013-03-19  2:17     ` Simon Horman
2013-03-19  2:17   ` [PATCH 06/13] ARM: shmobile: kzm9g: " Simon Horman
2013-03-19  2:17     ` Simon Horman
2013-03-19  2:17   ` [PATCH 07/13] ARM: shmobile: parse DT and configure pinmux early on kzm9g-reference Simon Horman
2013-03-19  2:17     ` Simon Horman
2013-03-19  2:17   ` [PATCH 08/13] ARM: shmobile: SDHI and MMCIF interfaces to kzm9g-reference Simon Horman
2013-03-19  2:17     ` Simon Horman
2013-03-19  2:17   ` [PATCH 09/13] ARM: shmobile: simplify kzm9g Kconfig dependencies Simon Horman
2013-03-19  2:17     ` Simon Horman
2013-03-19  2:17   ` [PATCH 10/13] ARM: shmobile: kzm9g: Remove warning about SMP Simon Horman
2013-03-19  2:17     ` Simon Horman
2013-03-19  2:17   ` [PATCH 11/13] ARM: shmobile: kzm9g: Trim reference DT_MACHINE_START Simon Horman
2013-03-19  2:17     ` Simon Horman
2013-03-19  2:18   ` [PATCH 12/13] ARM: shmobile: marzen: Use gic_iid macro for ICCIAR / interrupt ID Simon Horman
2013-03-19  2:18     ` Simon Horman
2013-03-19  2:18   ` [PATCH 13/13] ARM: shmobile: kzm9g: correct smsc regulator registration Simon Horman
2013-03-19  2:18     ` Simon Horman
2013-03-21 17:18   ` [GIT PULL v2] Renesas ARM-based SoC board updates for v3.10 Arnd Bergmann
2013-03-21 17:18     ` Arnd Bergmann
2013-03-21 19:22     ` Arnd Bergmann
2013-03-21 19:22       ` Arnd Bergmann
2013-03-22  0:32       ` Simon Horman
2013-03-22  0:32         ` Simon Horman
2013-03-22  0:58     ` Simon Horman
2013-03-22  0:58       ` Simon Horman
2013-03-22 12:40       ` Arnd Bergmann
2013-03-22 12:40         ` Arnd Bergmann
2013-03-22 13:52         ` Simon Horman
2013-03-22 13:52           ` Simon Horman
2013-03-22 15:39           ` Arnd Bergmann
2013-03-22 15:39             ` Arnd Bergmann
2013-03-27  5:30             ` Simon Horman
2013-03-27  5:30               ` Simon Horman
2013-03-27  9:54             ` Magnus Damm
2013-03-27  9:54               ` Magnus Damm
2013-03-27 11:37               ` Arnd Bergmann
2013-03-27 11:37                 ` Arnd Bergmann
2013-04-01  9:15                 ` Magnus Damm
2013-04-01  9:15                   ` Magnus Damm
2013-04-02 10:09                   ` Arnd Bergmann
2013-04-02 10:09                     ` Arnd Bergmann
2013-03-18 11:59 [GIT PULL] " 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

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.