Dear All, This series adds whatever is required for supporting NMI, IRQ, and TINT interrupts to the Renesas RZ/V2H SoC. v2->v3: * The clock patch and the pinctrl patch have been queued up for v6.13, therefore they have been removed from this series. * The dt-bindings patch has been improved as per Geert's comments, with ramifications on the SoC specific dtsi patch, which has been modified accordingly. * The driver patch has been reworked as per Thomas comments. Fabrizio Castro (3): dt-bindings: interrupt-controller: Add Renesas RZ/V2H(P) Interrupt Controller irqchip: Add RZ/V2H(P) Interrupt Control Unit (ICU) driver arm64: dts: renesas: r9a09g057: Add ICU node .../renesas,rzv2h-icu.yaml | 278 ++++++++++ arch/arm64/boot/dts/renesas/r9a09g057.dtsi | 90 +++ drivers/irqchip/Kconfig | 7 + drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-renesas-rzv2h.c | 513 ++++++++++++++++++ drivers/soc/renesas/Kconfig | 1 + 6 files changed, 890 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/renesas,rzv2h-icu.yaml create mode 100644 drivers/irqchip/irq-renesas-rzv2h.c -- 2.34.1