All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Renesas RZ/V2L add support for SDHI/CANFD/I2C/OSTM/USB2/SBC/RSPI/WDT/SSI
@ 2022-02-27 20:37 Lad Prabhakar
  2022-02-27 20:37 ` [PATCH 01/12] arm64: dts: renesas: r9a07g054: Fillup the SDHI{0,1} stub nodes Lad Prabhakar
                   ` (12 more replies)
  0 siblings, 13 replies; 26+ messages in thread
From: Lad Prabhakar @ 2022-02-27 20:37 UTC (permalink / raw)
  To: Geert Uytterhoeven, Magnus Damm, Rob Herring,
	Krzysztof Kozlowski, linux-renesas-soc, devicetree
  Cc: Lad Prabhakar, linux-kernel, Prabhakar, Biju Das

Hi All,

This patch series adds support for below IP blocks to Renesas RZ/V2L SoC:
* SDHI
* CANFD
* I2C
* OSTM
* WDT
* SSI
* USB2
* RPC-IF (SBC)
* RSPI

The above peripherals can now be operational on Renesas RZ/V2L SMARC EVK
with this series.

Note:
* Im just sending the DTS/I changes as separate series and shall post the
binding doc changes individually to the corresponding subsystems.
* Patch 05/12 depends on [0]
* For OSTM/SSI/USB to work on RZ/V2L SoC ARCH_R9A07G044 needs to be
enabled as the corresponding drivers have ARCH_R9A07G044 as dependency
which I intend to change it to ARCH_RZG2L. This will be updated once patch
[1] is part of -rc* cycle.
* Patch series applies on top of [2].

[0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/
20220209232232.18461-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
[1] https://patchwork.kernel.org/project/linux-renesas-soc/patch/
20220224092114.25737-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
[2] https://patchwork.kernel.org/project/linux-renesas-soc/cover/
20220224125843.29733-1-prabhakar.mahadev-lad.rj@bp.renesas.com/

Cheers,
Prabhakar

Lad Prabhakar (12):
  arm64: dts: renesas: r9a07g054: Fillup the SDHI{0,1} stub nodes
  arm64: dts: renesas: r9a07g054l2-smarc: Drop deleting gpio-hog pins
    related to SDHI
  arm64: dts: renesas: r9a07g054: Fillup the CANFD stub node
  arm64: dts: renesas: r9a07g054l2-smarc: Drop deleting can{0,1}-stb-hog
    nodes
  arm64: dts: renesas: r9a07g054: Fillup the I2C{0,1,2,3} stub nodes
  arm64: dts: renesas: r9a07g054: Fillup the sbc stub node
  arm64: dts: renesas: r9a07g054: Fillup the OSTM{0,1,2} stub nodes
  arm64: dts: renesas: r9a07g054: Fillup the WDT{0,1,2} stub nodes
  arm64: dts: renesas: r9a07g054: Add SSI{1,2,3} nodes and fillup the
    SSI0 stub node
  arm64: dts: renesas: r9a07g054: Add USB2.0 phy and host support
  arm64: dts: renesas: r9a07g054: Add USB2.0 device support
  arm64: dts: renesas: r9a07g054: Add SPI{0,2} nodes and fillup SPI1
    stub node

 arch/arm64/boot/dts/renesas/r9a07g054.dtsi    | 413 +++++++++++++++++-
 .../boot/dts/renesas/r9a07g054l2-smarc.dts    |   8 -
 2 files changed, 390 insertions(+), 31 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-03-01  9:33 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-27 20:37 [PATCH 00/12] Renesas RZ/V2L add support for SDHI/CANFD/I2C/OSTM/USB2/SBC/RSPI/WDT/SSI Lad Prabhakar
2022-02-27 20:37 ` [PATCH 01/12] arm64: dts: renesas: r9a07g054: Fillup the SDHI{0,1} stub nodes Lad Prabhakar
2022-03-01  9:32   ` Geert Uytterhoeven
2022-02-27 20:37 ` [PATCH 02/12] arm64: dts: renesas: r9a07g054l2-smarc: Drop deleting gpio-hog pins related to SDHI Lad Prabhakar
2022-03-01  9:32   ` Geert Uytterhoeven
2022-02-27 20:37 ` [PATCH 03/12] arm64: dts: renesas: r9a07g054: Fillup the CANFD stub node Lad Prabhakar
2022-03-01  9:32   ` Geert Uytterhoeven
2022-02-27 20:37 ` [PATCH 04/12] arm64: dts: renesas: r9a07g054l2-smarc: Drop deleting can{0,1}-stb-hog nodes Lad Prabhakar
2022-03-01  9:32   ` Geert Uytterhoeven
2022-02-27 20:37 ` [PATCH 05/12] arm64: dts: renesas: r9a07g054: Fillup the I2C{0,1,2,3} stub nodes Lad Prabhakar
2022-03-01  9:32   ` Geert Uytterhoeven
2022-02-27 20:37 ` [PATCH 06/12] arm64: dts: renesas: r9a07g054: Fillup the sbc stub node Lad Prabhakar
2022-03-01  9:32   ` Geert Uytterhoeven
2022-02-27 20:37 ` [PATCH 07/12] arm64: dts: renesas: r9a07g054: Fillup the OSTM{0,1,2} stub nodes Lad Prabhakar
2022-03-01  9:32   ` Geert Uytterhoeven
2022-02-27 20:37 ` [PATCH 08/12] arm64: dts: renesas: r9a07g054: Fillup the WDT{0,1,2} " Lad Prabhakar
2022-03-01  9:32   ` Geert Uytterhoeven
2022-02-27 20:37 ` [PATCH 09/12] arm64: dts: renesas: r9a07g054: Add SSI{1,2,3} nodes and fillup the SSI0 stub node Lad Prabhakar
2022-03-01  9:32   ` Geert Uytterhoeven
2022-02-27 20:37 ` [PATCH 10/12] arm64: dts: renesas: r9a07g054: Add USB2.0 phy and host support Lad Prabhakar
2022-03-01  9:32   ` Geert Uytterhoeven
2022-02-27 20:37 ` [PATCH 11/12] arm64: dts: renesas: r9a07g054: Add USB2.0 device support Lad Prabhakar
2022-03-01  9:32   ` Geert Uytterhoeven
2022-02-27 20:37 ` [PATCH 12/12] arm64: dts: renesas: r9a07g054: Add SPI{0,2} nodes and fillup SPI1 stub node Lad Prabhakar
2022-03-01  9:32   ` Geert Uytterhoeven
2022-02-28 14:51 ` [PATCH 00/12] Renesas RZ/V2L add support for SDHI/CANFD/I2C/OSTM/USB2/SBC/RSPI/WDT/SSI Geert Uytterhoeven

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.