From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH 0/3] Meson8 GPIO interrupt support Date: Tue, 31 Oct 2017 01:50:49 +0000 Message-ID: <8637605bly.fsf@arm.com> References: <20171029230523.7355-1-martin.blumenstingl@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20171029230523.7355-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> (Martin Blumenstingl's message of "Mon, 30 Oct 2017 00:05:20 +0100") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Martin Blumenstingl , carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org, khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org Cc: tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org, jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Mon, Oct 30 2017 at 12:05:20 am GMT, Martin Blumenstingl wrote: > 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(+) Kevin, Carlos: Are you OK with this one? It seems pretty minor, and I'm happy to queue it if I get an Ack for it. If you'd rather get it through via armsoc, let me know. Thanks, M. -- Jazz is not dead. It just smells funny. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: marc.zyngier@arm.com (Marc Zyngier) Date: Tue, 31 Oct 2017 01:50:49 +0000 Subject: [PATCH 0/3] Meson8 GPIO interrupt support In-Reply-To: <20171029230523.7355-1-martin.blumenstingl@googlemail.com> (Martin Blumenstingl's message of "Mon, 30 Oct 2017 00:05:20 +0100") References: <20171029230523.7355-1-martin.blumenstingl@googlemail.com> Message-ID: <8637605bly.fsf@arm.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On Mon, Oct 30 2017 at 12:05:20 am GMT, Martin Blumenstingl wrote: > 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(+) Kevin, Carlos: Are you OK with this one? It seems pretty minor, and I'm happy to queue it if I get an Ack for it. If you'd rather get it through via armsoc, let me know. Thanks, M. -- Jazz is not dead. It just smells funny.