All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/6] Add DMAC support to the RZ/V2H(P)
@ 2025-03-05  0:21 Fabrizio Castro
  2025-03-05  0:21 ` [PATCH v5 1/6] dt-bindings: dma: rz-dmac: Restrict properties for RZ/A1H Fabrizio Castro
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Fabrizio Castro @ 2025-03-05  0:21 UTC (permalink / raw)
  To: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Thomas Gleixner, Geert Uytterhoeven
  Cc: Fabrizio Castro, Magnus Damm, Wolfram Sang, Biju Das,
	Uwe Kleine-König, dmaengine, devicetree, linux-kernel,
	linux-renesas-soc, Lad Prabhakar

Dear All,

This series adds DMAC support to the Renesas RZ/V2H(P).

Cheers,
Fab

v4->v5:
* Clock patch queued up for v6.15, therefore dropped from this
  version of the series
* Adjusted the dmac cell specification according to Geert's
  comments
* Removed registration of ACK No. throughout
* Reworked DMAC driver as per Geert's comments
v3->v4:
* Fixed an issue with mid_rid/req_no/ack_no initialization
v2->v3:
* Replaced rzv2h_icu_register_dma_req_ack with
  rzv2h_icu_register_dma_req_ack() in ICU patch changelog
* Added dummy for rzv2h_icu_register_dma_req_ack()
* Reworked DMAC driver as per Geert's suggestions.
v1->v2:
* Improved macros in ICU driver
* Shared new macros between ICU driver and DMAC driver
* Improved dt-bindings
Fabrizio Castro (6):
  dt-bindings: dma: rz-dmac: Restrict properties for RZ/A1H
  dt-bindings: dma: rz-dmac: Document RZ/V2H(P) family of SoCs
  irqchip/renesas-rzv2h: Add rzv2h_icu_register_dma_req()
  dmaengine: sh: rz-dmac: Allow for multiple DMACs
  dmaengine: sh: rz-dmac: Add RZ/V2H(P) support
  arm64: dts: renesas: r9a09g057: Add DMAC nodes

 .../bindings/dma/renesas,rz-dmac.yaml         | 112 ++++++++++--
 arch/arm64/boot/dts/renesas/r9a09g057.dtsi    | 165 ++++++++++++++++++
 drivers/dma/sh/rz-dmac.c                      |  84 ++++++++-
 drivers/irqchip/irq-renesas-rzv2h.c           |  35 ++++
 include/linux/irqchip/irq-renesas-rzv2h.h     |  23 +++
 5 files changed, 394 insertions(+), 25 deletions(-)
 create mode 100644 include/linux/irqchip/irq-renesas-rzv2h.h

-- 
2.34.1


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

end of thread, other threads:[~2025-04-15 12:39 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-05  0:21 [PATCH v5 0/6] Add DMAC support to the RZ/V2H(P) Fabrizio Castro
2025-03-05  0:21 ` [PATCH v5 1/6] dt-bindings: dma: rz-dmac: Restrict properties for RZ/A1H Fabrizio Castro
2025-03-05  0:21 ` [PATCH v5 2/6] dt-bindings: dma: rz-dmac: Document RZ/V2H(P) family of SoCs Fabrizio Castro
2025-03-06 13:27   ` Geert Uytterhoeven
2025-03-06 13:41     ` Fabrizio Castro
2025-03-06 16:52       ` Fabrizio Castro
2025-03-05  0:21 ` [PATCH v5 3/6] irqchip/renesas-rzv2h: Add rzv2h_icu_register_dma_req() Fabrizio Castro
2025-03-07  8:09   ` Thomas Gleixner
2025-04-09 10:42   ` Lad, Prabhakar
2025-04-15 12:31   ` Geert Uytterhoeven
2025-03-05  0:21 ` [PATCH v5 4/6] dmaengine: sh: rz-dmac: Allow for multiple DMACs Fabrizio Castro
2025-03-05  0:21 ` [PATCH v5 5/6] dmaengine: sh: rz-dmac: Add RZ/V2H(P) support Fabrizio Castro
2025-04-07  8:43   ` Fabrizio Castro
2025-04-09 10:49   ` Lad, Prabhakar
2025-04-15 12:39   ` Geert Uytterhoeven
2025-03-05  0:21 ` [PATCH v5 6/6] arm64: dts: renesas: r9a09g057: Add DMAC nodes Fabrizio Castro
2025-04-09 10:53   ` Lad, Prabhakar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.