All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: arm@kernel.org
Cc: linux-renesas-soc@vger.kernel.org,
	Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	linux-arm-kernel@lists.infradead.org,
	Magnus Damm <magnus.damm@gmail.com>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [GIT PULL] Renesas ARM64 Based SoC DT Updates for v5.1
Date: Thu, 24 Jan 2019 16:12:32 +0100	[thread overview]
Message-ID: <cover.1548233325.git.horms+renesas@verge.net.au> (raw)

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM64 based SoC DT updates for v5.1.

I am sending this pull-request now as a number of patches
have accumulated in this branch. I expect to send a follow-up
pull-request closer to the usual rc6 timing.


The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm64-dt-for-v5.1

for you to fetch changes up to 3e279a1d44d73aea9ce428ae68e76bf85117031a:

  arm64: dts: renesas: r8a77990: ebisu: Enable HS400 of SDHI3 (2019-01-23 09:45:41 +0100)

----------------------------------------------------------------
Renesas ARM64 Based SoC DT Updates for v5.1

R-Car H3 (r8a7795) SoC
- Sort i2c and pciec0 nodes within soc node
R-Car H3 (r8a7795) and M3-W (r8a7796) SoCs
- Remove BUSIF0 settings from rcar_sound,ssi

R-Car M3-W (r8a7796) based Salvator-XS board
- Convert to new LVDS DT bindings

R-Car H3 (r8a7795), M3-W (r8a7796) and M3-N (r8a77965) based ULCB boards
- Use audio-graph-card to allow secondary sound device on kingfisher
  daugher board
- Add HDMI sound support

Kingfisher daughterboard for R-Car H3 (r8a7795), M3-W (r8a7796) and M3-N
(r8a77965) based ULCB boards
- Add pcm3168 sound codec

R-Car E3 (r8a77990) SoC
- Enable DMA for SCIF2

R-Car E3 (r8a77990) based Ebisu board
- HS400 for onboard eMMC
- Use simple-audio-card rather than simple-scu-audio-card
- Correct EthernetAVB phy mode as rgmii
- Add backlight and follow-up to correct duplicate regulator number

R-Car V3M (r8a77970) based v3msk starter kit
- Specify EtherAVB PHY IRQ now that GPIO support is present

R-Car D3 (r8a77995) based draak board
- Set better backlight levels

RZ/G2M (r8a774a1) SoC
- Correct hsusb reg size

RZ/G2E (r8a774c0) SoC
- Intial SoC DT
- Add: and SYS-DMAC controller, SCIF, HSCIF, INTC-EX
  PFC, GPIO, Ethernet AVB, watchdog, secondary CA3 core, SDHI,
  I2C, IIC-DVFS, IPMU, CAN, thermal, MSIOF, audio, PWM, display output,
  USB2.0, USB-DMAC, HSUSB, USB3.0, IPMMU, PCIe, VIN and CSI-2 support
- A follow-up patch included in this pull-request enables DMA for SCIF2
  so that DMA is enabled for all SCIF nodes

----------------------------------------------------------------
Fabrizio Castro (27):
      arm64: dts: renesas: Initial device tree for r8a774c0
      arm64: dts: renesas: r8a774c0: Add SYS-DMAC controller nodes
      arm64: dts: renesas: r8a774c0: Add SCIF and HSCIF nodes
      arm64: dts: renesas: r8a774c0: Add INTC-EX device node
      arm64: dts: renesas: r8a774c0: Add PFC support
      arm64: dts: renesas: r8a774c0: Add GPIO device nodes
      arm64: dts: renesas: r8a774c0: Add Ethernet AVB node
      arm64: dts: renesas: r8a774c0: Add watchdog support
      arm64: dts: renesas: r8a774c0: Add secondary CA53 CPU core
      arm64: dts: renesas: r8a774c0: Add SDHI nodes
      arm64: dts: renesas: r8a774c0: Add I2C and IIC-DVFS support
      arm64: dts: renesas: r8a774c0: Add IPMMU device nodes
      arm64: dts: renesas: r8a774c0: Add CAN nodes
      arm64: dts: renesas: r8a774c0: Add thermal support
      arm64: dts: renesas: r8a774c0: Add MSIOF nodes
      arm64: dts: renesas: r8a774c0: Add audio support
      arm64: dts: renesas: r8a774c0: Add PWM support
      arm64: dts: renesas: r8a774c0: Add display output support
      arm64: dts: renesas: r8a774c0: Add USB2.0 phy and host device nodes
      arm64: dts: renesas: r8a774c0: Add USB-DMAC and HSUSB device nodes
      arm64: dts: renesas: r8a774c0: Add USB3.0 device nodes
      arm64: dts: renesas: r8a774c0: Connect RZ/G2E SYS-DMAC to IPMMU
      arm64: dts: renesas: r8a774c0: Connect RZ/G2E AVB to IPMMU
      arm64: dts: renesas: r8a774c0: Connect RZ/G2E Audio-DMAC to IPMMU
      arm64: dts: renesas: r8a774c0: Add PCIe device node
      arm64: dts: renesas: r8a774c0: Add VIN and CSI-2 device nodes
      arm64: dts: renesas: r8a774a1: Fix hsusb reg size

Geert Uytterhoeven (4):
      arm64: dts: renesas: r8a77990: Sort i2c nodes within soc node
      arm64: dts: renesas: r8a7796: salvator-xs: Convert to new LVDS DT bindings
      arm64: dts: renesas: r8a774c0: Enable DMA for SCIF2
      arm64: dts: renesas: r8a77990: Enable DMA for SCIF2

Kazuya Mizuguchi (1):
      arm64: dts: renesas: r8a77990: ebisu: Fix EthernetAVB phy mode to rgmii

Kuninori Morimoto (6):
      arm64: dts: renesas: ulcb: use audio-graph-card
      arm64: dts: renesas: ulcb: add HDMI sound support
      arm64: dts: renesas: ulcb-kf: add pcm3168 sound codec
      arm64: dts: renesas: r8a7795: remove BUSIF0 settings from rcar_sound,ssi
      arm64: dts: renesas: r8a7796: remove BUSIF0 settings from rcar_sound,ssi
      arm64: dts: renesas: r8a77990-ebisu: use simple-audio-card

Laurent Pinchart (2):
      arm64: dts: renesas: r8a77990: ebisu: Add backlight
      arm64: dts: renesas: r8a77995: draak: Set better backlight levels

Marek Vasut (1):
      arm64: dts: renesas: r8a77990: ebisu: Fix backlight regulator numbering

Sergei Shtylyov (1):
      arm64: dts: renesas: v3msk: specify EtherAVB PHY IRQ

Simon Horman (2):
      arm64: dts: renesas: r8a77990: sort pciec0 node within soc node
      arm64: dts: renesas: r8a77990: ebisu: Enable HS400 of SDHI3

 arch/arm64/boot/dts/renesas/r8a774a1.dtsi          |    2 +-
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi          | 1751 ++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           |   40 +-
 .../arm64/boot/dts/renesas/r8a7796-salvator-xs.dts |    3 +-
 arch/arm64/boot/dts/renesas/r8a7796.dtsi           |   40 +-
 arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts     |    2 +
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts     |   26 +-
 arch/arm64/boot/dts/renesas/r8a77990.dtsi          |  194 +--
 arch/arm64/boot/dts/renesas/r8a77995-draak.dts     |    4 +-
 arch/arm64/boot/dts/renesas/ulcb-kf.dtsi           |  138 ++
 arch/arm64/boot/dts/renesas/ulcb.dtsi              |   70 +-
 11 files changed, 2107 insertions(+), 163 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a774c0.dtsi

WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms+renesas@verge.net.au>
To: arm@kernel.org
Cc: Arnd Bergmann <arnd@arndb.de>, Kevin Hilman <khilman@kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	linux-renesas-soc@vger.kernel.org,
	Olof Johansson <olof@lixom.net>,
	Simon Horman <horms+renesas@verge.net.au>,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Renesas ARM64 Based SoC DT Updates for v5.1
Date: Thu, 24 Jan 2019 16:12:32 +0100	[thread overview]
Message-ID: <cover.1548233325.git.horms+renesas@verge.net.au> (raw)

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM64 based SoC DT updates for v5.1.

I am sending this pull-request now as a number of patches
have accumulated in this branch. I expect to send a follow-up
pull-request closer to the usual rc6 timing.


The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm64-dt-for-v5.1

for you to fetch changes up to 3e279a1d44d73aea9ce428ae68e76bf85117031a:

  arm64: dts: renesas: r8a77990: ebisu: Enable HS400 of SDHI3 (2019-01-23 09:45:41 +0100)

----------------------------------------------------------------
Renesas ARM64 Based SoC DT Updates for v5.1

R-Car H3 (r8a7795) SoC
- Sort i2c and pciec0 nodes within soc node
R-Car H3 (r8a7795) and M3-W (r8a7796) SoCs
- Remove BUSIF0 settings from rcar_sound,ssi

R-Car M3-W (r8a7796) based Salvator-XS board
- Convert to new LVDS DT bindings

R-Car H3 (r8a7795), M3-W (r8a7796) and M3-N (r8a77965) based ULCB boards
- Use audio-graph-card to allow secondary sound device on kingfisher
  daugher board
- Add HDMI sound support

Kingfisher daughterboard for R-Car H3 (r8a7795), M3-W (r8a7796) and M3-N
(r8a77965) based ULCB boards
- Add pcm3168 sound codec

R-Car E3 (r8a77990) SoC
- Enable DMA for SCIF2

R-Car E3 (r8a77990) based Ebisu board
- HS400 for onboard eMMC
- Use simple-audio-card rather than simple-scu-audio-card
- Correct EthernetAVB phy mode as rgmii
- Add backlight and follow-up to correct duplicate regulator number

R-Car V3M (r8a77970) based v3msk starter kit
- Specify EtherAVB PHY IRQ now that GPIO support is present

R-Car D3 (r8a77995) based draak board
- Set better backlight levels

RZ/G2M (r8a774a1) SoC
- Correct hsusb reg size

RZ/G2E (r8a774c0) SoC
- Intial SoC DT
- Add: and SYS-DMAC controller, SCIF, HSCIF, INTC-EX
  PFC, GPIO, Ethernet AVB, watchdog, secondary CA3 core, SDHI,
  I2C, IIC-DVFS, IPMU, CAN, thermal, MSIOF, audio, PWM, display output,
  USB2.0, USB-DMAC, HSUSB, USB3.0, IPMMU, PCIe, VIN and CSI-2 support
- A follow-up patch included in this pull-request enables DMA for SCIF2
  so that DMA is enabled for all SCIF nodes

----------------------------------------------------------------
Fabrizio Castro (27):
      arm64: dts: renesas: Initial device tree for r8a774c0
      arm64: dts: renesas: r8a774c0: Add SYS-DMAC controller nodes
      arm64: dts: renesas: r8a774c0: Add SCIF and HSCIF nodes
      arm64: dts: renesas: r8a774c0: Add INTC-EX device node
      arm64: dts: renesas: r8a774c0: Add PFC support
      arm64: dts: renesas: r8a774c0: Add GPIO device nodes
      arm64: dts: renesas: r8a774c0: Add Ethernet AVB node
      arm64: dts: renesas: r8a774c0: Add watchdog support
      arm64: dts: renesas: r8a774c0: Add secondary CA53 CPU core
      arm64: dts: renesas: r8a774c0: Add SDHI nodes
      arm64: dts: renesas: r8a774c0: Add I2C and IIC-DVFS support
      arm64: dts: renesas: r8a774c0: Add IPMMU device nodes
      arm64: dts: renesas: r8a774c0: Add CAN nodes
      arm64: dts: renesas: r8a774c0: Add thermal support
      arm64: dts: renesas: r8a774c0: Add MSIOF nodes
      arm64: dts: renesas: r8a774c0: Add audio support
      arm64: dts: renesas: r8a774c0: Add PWM support
      arm64: dts: renesas: r8a774c0: Add display output support
      arm64: dts: renesas: r8a774c0: Add USB2.0 phy and host device nodes
      arm64: dts: renesas: r8a774c0: Add USB-DMAC and HSUSB device nodes
      arm64: dts: renesas: r8a774c0: Add USB3.0 device nodes
      arm64: dts: renesas: r8a774c0: Connect RZ/G2E SYS-DMAC to IPMMU
      arm64: dts: renesas: r8a774c0: Connect RZ/G2E AVB to IPMMU
      arm64: dts: renesas: r8a774c0: Connect RZ/G2E Audio-DMAC to IPMMU
      arm64: dts: renesas: r8a774c0: Add PCIe device node
      arm64: dts: renesas: r8a774c0: Add VIN and CSI-2 device nodes
      arm64: dts: renesas: r8a774a1: Fix hsusb reg size

Geert Uytterhoeven (4):
      arm64: dts: renesas: r8a77990: Sort i2c nodes within soc node
      arm64: dts: renesas: r8a7796: salvator-xs: Convert to new LVDS DT bindings
      arm64: dts: renesas: r8a774c0: Enable DMA for SCIF2
      arm64: dts: renesas: r8a77990: Enable DMA for SCIF2

Kazuya Mizuguchi (1):
      arm64: dts: renesas: r8a77990: ebisu: Fix EthernetAVB phy mode to rgmii

Kuninori Morimoto (6):
      arm64: dts: renesas: ulcb: use audio-graph-card
      arm64: dts: renesas: ulcb: add HDMI sound support
      arm64: dts: renesas: ulcb-kf: add pcm3168 sound codec
      arm64: dts: renesas: r8a7795: remove BUSIF0 settings from rcar_sound,ssi
      arm64: dts: renesas: r8a7796: remove BUSIF0 settings from rcar_sound,ssi
      arm64: dts: renesas: r8a77990-ebisu: use simple-audio-card

Laurent Pinchart (2):
      arm64: dts: renesas: r8a77990: ebisu: Add backlight
      arm64: dts: renesas: r8a77995: draak: Set better backlight levels

Marek Vasut (1):
      arm64: dts: renesas: r8a77990: ebisu: Fix backlight regulator numbering

Sergei Shtylyov (1):
      arm64: dts: renesas: v3msk: specify EtherAVB PHY IRQ

Simon Horman (2):
      arm64: dts: renesas: r8a77990: sort pciec0 node within soc node
      arm64: dts: renesas: r8a77990: ebisu: Enable HS400 of SDHI3

 arch/arm64/boot/dts/renesas/r8a774a1.dtsi          |    2 +-
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi          | 1751 ++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           |   40 +-
 .../arm64/boot/dts/renesas/r8a7796-salvator-xs.dts |    3 +-
 arch/arm64/boot/dts/renesas/r8a7796.dtsi           |   40 +-
 arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts     |    2 +
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts     |   26 +-
 arch/arm64/boot/dts/renesas/r8a77990.dtsi          |  194 +--
 arch/arm64/boot/dts/renesas/r8a77995-draak.dts     |    4 +-
 arch/arm64/boot/dts/renesas/ulcb-kf.dtsi           |  138 ++
 arch/arm64/boot/dts/renesas/ulcb.dtsi              |   70 +-
 11 files changed, 2107 insertions(+), 163 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a774c0.dtsi

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2019-01-24 15:12 UTC|newest]

Thread overview: 92+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-24 15:12 Simon Horman [this message]
2019-01-24 15:12 ` [GIT PULL] Renesas ARM64 Based SoC DT Updates for v5.1 Simon Horman
2019-01-24 15:11 ` [PATCH 01/44] arm64: dts: renesas: r8a77990: ebisu: Add backlight Simon Horman
2019-01-24 15:11   ` Simon Horman
2019-01-24 15:11 ` [PATCH 02/44] arm64: dts: renesas: r8a77995: draak: Set better backlight levels Simon Horman
2019-01-24 15:11   ` Simon Horman
2019-01-24 15:11 ` [PATCH 03/44] arm64: dts: renesas: r8a77990: ebisu: Fix EthernetAVB phy mode to rgmii Simon Horman
2019-01-24 15:11   ` Simon Horman
2019-01-24 15:11 ` [PATCH 04/44] arm64: dts: renesas: Initial device tree for r8a774c0 Simon Horman
2019-01-24 15:11   ` Simon Horman
2019-01-24 15:11 ` [PATCH 05/44] arm64: dts: renesas: r8a774c0: Add SYS-DMAC controller nodes Simon Horman
2019-01-24 15:11   ` Simon Horman
2019-01-24 15:12 ` [PATCH 06/44] arm64: dts: renesas: r8a774c0: Add SCIF and HSCIF nodes Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 07/44] arm64: dts: renesas: r8a774c0: Add INTC-EX device node Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 08/44] arm64: dts: renesas: r8a774c0: Add PFC support Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 09/44] arm64: dts: renesas: r8a774c0: Add GPIO device nodes Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 10/44] arm64: dts: renesas: r8a774c0: Add Ethernet AVB node Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 11/44] arm64: dts: renesas: r8a774c0: Add watchdog support Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 12/44] arm64: dts: renesas: r8a774c0: Add secondary CA53 CPU core Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 13/44] arm64: dts: renesas: r8a774c0: Add SDHI nodes Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 14/44] arm64: dts: renesas: r8a774c0: Add I2C and IIC-DVFS support Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 15/44] arm64: dts: renesas: r8a774c0: Add IPMMU device nodes Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 16/44] arm64: dts: renesas: r8a774c0: Add CAN nodes Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 17/44] arm64: dts: renesas: r8a774c0: Add thermal support Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 18/44] arm64: dts: renesas: r8a774c0: Add MSIOF nodes Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 19/44] arm64: dts: renesas: r8a774c0: Add audio support Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 20/44] arm64: dts: renesas: r8a774c0: Add PWM support Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 21/44] arm64: dts: renesas: r8a774c0: Add display output support Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 22/44] arm64: dts: renesas: r8a774c0: Add USB2.0 phy and host device nodes Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 23/44] arm64: dts: renesas: r8a774c0: Add USB-DMAC and HSUSB " Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 24/44] arm64: dts: renesas: r8a774c0: Add USB3.0 " Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 25/44] arm64: dts: renesas: r8a774c0: Connect RZ/G2E SYS-DMAC to IPMMU Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 26/44] arm64: dts: renesas: r8a774c0: Connect RZ/G2E AVB " Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 27/44] arm64: dts: renesas: r8a774c0: Connect RZ/G2E Audio-DMAC " Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 28/44] arm64: dts: renesas: r8a774c0: Add PCIe device node Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 29/44] arm64: dts: renesas: r8a774c0: Add VIN and CSI-2 device nodes Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 30/44] arm64: dts: renesas: r8a774a1: Fix hsusb reg size Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 31/44] arm64: dts: renesas: r8a77990: sort pciec0 node within soc node Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 32/44] arm64: dts: renesas: r8a77990: Sort i2c nodes " Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 33/44] arm64: dts: renesas: r8a7796: salvator-xs: Convert to new LVDS DT bindings Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 34/44] arm64: dts: renesas: ulcb: use audio-graph-card Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 35/44] arm64: dts: renesas: ulcb: add HDMI sound support Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 36/44] arm64: dts: renesas: ulcb-kf: add pcm3168 sound codec Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 37/44] arm64: dts: renesas: r8a7795: remove BUSIF0 settings from rcar_sound,ssi Simon Horman
2019-01-24 15:12   ` [PATCH 37/44] arm64: dts: renesas: r8a7795: remove BUSIF0 settings from rcar_sound, ssi Simon Horman
2019-01-24 15:12 ` [PATCH 38/44] arm64: dts: renesas: r8a7796: remove BUSIF0 settings from rcar_sound,ssi Simon Horman
2019-01-24 15:12   ` [PATCH 38/44] arm64: dts: renesas: r8a7796: remove BUSIF0 settings from rcar_sound, ssi Simon Horman
2019-01-24 15:12 ` [PATCH 39/44] arm64: dts: renesas: r8a77990-ebisu: use simple-audio-card Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 40/44] arm64: dts: renesas: v3msk: specify EtherAVB PHY IRQ Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 41/44] arm64: dts: renesas: r8a77990: ebisu: Fix backlight regulator numbering Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 42/44] arm64: dts: renesas: r8a774c0: Enable DMA for SCIF2 Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 43/44] arm64: dts: renesas: r8a77990: " Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-24 15:12 ` [PATCH 44/44] arm64: dts: renesas: r8a77990: ebisu: Enable HS400 of SDHI3 Simon Horman
2019-01-24 15:12   ` Simon Horman
2019-01-30 16:55 ` [GIT PULL] Renesas ARM64 Based SoC DT Updates for v5.1 Arnd Bergmann
2019-01-30 16:55   ` Arnd Bergmann

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.1548233325.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=olof@lixom.net \
    /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 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.