linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT 00/11] Renesas ARM-based SoC DT updates for v3.12
@ 2013-07-22  7:35 Simon Horman
  2013-07-22  7:36 ` [PATCH 01/11] ARM: shmobile: r8a73a4: add I2C controller DT nodes Simon Horman
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Simon Horman @ 2013-07-22  7:35 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Arnd,

please consider the following DT updates for v3.12.

This pull request is based on renesas-cleanup-for-v3.12 which I
have already sent a pull request for.

The following changes since commit ebd9616f439a8a46b9dca9a272b342f34c5f3614:

  ARM: shmobile: Remove unused mach/dma.h (2013-07-17 10:02:30 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-for-v3.12

for you to fetch changes up to 66a5cab04d339d02b93a4671eadf8e251dbfdc2c:

  ARM: shmobile: Add SMSC ethernet chip to KZM9D DT reference (2013-07-17 10:06:47 +0900)

----------------------------------------------------------------
Renesas ARM-based SoC DT updates for v3.12

* Reference implementation for kzm9d board
* Add MMCIF and SDHI DT templates for r8a7790 and r8a73a4 SoCs
* Use DT for SMP and GIC initialisation on emev2 SoC and kzm9d board
* Add GIO to dtsi of emev2 SoC
* Update dts command line of kzm9d board
* Add CPUFreq support to ape6evm board
* Add I2C controller DT nodes to r8a73a4 SoC

----------------------------------------------------------------
Guennadi Liakhovetski (4):
      ARM: shmobile: r8a73a4: add I2C controller DT nodes
      ARM: shmobile: ape6evm: add CPUFreq support
      ARM: shmobile: r8a73a4: add MMCIF and SDHI DT templates
      ARM: shmobile: r8a7790: add MMCIF and SDHI DT templates

Magnus Damm (7):
      ARM: shmobile: Update KZM9D dts command line
      ARM: shmobile: Add GIO to EMEV2 dtsi
      ARM: shmobile: Use DT for GIC on EMEV2 and KZM9D
      ARM: shmobile: Use DT for SMP on EMEV2 and KZM9D
      ARM: shmobile: EMEV2 map_io update
      ARM: shmobile: KZM9D DT reference implementation
      ARM: shmobile: Add SMSC ethernet chip to KZM9D DT reference

 arch/arm/boot/dts/Makefile                     |   1 +
 arch/arm/boot/dts/emev2-kzm9d-reference.dts    |  57 +++++++++++
 arch/arm/boot/dts/emev2-kzm9d.dts              |   2 +-
 arch/arm/boot/dts/emev2.dtsi                   |  59 ++++++++++++
 arch/arm/boot/dts/r8a73a4-ape6evm.dts          |  22 +++++
 arch/arm/boot/dts/r8a73a4.dtsi                 | 126 +++++++++++++++++++++++++
 arch/arm/boot/dts/r8a7790.dtsi                 |  54 +++++++++++
 arch/arm/mach-shmobile/Kconfig                 |  12 +++
 arch/arm/mach-shmobile/Makefile                |   1 +
 arch/arm/mach-shmobile/Makefile.boot           |   1 +
 arch/arm/mach-shmobile/board-kzm9d-reference.c |  46 +++++++++
 arch/arm/mach-shmobile/board-kzm9d.c           |   2 -
 arch/arm/mach-shmobile/include/mach/emev2.h    |   1 -
 arch/arm/mach-shmobile/setup-emev2.c           |  23 +----
 arch/arm/mach-shmobile/smp-emev2.c             |  17 +---
 15 files changed, 384 insertions(+), 40 deletions(-)
 create mode 100644 arch/arm/boot/dts/emev2-kzm9d-reference.dts
 create mode 100644 arch/arm/mach-shmobile/board-kzm9d-reference.c

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

end of thread, other threads:[~2013-08-04 19:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-22  7:35 [GIT 00/11] Renesas ARM-based SoC DT updates for v3.12 Simon Horman
2013-07-22  7:36 ` [PATCH 01/11] ARM: shmobile: r8a73a4: add I2C controller DT nodes Simon Horman
2013-07-22  7:36 ` [PATCH 02/11] ARM: shmobile: ape6evm: add CPUFreq support Simon Horman
2013-07-22  7:36 ` [PATCH 03/11] ARM: shmobile: Update KZM9D dts command line Simon Horman
2013-07-22  7:36 ` [PATCH 04/11] ARM: shmobile: Add GIO to EMEV2 dtsi Simon Horman
2013-07-22  7:36 ` [PATCH 05/11] ARM: shmobile: Use DT for GIC on EMEV2 and KZM9D Simon Horman
2013-07-22  7:36 ` [PATCH 06/11] ARM: shmobile: Use DT for SMP " Simon Horman
2013-07-22  7:36 ` [PATCH 07/11] ARM: shmobile: EMEV2 map_io update Simon Horman
2013-07-22 17:30   ` Ben Dooks
2013-07-22  7:36 ` [PATCH 08/11] ARM: shmobile: r8a73a4: add MMCIF and SDHI DT templates Simon Horman
2013-07-22  7:36 ` [PATCH 09/11] ARM: shmobile: r8a7790: " Simon Horman
2013-07-22  7:36 ` [PATCH 10/11] ARM: shmobile: KZM9D DT reference implementation Simon Horman
2013-07-22  7:36 ` [PATCH 11/11] ARM: shmobile: Add SMSC ethernet chip to KZM9D DT reference Simon Horman
2013-08-04 19:38 ` [GIT 00/11] Renesas ARM-based SoC DT updates for v3.12 Olof Johansson

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