linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL v3] Renesas ARM-based SoC boards for v3.8
@ 2012-11-01  0:40 Simon Horman
  2012-11-01  0:40 ` [PATCH 1/8] ARM: shmobile: kzm9g: enable magnetometer ak8975 Simon Horman
                   ` (10 more replies)
  0 siblings, 11 replies; 35+ messages in thread
From: Simon Horman @ 2012-11-01  0:40 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Arnd,

please consider the following board enhancements for 3.8.

This differs from v2 of this pull request in that:
* Several patches have been moved to the soc branch which
  I will send a pull request for shortly.
  - ARM: shmobile: r8a7779: add HSPI clock support
  - ARM: shmobile: r8a7779: add I2C clock support
  - ARM: shmobile: r8a7779: add I2C driver support
  - ARM: shmobile: r8a7740: Enable PMU
* Several new patches have been added.
  - ARM: shmobile: Remove G4EVM machine support
  - ARM: shmobile: Remove G3EVM machine support

---------------------------------------------------------------
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 631a7b5d958d2ef2c2333b105794c693642f0641:

  ARM: shmobile: Remove G4EVM machine support (2012-10-30 15:25:59 +0800)

----------------------------------------------------------------
Kuninori Morimoto (2):
      ARM: shmobile: armadillo800eva: enable restart
      ARM: shmobile: marzen: add HSPI support

Nobuhiro Iwamatsu (3):
      ARM: mach-shmobile: Use DT_MACHINE for mackerel
      ARM: shmobile: Remove G3EVM machine support
      ARM: shmobile: Remove G4EVM machine support

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/g3evm_defconfig               |   57 ----
 arch/arm/configs/g4evm_defconfig               |   57 ----
 arch/arm/configs/kzm9g_defconfig               |    4 +
 arch/arm/configs/marzen_defconfig              |    4 +
 arch/arm/mach-shmobile/Kconfig                 |   17 +-
 arch/arm/mach-shmobile/Makefile                |    2 -
 arch/arm/mach-shmobile/board-armadillo800eva.c |    8 +
 arch/arm/mach-shmobile/board-g3evm.c           |  343 ---------------------
 arch/arm/mach-shmobile/board-g4evm.c           |  384 ------------------------
 arch/arm/mach-shmobile/board-kzm9g.c           |   14 +-
 arch/arm/mach-shmobile/board-mackerel.c        |    8 +-
 arch/arm/mach-shmobile/board-marzen.c          |   25 ++
 14 files changed, 87 insertions(+), 861 deletions(-)
 create mode 100644 arch/arm/boot/dts/sh7372-mackerel.dts
 delete mode 100644 arch/arm/configs/g3evm_defconfig
 delete mode 100644 arch/arm/configs/g4evm_defconfig
 delete mode 100644 arch/arm/mach-shmobile/board-g3evm.c
 delete mode 100644 arch/arm/mach-shmobile/board-g4evm.c

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

end of thread, other threads:[~2013-03-15 12:51 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-01  0:40 [GIT PULL v3] Renesas ARM-based SoC boards for v3.8 Simon Horman
2012-11-01  0:40 ` [PATCH 1/8] ARM: shmobile: kzm9g: enable magnetometer ak8975 Simon Horman
2012-11-01  0:40 ` [PATCH 2/8] ARM: shmobile: kzm9g: enable three-axis digital accelerometer ADXL345 Simon Horman
2012-11-01  0:40 ` [PATCH 3/8] ARM: shmobile: kzm9g: enable DMAEngine on SHDI0 and SDHI2 Simon Horman
2012-11-01  0:40 ` [PATCH 4/8] ARM: shmobile: armadillo800eva: enable restart Simon Horman
2012-11-01  0:40 ` [PATCH 5/8] ARM: shmobile: marzen: add HSPI support Simon Horman
2012-11-01  0:40 ` [PATCH 6/8] ARM: mach-shmobile: Use DT_MACHINE for mackerel Simon Horman
2012-11-01  0:40 ` [PATCH 7/8] ARM: shmobile: Remove G3EVM machine support Simon Horman
2012-11-01  0:40 ` [PATCH 8/8] ARM: shmobile: Remove G4EVM " Simon Horman
2012-11-06  2:32 ` [GIT PULL v3] Renesas ARM-based SoC boards for v3.8 Simon Horman
2012-11-06 14:07 ` Olof Johansson
2012-11-09  7:31 ` [GIT PULL v3] Renesas ARM-based SoC boards for v3.8 #2 Simon Horman
2012-11-09  7:31   ` [PATCH 1/7] ARM: shmobile: marzen: add USB phy support Simon Horman
2013-03-13 21:19     ` Sergei Shtylyov
2013-03-14  0:44       ` Kuninori Morimoto
2013-03-14 13:20         ` Sergei Shtylyov
2012-11-09  7:31   ` [PATCH 2/7] ARM: shmobile: marzen: add USB EHCI driver support Simon Horman
2013-03-13 20:44     ` Sergei Shtylyov
2013-03-14  0:29       ` Kuninori Morimoto
2013-03-14  1:09         ` Kuninori Morimoto
2013-03-14 13:42         ` Sergei Shtylyov
2013-03-15  0:52           ` Kuninori Morimoto
2013-03-15 12:51             ` Sergei Shtylyov
2012-11-09  7:31   ` [PATCH 3/7] ARM: shmobile: marzen: add USB OHCI " Simon Horman
2012-11-09  7:31   ` [PATCH 4/7] ARM: shmobile: mackerel: enable DMAEngine on USB Host Simon Horman
2012-11-09  7:31   ` [PATCH 5/7] ARM: shmobile: use FSI driver's audio clock on armadillo800eva Simon Horman
2012-11-09  7:31   ` [PATCH 6/7] ARM: shmobile: use FSI driver's audio clock on mackerel Simon Horman
2012-11-09  7:31   ` [PATCH 7/7] ARM: shmobile: use FSI driver's audio clock on ap4evb Simon Horman
2012-11-12 21:11   ` [GIT PULL v3] Renesas ARM-based SoC boards for v3.8 #2 Arnd Bergmann
2012-11-13  2:58     ` Simon Horman
2012-11-13  5:36     ` Mark Brown
2012-11-13  8:48       ` Arnd Bergmann
2012-11-13 10:01         ` Mark Brown
2012-11-13 10:27           ` Arnd Bergmann
2012-11-14  2:15             ` Mark Brown

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).