This patch adds GPIO interrupt support for Amlogic A4 and A5 SoCs Signed-off-by: Xianwei Zhao <xianwei.zhao@xxxxxxxxxxx> --- Changes in v2: - Use if/then instead of direct modification minimum value for property 'amlogic,channel-interrupts'. - Add register offsets to the parameter structure to reduce definition of a function. - Link to v1: https://lore.kernel.org/r/20250219-irqchip-gpio-a4-a5-v1-0-3c8e44ae42df@xxxxxxxxxxx --- Xianwei Zhao (4): dt-bindings: interrupt-controller: Add support for Amlogic A4 and A5 SoCs irqchip: Add support for Amlogic A4 and A5 SoCs arm64: dts: Add gpio_intc node for Amlogic A4 SoCs arm64: dts: Add gpio_intc node for Amlogic A5 SoCs .../amlogic,meson-gpio-intc.yaml | 13 +++++++ arch/arm64/boot/dts/amlogic/amlogic-a4.dtsi | 21 +++++++++++ arch/arm64/boot/dts/amlogic/amlogic-a5.dtsi | 12 +++++++ drivers/irqchip/irq-meson-gpio.c | 42 +++++++++++++++++++--- 4 files changed, 83 insertions(+), 5 deletions(-) --- base-commit: 953913df9c3ab6f496c6facd5aa7fc9f2f847ac2 change-id: 20241213-irqchip-gpio-a4-a5-80c50a1456c4 Best regards, -- Xianwei Zhao <xianwei.zhao@xxxxxxxxxxx>