linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.5
@ 2015-12-18  2:29 Simon Horman
  2015-12-18  2:29 ` [PATCH 01/25] ARM: shmobile: sh73a0: Add MSIOF clocks Simon Horman
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: Simon Horman @ 2015-12-18  2:29 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these third round of Renesas ARM based SoC DT updates for v4.5.

This pull request is based on the previous round of
such requests, tagged as renesas-dt2-for-v4.5,
which you have already pulled.


The following changes since commit c8d9fdbe2d648caaa510d45dc13eba2e9957140b:

  ARM: shmobile: sh73a0 dtsi: Add L2 cache-controller node (2015-11-25 10:42:38 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt3-for-v4.5

for you to fetch changes up to d01c8bec91414f2110370dfcb9dd33fc0e573cee:

  ARM: shmobile: r8a779x: use SoC-specific usb-dmac compatibility strings (2015-12-17 10:10:54 +0900)

----------------------------------------------------------------
Third Round of Renesas ARM Based SoC DT Updates for v4.5

* Use SoC-specific usb-dmac and IPMMU compatibility strings
* Add internal delay for i2c IPs
* Add missing serial devices to r8a7793
* Enable DMA for r8a7793 serial devices
* Add serial port config to chosen/stdout-path
* Tidyup #sound-dai-cells settings for r8a7798/bockw
* Remove deprecated #gpio-range-cells from r8a7793
* Add EtherAVB support to r8a7791
* Add MSIOF support to sh73a0

----------------------------------------------------------------
Geert Uytterhoeven (11):
      ARM: shmobile: sh73a0: Add MSIOF clocks
      ARM: shmobile: sh73a0: Add MSIOF device nodes
      ARM: shmobile: bockw dts: Override #sound-dai-cells to zero
      ARM: shmobile: koelsch dts: Add serial port config to chosen/stdout-path
      ARM: shmobile: alt dts: Add serial port config to chosen/stdout-path
      ARM: shmobile: ape6evm dts: Add serial port config to chosen/stdout-path
      ARM: shmobile: bockw dts: Update console parameters
      ARM: shmobile: gose dts: Add serial port config to chosen/stdout-path
      ARM: shmobile: silk dts: Add serial port config to chosen/stdout-path
      ARM: shmobile: porter dts: Add serial port config to chosen/stdout-path
      ARM: shmobile: lager dts: Add serial port config to chosen/stdout-path

Kuninori Morimoto (1):
      ARM: shmobile: r8a7778: tidyup #sound-dai-cells settings

Magnus Damm (4):
      ARM: shmobile: r8a7790: IPMMU compat string SoC part number update
      ARM: shmobile: r8a7791: IPMMU compat string SoC part number update
      ARM: shmobile: r8a7793: IPMMU compat string SoC part number update
      ARM: shmobile: r8a7794: IPMMU compat string SoC part number update

Sergei Shtylyov (2):
      ARM: shmobile: r8a7791: add EtherAVB clock
      ARM: shmobile: r8a7791: add EtherAVB DT support

Simon Horman (4):
      ARM: shmobile: r8a7793: remove deprecated #gpio-range-cells
      ARM: shmobile: r8a7793: Add missing serial devices to DT
      ARM: shmobile: r8a7793: Describe DMA for the serial ports
      ARM: shmobile: r8a779x: use SoC-specific usb-dmac compatibility strings

Wolfram Sang (3):
      ARM: shmobile: r8a7790: dtsi: add internal delay for i2c IPs
      ARM: shmobile: r8a7791: dtsi: add internal delay for i2c IPs
      ARM: shmobile: r8a7794: dtsi: add internal delay for i2c IPs

 arch/arm/boot/dts/r8a73a4-ape6evm.dts     |   2 +-
 arch/arm/boot/dts/r8a7778-bockw.dts       |   9 +-
 arch/arm/boot/dts/r8a7778.dtsi            |   7 +-
 arch/arm/boot/dts/r8a7790-lager.dts       |   2 +-
 arch/arm/boot/dts/r8a7790.dtsi            |  20 +--
 arch/arm/boot/dts/r8a7791-koelsch.dts     |   2 +-
 arch/arm/boot/dts/r8a7791-porter.dts      |   2 +-
 arch/arm/boot/dts/r8a7791.dtsi            |  46 ++++--
 arch/arm/boot/dts/r8a7793-gose.dts        |   2 +-
 arch/arm/boot/dts/r8a7793.dtsi            | 230 ++++++++++++++++++++++++++++--
 arch/arm/boot/dts/r8a7794-alt.dts         |   2 +-
 arch/arm/boot/dts/r8a7794-silk.dts        |   2 +-
 arch/arm/boot/dts/r8a7794.dtsi            |  18 ++-
 arch/arm/boot/dts/sh73a0.dtsi             |  72 ++++++++--
 include/dt-bindings/clock/r8a7791-clock.h |   1 +
 include/dt-bindings/clock/sh73a0-clock.h  |   6 +-
 16 files changed, 363 insertions(+), 60 deletions(-)

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

end of thread, other threads:[~2015-12-22 20:53 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-18  2:29 [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.5 Simon Horman
2015-12-18  2:29 ` [PATCH 01/25] ARM: shmobile: sh73a0: Add MSIOF clocks Simon Horman
2015-12-18  2:29 ` [PATCH 02/25] ARM: shmobile: sh73a0: Add MSIOF device nodes Simon Horman
2015-12-18  2:29 ` [PATCH 03/25] ARM: shmobile: r8a7791: add EtherAVB clock Simon Horman
2015-12-18  2:29 ` [PATCH 04/25] ARM: shmobile: r8a7791: add EtherAVB DT support Simon Horman
2015-12-18  2:29 ` [PATCH 05/25] ARM: shmobile: r8a7793: remove deprecated #gpio-range-cells Simon Horman
2015-12-18  2:29 ` [PATCH 06/25] ARM: shmobile: bockw dts: Override #sound-dai-cells to zero Simon Horman
2015-12-18  2:29 ` [PATCH 07/25] ARM: shmobile: r8a7778: tidyup #sound-dai-cells settings Simon Horman
2015-12-18  2:29 ` [PATCH 08/25] ARM: shmobile: koelsch dts: Add serial port config to chosen/stdout-path Simon Horman
2015-12-18  2:29 ` [PATCH 09/25] ARM: shmobile: alt " Simon Horman
2015-12-18  2:29 ` [PATCH 10/25] ARM: shmobile: ape6evm " Simon Horman
2015-12-18  2:29 ` [PATCH 11/25] ARM: shmobile: bockw dts: Update console parameters Simon Horman
2015-12-18  2:29 ` [PATCH 12/25] ARM: shmobile: gose dts: Add serial port config to chosen/stdout-path Simon Horman
2015-12-18  2:29 ` [PATCH 13/25] ARM: shmobile: silk " Simon Horman
2015-12-18  2:29 ` [PATCH 14/25] ARM: shmobile: porter " Simon Horman
2015-12-18  2:29 ` [PATCH 15/25] ARM: shmobile: lager " Simon Horman
2015-12-18  2:29 ` [PATCH 16/25] ARM: shmobile: r8a7793: Add missing serial devices to DT Simon Horman
2015-12-18  2:29 ` [PATCH 17/25] ARM: shmobile: r8a7793: Describe DMA for the serial ports Simon Horman
2015-12-18  2:29 ` [PATCH 18/25] ARM: shmobile: r8a7790: dtsi: add internal delay for i2c IPs Simon Horman
2015-12-18  2:29 ` [PATCH 19/25] ARM: shmobile: r8a7791: " Simon Horman
2015-12-18  2:29 ` [PATCH 20/25] ARM: shmobile: r8a7794: " Simon Horman
2015-12-18  2:29 ` [PATCH 21/25] ARM: shmobile: r8a7790: IPMMU compat string SoC part number update Simon Horman
2015-12-18  2:29 ` [PATCH 22/25] ARM: shmobile: r8a7791: " Simon Horman
2015-12-18  2:29 ` [PATCH 23/25] ARM: shmobile: r8a7793: " Simon Horman
2015-12-18  2:29 ` [PATCH 24/25] ARM: shmobile: r8a7794: " Simon Horman
2015-12-18  2:29 ` [PATCH 25/25] ARM: shmobile: r8a779x: use SoC-specific usb-dmac compatibility strings Simon Horman
2015-12-22 20:53 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.5 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).