Dear All, This series adds DMAC support to the Renesas RZ/V2H(P). Cheers, Fab v1->v2: * Improved macros in ICU driver * Shared new macros between ICU driver and DMAC driver * Improved dt-bindings Fabrizio Castro (7): clk: renesas: r9a09g057: Add entries for the DMACs 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_ack 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 | 113 ++++++++++-- arch/arm64/boot/dts/renesas/r9a09g057.dtsi | 165 +++++++++++++++++ drivers/clk/renesas/r9a09g057-cpg.c | 24 +++ drivers/clk/renesas/rzv2h-cpg.h | 2 + drivers/dma/sh/Kconfig | 1 + drivers/dma/sh/rz-dmac.c | 167 ++++++++++++++++-- drivers/irqchip/irq-renesas-rzv2h.c | 56 ++++++ include/linux/irqchip/irq-renesas-rzv2h.h | 21 +++ 8 files changed, 516 insertions(+), 33 deletions(-) create mode 100644 include/linux/irqchip/irq-renesas-rzv2h.h -- 2.34.1