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://lore.kernel.org/all/20211221052423.597283-1-yoshihiro.shimoda.uh@xxxxxxxxxxx/ Changes from v1: - Fix typo in patch 1. - Add commit description in patch 2. - Rename "V3U" of some definitions/comments to "GEN4" in patch 2. - Add Reviewed-by tags in patch 1 and 2. - Remove patch 3 of v1 because the patch got acceptance. https://lore.kernel.org/all/20211221052722.597407-1-yoshihiro.shimoda.uh@xxxxxxxxxxx/ Yoshihiro Shimoda (2): dt-bindings: renesas,rcar-dmac: Add r8a779f0 support dmaengine: rcar-dmac: Add support for R-Car S4-8 .../bindings/dma/renesas,rcar-dmac.yaml | 5 +++++ drivers/dma/sh/rcar-dmac.c | 17 ++++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) -- 2.25.1