On 19/10/2017 14:01, Jerome Brunet wrote: > This patchset enables gpio interrupt controller found on the meson SoC > family. ATM, it supports meson8b, gxbb and gxl. The meson8 has been left > out because I don't have the documentation of this particular SoC. > > The last patch uses the interrupts provided by this controller with the > external ethernet PHY found on a few platforms. > > Jerome Brunet (5): > ARM: meson: enable MESON_IRQ_GPIO in Kconfig for meson8b > ARM64: meson: enable MESON_IRQ_GPIO in Kconfig > ARM: dts: meson8b: enable gpio interrupt controller > ARM64: dts: meson-gx: add gpio interrupt controller > ARM64: dts: meson-gx: add external PHY interrupt on some platforms > > arch/arm/boot/dts/meson.dtsi | 9 +++++++++ > arch/arm/boot/dts/meson8b.dtsi | 6 ++++++ > arch/arm/mach-meson/Kconfig | 1 + > arch/arm64/Kconfig.platforms | 1 + > arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 9 +++++++++ > arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts | 2 ++ > arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 2 ++ > arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts | 2 ++ > arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 6 ++++++ > arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts | 2 ++ > arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 6 ++++++ > arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts | 2 ++ > 12 files changed, 48 insertions(+) > Reviewed-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx> -- 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