public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [PATCH 6.1.y-cip 0/8] Add RSPI support for RZ/V2H and RZ/V2N
@ 2026-04-15 13:19 Ovidiu Panait
  2026-04-15 13:19 ` [PATCH 6.1.y-cip 1/8] spi: dt-bindings: Document the RZ/V2H(P) RSPI Ovidiu Panait
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Ovidiu Panait @ 2026-04-15 13:19 UTC (permalink / raw)
  To: cip-dev, pavel, nobuhiro.iwamatsu.x90

Hi,

This series adds RSPI support for the Renesas RZ/V2H and RZ/V2N SoCs.

Patches were cherry-picked from mainline kernel.

Best regards,
Ovidiu 

Fabrizio Castro (5):
  spi: dt-bindings: Document the RZ/V2H(P) RSPI
  spi: Add driver for the RZ/V2H(P) RSPI IP
  arm64: defconfig: Enable the RZ/V2H(P) RSPI driver
  clk: renesas: r9a09g057: Add entries for the RSPIs
  arm64: dts: renesas: r9a09g057: Add RSPI nodes

Lad Prabhakar (3):
  spi: dt-bindings: renesas,rzv2h-rspi: Document RZ/V2N SoC support
  clk: renesas: r9a09g056: Add entries for the RSPIs
  arm64: dts: renesas: r9a09g056: Add RSPI nodes

 .../bindings/spi/renesas,rzv2h-rspi.yaml      | 100 ++++
 arch/arm64/boot/dts/renesas/r9a09g056.dtsi    |  63 +++
 arch/arm64/boot/dts/renesas/r9a09g057.dtsi    |  63 +++
 arch/arm64/configs/defconfig                  |   1 +
 drivers/clk/renesas/r9a09g056-cpg.c           |  24 +
 drivers/clk/renesas/r9a09g057-cpg.c           |  24 +
 drivers/spi/Kconfig                           |   8 +
 drivers/spi/Makefile                          |   1 +
 drivers/spi/spi-rzv2h-rspi.c                  | 465 ++++++++++++++++++
 9 files changed, 749 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/renesas,rzv2h-rspi.yaml
 create mode 100644 drivers/spi/spi-rzv2h-rspi.c

-- 
2.34.1



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

end of thread, other threads:[~2026-04-16 20:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-15 13:19 [PATCH 6.1.y-cip 0/8] Add RSPI support for RZ/V2H and RZ/V2N Ovidiu Panait
2026-04-15 13:19 ` [PATCH 6.1.y-cip 1/8] spi: dt-bindings: Document the RZ/V2H(P) RSPI Ovidiu Panait
2026-04-15 13:19 ` [PATCH 6.1.y-cip 2/8] spi: Add driver for the RZ/V2H(P) RSPI IP Ovidiu Panait
2026-04-16 20:51   ` [cip-dev] " Pavel Machek
2026-04-15 13:19 ` [PATCH 6.1.y-cip 3/8] arm64: defconfig: Enable the RZ/V2H(P) RSPI driver Ovidiu Panait
2026-04-15 13:19 ` [PATCH 6.1.y-cip 4/8] spi: dt-bindings: renesas,rzv2h-rspi: Document RZ/V2N SoC support Ovidiu Panait
2026-04-15 13:19 ` [PATCH 6.1.y-cip 5/8] clk: renesas: r9a09g056: Add entries for the RSPIs Ovidiu Panait
2026-04-15 13:19 ` [PATCH 6.1.y-cip 6/8] clk: renesas: r9a09g057: " Ovidiu Panait
2026-04-15 13:19 ` [PATCH 6.1.y-cip 7/8] arm64: dts: renesas: r9a09g056: Add RSPI nodes Ovidiu Panait
2026-04-15 13:19 ` [PATCH 6.1.y-cip 8/8] arm64: dts: renesas: r9a09g057: " Ovidiu Panait
2026-04-16 20:52 ` [cip-dev] [PATCH 6.1.y-cip 0/8] Add RSPI support for RZ/V2H and RZ/V2N Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox