mbox series

[0/3] dma: Enable DMA support for the Renesas RZ/G3S SoC

Message ID 20240711123405.2966302-1-claudiu.beznea.uj@bp.renesas.com (mailing list archive)
Headers show
Series dma: Enable DMA support for the Renesas RZ/G3S SoC | expand

Message

claudiu beznea July 11, 2024, 12:34 p.m. UTC
From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>

Hi,

Series enables the DMA support for the Renesas RZ/G3S SoC.
It adds DMA clock and reset support, updates the documentation and SoC
dtsi with DMA node.

Thank you,
Claudiu Beznea

Claudiu Beznea (3):
  clk: renesas: r9a08g045-cpg: Add DMA clocks and resets
  dt-bindings: dma: rz-dmac: Document RZ/G3S SoC
  arm64: dts: renesas: r9a08g045: Add DMAC node

 .../bindings/dma/renesas,rz-dmac.yaml         |  1 +
 arch/arm64/boot/dts/renesas/r9a08g045.dtsi    | 38 +++++++++++++++++++
 drivers/clk/renesas/r9a08g045-cpg.c           |  3 ++
 3 files changed, 42 insertions(+)

Comments

Vinod Koul Aug. 5, 2024, 5:38 p.m. UTC | #1
On Thu, 11 Jul 2024 15:34:02 +0300, Claudiu wrote:
> Series enables the DMA support for the Renesas RZ/G3S SoC.
> It adds DMA clock and reset support, updates the documentation and SoC
> dtsi with DMA node.
> 
> Thank you,
> Claudiu Beznea
> 
> [...]

Applied, thanks!

[2/3] dt-bindings: dma: rz-dmac: Document RZ/G3S SoC
      commit: 7492b2f89cf6d83e2a68400c43be25bd8d4cff4b

Best regards,