From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT 00/11] Renesas ARM-based SoC DT updates for v3.12
Date: Mon, 22 Jul 2013 16:35:47 +0900 [thread overview]
Message-ID: <cover.1374478037.git.horms+renesas@verge.net.au> (raw)
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
next reply other threads:[~2013-07-22 7:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-22 7:35 Simon Horman [this message]
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
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=cover.1374478037.git.horms+renesas@verge.net.au \
--to=horms+renesas@verge.net.au \
--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 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).