public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add DMA support for RZ/T2H RSPI
@ 2026-01-28 21:51 Cosmin Tanislav
  2026-01-28 21:51 ` [PATCH v3 1/3] dt-bindings: spi: renesas,rzv2h-rspi: allow multiple DMAs Cosmin Tanislav
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Cosmin Tanislav @ 2026-01-28 21:51 UTC (permalink / raw)
  To: Fabrizio Castro, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Magnus Damm
  Cc: linux-spi, linux-renesas-soc, devicetree, linux-kernel,
	Cosmin Tanislav

The DMA controller can be used to transfer data to and from the SPI
controller without involving the CPU for each word of a SPI transfer.

Add support for DMA mode, and do some other cleanups while touching the
same code.

The dts changes in this series depend on the DMA series [1].

[1]: https://lore.kernel.org/lkml/20260105114445.878262-1-cosmin-gabriel.tanislav.xa@renesas.com/#t

V3:
 * impose proper maxItems for each device
 * impose maxItems for dmas property

V2:
 * drop patches picked up by Mark
 * add new dt-bindings patch to allow multiple DMAs
 * wire up all DMA controllers for every SPI controller

Cosmin Tanislav (3):
  dt-bindings: spi: renesas,rzv2h-rspi: allow multiple DMAs
  arm64: dts: renesas: r9a09g077: wire up DMA support for SPI
  arm64: dts: renesas: r9a09g087: wire up DMA support for SPI

 .../bindings/spi/renesas,rzv2h-rspi.yaml         | 16 +++++++++++++---
 arch/arm64/boot/dts/renesas/r9a09g077.dtsi       | 16 ++++++++++++++++
 arch/arm64/boot/dts/renesas/r9a09g087.dtsi       | 16 ++++++++++++++++
 3 files changed, 45 insertions(+), 3 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-03-18 16:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-28 21:51 [PATCH v3 0/3] Add DMA support for RZ/T2H RSPI Cosmin Tanislav
2026-01-28 21:51 ` [PATCH v3 1/3] dt-bindings: spi: renesas,rzv2h-rspi: allow multiple DMAs Cosmin Tanislav
2026-01-29 17:44   ` Conor Dooley
2026-01-29 17:55     ` Cosmin-Gabriel Tanislav
2026-01-29 18:03       ` Conor Dooley
2026-02-18  7:49   ` Krzysztof Kozlowski
2026-03-18 16:14   ` Geert Uytterhoeven
2026-01-28 21:51 ` [PATCH v3 2/3] arm64: dts: renesas: r9a09g077: wire up DMA support for SPI Cosmin Tanislav
2026-02-27 14:54   ` Geert Uytterhoeven
2026-01-28 21:51 ` [PATCH v3 3/3] arm64: dts: renesas: r9a09g087: " Cosmin Tanislav
2026-02-27 14:55   ` Geert Uytterhoeven
2026-02-25 19:07 ` (subset) [PATCH v3 0/3] Add DMA support for RZ/T2H RSPI Mark Brown

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