linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.19
Date: Wed, 29 Oct 2014 13:59:17 +0900	[thread overview]
Message-ID: <cover.1414556943.git.horms+renesas@verge.net.au> (raw)

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC DT cleanups for v3.19.


The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

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

for you to fetch changes up to 120f038cf04b95dc895cba503a7516ff75561438:

  ARM: shmobile: kzm9d dts: Add chosen/stdout-path (2014-10-24 10:44:10 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC DT Cleanups for v3.19

* Add chosen/stdout-path to DTS files for shmobile boards
* Remove r7s72100-genmai.dtb for ARCH_SHMOBILE_LEGACY
  - The corresponding board file has already been removed
* Sort dts nodes by address
* Sort SHMOBILE dtbs alphabetically in Makefile

----------------------------------------------------------------
Geert Uytterhoeven (15):
      ARM: dts: Sort SHMOBILE dtbs alphabetically
      ARM: shmobile: r7s72100: Remove r7s72100-genmai.dtb for ARCH_SHMOBILE_LEGACY
      ARM: shmobile: emev2 dtsi: Use generic names for device nodes
      ARM: shmobile: emev2 dtsi: Add uart* labels for easier referencing
      ARM: shmobile: genmai dts: Add chosen/stdout-path
      ARM: shmobile: ape6evm-reference dts: Add chosen/stdout-path
      ARM: shmobile: armadillo800eva dts: Add chosen/stdout-path
      ARM: shmobile: bockw-reference dts: Add chosen/stdout-path
      ARM: shmobile: marzen dts: Add chosen/stdout-path
      ARM: shmobile: lager dts: Add chosen/stdout-path
      ARM: shmobile: henninger dts: Add chosen/stdout-path
      ARM: shmobile: koelsch dts: Add chosen/stdout-path
      ARM: shmobile: alt dts: Add chosen/stdout-path
      ARM: shmobile: kzm9g-reference dts: Add chosen/stdout-path
      ARM: shmobile: kzm9d dts: Add chosen/stdout-path

Simon Horman (1):
      ARM: shmobile: r8a73a4: Remove spurious dma-multiplexer base addresses

Ulrich Hecht (3):
      ARM: shmobile: r7s72100: sort dtsi file by address
      ARM: shmobile: kzm9d: sort dts file by address
      ARM: shmobile: r8a73a4: sort dtsi file by address

 arch/arm/boot/dts/Makefile                      |  16 +-
 arch/arm/boot/dts/emev2-kzm9d.dts               |  63 +++----
 arch/arm/boot/dts/emev2.dtsi                    |  12 +-
 arch/arm/boot/dts/r7s72100-genmai.dts           |   3 +-
 arch/arm/boot/dts/r7s72100.dtsi                 | 202 ++++++++++-----------
 arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts |   3 +-
 arch/arm/boot/dts/r8a73a4.dtsi                  | 232 ++++++++++++------------
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts   |   1 +
 arch/arm/boot/dts/r8a7778-bockw-reference.dts   |   3 +-
 arch/arm/boot/dts/r8a7779-marzen.dts            |   1 +
 arch/arm/boot/dts/r8a7790-lager.dts             |   1 +
 arch/arm/boot/dts/r8a7791-henninger.dts         |   1 +
 arch/arm/boot/dts/r8a7791-koelsch.dts           |   1 +
 arch/arm/boot/dts/r8a7794-alt.dts               |   1 +
 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts    |   1 +
 15 files changed, 276 insertions(+), 265 deletions(-)

             reply	other threads:[~2014-10-29  4:59 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-29  4:59 Simon Horman [this message]
2014-10-29  4:59 ` [PATCH 01/19] ARM: dts: Sort SHMOBILE dtbs alphabetically Simon Horman
2014-10-29  4:59 ` [PATCH 02/19] ARM: shmobile: r8a73a4: Remove spurious dma-multiplexer base addresses Simon Horman
2014-10-29  4:59 ` [PATCH 03/19] ARM: shmobile: r7s72100: sort dtsi file by address Simon Horman
2014-10-29  4:59 ` [PATCH 04/19] ARM: shmobile: kzm9d: sort dts " Simon Horman
2014-10-29  4:59 ` [PATCH 05/19] ARM: shmobile: r8a73a4: sort dtsi " Simon Horman
2014-10-29  4:59 ` [PATCH 06/19] ARM: shmobile: r7s72100: Remove r7s72100-genmai.dtb for ARCH_SHMOBILE_LEGACY Simon Horman
2014-10-29  4:59 ` [PATCH 07/19] ARM: shmobile: emev2 dtsi: Use generic names for device nodes Simon Horman
2014-10-29  4:59 ` [PATCH 08/19] ARM: shmobile: emev2 dtsi: Add uart* labels for easier referencing Simon Horman
2014-10-29  4:59 ` [PATCH 09/19] ARM: shmobile: genmai dts: Add chosen/stdout-path Simon Horman
2014-10-29  4:59 ` [PATCH 10/19] ARM: shmobile: ape6evm-reference " Simon Horman
2014-10-29  4:59 ` [PATCH 11/19] ARM: shmobile: armadillo800eva " Simon Horman
2014-10-29  4:59 ` [PATCH 12/19] ARM: shmobile: bockw-reference " Simon Horman
2014-10-29  4:59 ` [PATCH 13/19] ARM: shmobile: marzen " Simon Horman
2014-10-29  4:59 ` [PATCH 14/19] ARM: shmobile: lager " Simon Horman
2014-10-29  4:59 ` [PATCH 15/19] ARM: shmobile: henninger " Simon Horman
2014-10-29  4:59 ` [PATCH 16/19] ARM: shmobile: koelsch " Simon Horman
2014-10-29  4:59 ` [PATCH 17/19] ARM: shmobile: alt " Simon Horman
2014-10-29  4:59 ` [PATCH 18/19] ARM: shmobile: kzm9g-reference " Simon Horman
2014-10-29  4:59 ` [PATCH 19/19] ARM: shmobile: kzm9d " Simon Horman
2014-11-04 22:32 ` [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.19 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.1414556943.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).