mbox series

[0/3] treewide: rcar-dmac: Add support for R-Car S4-8

Message ID 20211221052722.597407-1-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
Headers show
Series treewide: rcar-dmac: Add support for R-Car S4-8 | expand

Message

Yoshihiro Shimoda Dec. 21, 2021, 5:27 a.m. UTC
This patch series adds support for rcar-dmac of R-Car S4-8.
To use the rcar-dmac, we also need to enable the module clocks
by the following patch:
https://patchwork.kernel.org/project/linux-renesas-soc/patch/20211221052423.597283-1-yoshihiro.shimoda.uh@renesas.com/

Yoshihiro Shimoda (3):
  dt-bindings: renesas,rcar-dmac: Add r8a779f0 support
  dmaengine: rcar-dmac: Add support for R-Car S4-8
  arm64: dts: renesas: r8a779f0: Add sys-dmac nodes

 .../bindings/dma/renesas,rcar-dmac.yaml       |  5 ++
 arch/arm64/boot/dts/renesas/r8a779f0.dtsi     | 70 +++++++++++++++++++
 drivers/dma/sh/rcar-dmac.c                    |  7 +-
 3 files changed, 80 insertions(+), 2 deletions(-)