This is a simple follow-up of two series from Jerome: - "irqchip: meson: add support for the gpio interrupt controller" - "ARM: meson: enable gpio interrupt controller" This fills in the missing bits to have GPIO interrupt support on Meson8, which includes: - a new binding in the driver with the correct IRQ number - enabling the GPIO interrupt controller in meson8.dts - enabling the GPIO interrupt controller via Kconfig for MACH_MESON8 Martin Blumenstingl (3): irqchip/meson-gpio: add support for Meson8 SoCs ARM: dts: meson8: enable the GPIO interrupt controller ARM: meson: enable MESON_IRQ_GPIO also for MACH_MESON8 .../bindings/interrupt-controller/amlogic,meson-gpio-intc.txt | 1 + arch/arm/boot/dts/meson8.dtsi | 5 +++++ arch/arm/mach-meson/Kconfig | 1 + drivers/irqchip/irq-meson-gpio.c | 5 +++++ 4 files changed, 12 insertions(+) -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html