Hi Fabrizio, > From: Fabrizio Castro <fabrizio.castro.jz@xxxxxxxxxxx> > Sent: 24 June 2025 20:23 > > From: SPL2 Bot <spl2-bot-eu@xxxxxxxxxxxxxx> From: Fabrizio Castro <fabrizio.castro.jz@xxxxxxxxxxx> Script fail? The patches in the series look okay. Kind regards, Chris > > Dear All, > > This series adds support for the Renesas RZ/V2H RSPI IP. > > Cheers, > Fab > > Fabrizio Castro (6): > clk: renesas: r9a09g057: Add entries for the RSPIs > spi: dt-bindings: Document the RZ/V2H(P) RSPI > spi: Add driver for the RZ/V2H(P) RSPI IP > MAINTAINERS: Add entries for the RZ/V2H(P) RSPI > arm64: defconfig: Enable the RZ/V2H(P) RSPI driver > arm64: dts: renesas: r9a09g057: Add RSPI nodes > > .../bindings/spi/renesas,rzv2h-rspi.yaml | 96 ++++ > MAINTAINERS | 8 + > arch/arm64/boot/dts/renesas/r9a09g057.dtsi | 63 +++ > arch/arm64/configs/defconfig | 1 + > drivers/clk/renesas/r9a09g057-cpg.c | 24 + > drivers/spi/Kconfig | 8 + > drivers/spi/Makefile | 1 + > drivers/spi/spi-rzv2h-rspi.c | 469 ++++++++++++++++++ > 8 files changed, 670 insertions(+) > create mode 100644 Documentation/devicetree/bindings/spi/renesas,rzv2h- > rspi.yaml > create mode 100644 drivers/spi/spi-rzv2h-rspi.c > > -- > 2.34.1 >