All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.21
@ 2018-11-28 13:02 ` Simon Horman
  0 siblings, 0 replies; 40+ messages in thread
From: Simon Horman @ 2018-11-28 13:02 UTC (permalink / raw)
  To: arm
  Cc: linux-renesas-soc, Olof Johansson, Kevin Hilman, Arnd Bergmann,
	linux-arm-kernel, Magnus Damm, Simon Horman

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC DT updates for v4.21.

I am sending out this pull-request at this time as there are a number
of patches queued up in my arm (32) DT branch and I hope that this
will ease the burden later on in the development cycle. I expect to
send a follow-up pull-request for this branch at the usual pre-rc6 timing.

Changes since v1:
* Correct garbled Reviewed-by tag in
  "[PATCH 01/16] ARM: dts: r9a06g032: Add pinctrl node"

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm-dt-for-v4.21

for you to fetch changes up to 673df60a880f060e3e94920c7b5f7a9ed8aa65f2:

  ARM: dts: r9a06g032: Correct the GIC DT node name (2018-11-28 13:55:30 +0100)

----------------------------------------------------------------
Renesas ARM Based SoC DT Updates for v4.21

* RZ/N1D (r9a06g032) SoC:
  - Correct GIC DT node name
  - Enable pin controller

* RZ/G1C (r8a77470) iWave g23S single board computer
  - Add QSPI flash support
  - Add pinctl support for EtherAVB
  - Enable CMT0 (Renesas R-Car Compare Match Timer)
  - Enable RWDT (Renesas Watchdog Timer)
  - Enable uSD and eMMC support

* RZ/G1C (r8a77470) SoC:
  - Describe USB-DMAC and I2C devices in DT

* R-Mobile A1 (r8a7740), Emma Mobile EV2 (emev2) and
  SH-Mobile AG5 (sh72a0) SoCs:
  - Include SoC name in DTSI

* R-Car H2 (r8a7790) based lager, and
  R-Car M2-W (r8a7791) based koelsch and porter boards:
  - Disable unconnected LVDS encoders

----------------------------------------------------------------
Biju Das (6):
      ARM: dts: r8a77470: Add watchdog support to SoC dtsi
      ARM: dts: iwg23s-sbc: Enable watchdog support
      ARM: dts: r8a77470: Add USB-DMAC device nodes
      ARM: dts: r8a77470: Add CMT SoC specific support
      ARM: dts: iwg23s-sbc: Enable cmt0
      ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB

Fabrizio Castro (6):
      ARM: dts: r8a77470: Add I2C[0123] support
      ARM: dts: r8a77470: Add SDHI0 support
      ARM: dts: r8a77470: Add SDHI1 support
      ARM: dts: iwg23s-sbc: Add uSD and eMMC support
      ARM: dts: r8a77470: Add QSPI support
      ARM: dts: iwg23s-sbc: Add QSPI flash support

Laurent Pinchart (1):
      ARM: dts: r8a779[01]: Disable unconnected LVDS encoders

Magnus Damm (1):
      ARM: dts: r8a7740, emev2, sh73a0: Include SoC name in DTSI

Phil Edworthy (2):
      ARM: dts: r9a06g032: Add pinctrl node
      ARM: dts: r9a06g032: Correct the GIC DT node name

 arch/arm/boot/dts/emev2.dtsi              |   2 +-
 arch/arm/boot/dts/r8a7740.dtsi            |   2 +-
 arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 119 ++++++++++++++++
 arch/arm/boot/dts/r8a77470.dtsi           | 222 +++++++++++++++++++++++++++++-
 arch/arm/boot/dts/r8a7790-lager.dts       |   2 -
 arch/arm/boot/dts/r8a7791-koelsch.dts     |   2 -
 arch/arm/boot/dts/r8a7791-porter.dts      |   2 -
 arch/arm/boot/dts/r9a06g032.dtsi          |  10 +-
 arch/arm/boot/dts/sh73a0.dtsi             |   2 +-
 9 files changed, 352 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread
* [GIT PULL] Renesas ARM Based SoC DT Updates for v4.21
@ 2018-11-26 12:53 Simon Horman
  2018-11-26 12:54   ` Simon Horman
  0 siblings, 1 reply; 40+ messages in thread
From: Simon Horman @ 2018-11-26 12:53 UTC (permalink / raw)
  To: arm
  Cc: linux-renesas-soc, Olof Johansson, Kevin Hilman, Arnd Bergmann,
	linux-arm-kernel, Magnus Damm, Simon Horman

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC DT updates for v4.21.

I am sending out this pull-request at this time as there are a number
of patches queued up in my arm (32) DT branch and I hope that this
will ease the burden later on in the development cycle. I expect to
send a follow-up pull-request for this branch at the usual pre-rc6 timing.

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm-dt-for-v4.21

for you to fetch changes up to 83d3483e4977eeedf258f053878a88db507630d4:

  ARM: dts: r9a06g032: Correct the GIC DT node name (2018-11-23 13:20:17 +0100)

----------------------------------------------------------------
Renesas ARM Based SoC DT Updates for v4.21

* RZ/N1D (r9a06g032) SoC:
  - Correct GIC DT node name
  - Enable pin controller

* RZ/G1C (r8a77470) iWave g23S single board computer
  - Add QSPI flash support
  - Add pinctl support for EtherAVB
  - Enable CMT0 (Renesas R-Car Compare Match Timer)
  - Enable RWDT (Renesas Watchdog Timer)
  - Enable uSD and eMMC support

* RZ/G1C (r8a77470) SoC:
  - Describe USB-DMAC and I2C devices in DT

* R-Mobile A1 (r8a7740), Emma Mobile EV2 (emev2) and
  SH-Mobile AG5 (sh72a0) SoCs:
  - Include SoC name in DTSI

* R-Car H2 (r8a7790) based lager, and
  R-Car M2-W (r8a7791) based koelsch and porter boards:
  - Disable unconnected LVDS encoders

----------------------------------------------------------------
Biju Das (6):
      ARM: dts: r8a77470: Add watchdog support to SoC dtsi
      ARM: dts: iwg23s-sbc: Enable watchdog support
      ARM: dts: r8a77470: Add USB-DMAC device nodes
      ARM: dts: r8a77470: Add CMT SoC specific support
      ARM: dts: iwg23s-sbc: Enable cmt0
      ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB

Fabrizio Castro (6):
      ARM: dts: r8a77470: Add I2C[0123] support
      ARM: dts: r8a77470: Add SDHI0 support
      ARM: dts: r8a77470: Add SDHI1 support
      ARM: dts: iwg23s-sbc: Add uSD and eMMC support
      ARM: dts: r8a77470: Add QSPI support
      ARM: dts: iwg23s-sbc: Add QSPI flash support

Laurent Pinchart (1):
      ARM: dts: r8a779[01]: Disable unconnected LVDS encoders

Magnus Damm (1):
      ARM: dts: r8a7740, emev2, sh73a0: Include SoC name in DTSI

Phil Edworthy (2):
      ARM: dts: r9a06g032: Add pinctrl node
      ARM: dts: r9a06g032: Correct the GIC DT node name

 arch/arm/boot/dts/emev2.dtsi              |   2 +-
 arch/arm/boot/dts/r8a7740.dtsi            |   2 +-
 arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 119 ++++++++++++++++
 arch/arm/boot/dts/r8a77470.dtsi           | 222 +++++++++++++++++++++++++++++-
 arch/arm/boot/dts/r8a7790-lager.dts       |   2 -
 arch/arm/boot/dts/r8a7791-koelsch.dts     |   2 -
 arch/arm/boot/dts/r8a7791-porter.dts      |   2 -
 arch/arm/boot/dts/r9a06g032.dtsi          |  10 +-
 arch/arm/boot/dts/sh73a0.dtsi             |   2 +-
 9 files changed, 352 insertions(+), 11 deletions(-)

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

end of thread, other threads:[~2018-12-04 13:37 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-28 13:02 [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.21 Simon Horman
2018-11-28 13:02 ` Simon Horman
2018-11-28 13:03 ` [PATCH 01/16] ARM: dts: r9a06g032: Add pinctrl node Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 02/16] ARM: dts: r8a77470: Add I2C[0123] support Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 03/16] ARM: dts: r8a77470: Add SDHI0 support Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 04/16] ARM: dts: r8a77470: Add SDHI1 support Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 05/16] ARM: dts: iwg23s-sbc: Add uSD and eMMC support Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 06/16] ARM: dts: r8a779[01]: Disable unconnected LVDS encoders Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 07/16] ARM: dts: r8a7740, emev2, sh73a0: Include SoC name in DTSI Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 08/16] ARM: dts: r8a77470: Add watchdog support to SoC dtsi Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 09/16] ARM: dts: iwg23s-sbc: Enable watchdog support Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 10/16] ARM: dts: r8a77470: Add USB-DMAC device nodes Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 11/16] ARM: dts: r8a77470: Add CMT SoC specific support Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 12/16] ARM: dts: iwg23s-sbc: Enable cmt0 Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 13/16] ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 14/16] ARM: dts: r8a77470: Add QSPI support Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 15/16] ARM: dts: iwg23s-sbc: Add QSPI flash support Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-28 13:03 ` [PATCH 16/16] ARM: dts: r9a06g032: Correct the GIC DT node name Simon Horman
2018-11-28 13:03   ` Simon Horman
2018-11-30 23:08 ` [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.21 Olof Johansson
2018-11-30 23:08   ` Olof Johansson
2018-12-04 13:37   ` Simon Horman
2018-12-04 13:37     ` Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2018-11-26 12:53 [GIT PULL] " Simon Horman
2018-11-26 12:54 ` [PATCH 03/16] ARM: dts: r8a77470: Add SDHI0 support Simon Horman
2018-11-26 12:54   ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.