Dear All, This series adds support for the Renesas RZ/V2H RSPI IP. Cheers, Fab v1->v2: * Addressed build error reported by the kernel test robot. * Addressed comments from Biju in driver patch. * Addressed comments from Mark in driver patch. * The clock patch has been accepted, therefore it's not been included in this version. * The defconfig patch has been accepted (pending acceptance of the driver), therefore it's not been included in this version. * The device tree patch has been accepted (pending acceptance of the dt-bindings patch), therefore it's not been included in this version. Fabrizio Castro (3): 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 .../bindings/spi/renesas,rzv2h-rspi.yaml | 96 ++++ MAINTAINERS | 8 + drivers/spi/Kconfig | 8 + drivers/spi/Makefile | 1 + drivers/spi/spi-rzv2h-rspi.c | 466 ++++++++++++++++++ 5 files changed, 579 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/renesas,rzv2h-rspi.yaml create mode 100644 drivers/spi/spi-rzv2h-rspi.c -- 2.34.1