]> git.ipfire.org Git - thirdparty/linux.git/commit
spi: Add driver for the RZ/V2H(P) RSPI IP
authorFabrizio Castro <fabrizio.castro.jz@renesas.com>
Fri, 4 Jul 2025 16:20:35 +0000 (17:20 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 24 Jul 2025 13:00:23 +0000 (14:00 +0100)
commit8b61c8919dff080d83415523cd68f2fef03ccfc7
tree6207d453aa7512bf01d8016ef3269114775eb5c0
parent44b91d61c505863b8ae90b7094aee5ca0dce808f
spi: Add driver for the RZ/V2H(P) RSPI IP

The Renesas RZ/V2H(P) RSPI IP supports 4-wire and 3-wire
serial communications in both host role and target role.
It can use a DMA, but the I/O can also be driven by the
processor.

RX-only, TX-only, and RX-TX operations are available in
DMA mode, while in processor I/O mode it only RX-TX
operations are supported.

Add a driver to support 4-wire serial communications as
host role in processor I/O mode.

Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com>
Link: https://patch.msgid.link/20250704162036.468765-3-fabrizio.castro.jz@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi-rzv2h-rspi.c [new file with mode: 0644]