mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add RSPI support for RZ/V2H
@ 2025-07-04 16:20 Fabrizio Castro
  2025-07-04 16:20 ` [PATCH v2 1/3] spi: dt-bindings: Document the RZ/V2H(P) RSPI Fabrizio Castro
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Fabrizio Castro @ 2025-07-04 16:20 UTC (permalink / raw)
  To: Fabrizio Castro, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Philipp Zabel, Geert Uytterhoeven, Magnus Damm
  Cc: linux-spi, linux-renesas-soc, devicetree, linux-kernel, Biju Das,
	Lad Prabhakar

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


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

end of thread, other threads:[~2025-07-29 14:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-04 16:20 [PATCH v2 0/3] Add RSPI support for RZ/V2H Fabrizio Castro
2025-07-04 16:20 ` [PATCH v2 1/3] spi: dt-bindings: Document the RZ/V2H(P) RSPI Fabrizio Castro
2025-07-04 16:20 ` [PATCH v2 2/3] spi: Add driver for the RZ/V2H(P) RSPI IP Fabrizio Castro
2025-07-04 16:20 ` [PATCH v2 3/3] MAINTAINERS: Add entries for the RZ/V2H(P) RSPI Fabrizio Castro
2025-07-24 12:59   ` Mark Brown
2025-07-29 14:42     ` Fabrizio Castro
2025-07-24 23:34 ` [PATCH v2 0/3] Add RSPI support for RZ/V2H Mark Brown

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

all inboxes | Powered by JetHome®