All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
To: Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org>
Cc: Martin Blumenstingl
	<martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>,
	carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org,
	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
Subject: Re: [PATCH 0/3] Meson8 GPIO interrupt support
Date: Tue, 31 Oct 2017 11:13:57 +0100	[thread overview]
Message-ID: <7h1sljmxp6.fsf@baylibre.com> (raw)
In-Reply-To: <8637605bly.fsf-5wv7dgnIgG8@public.gmane.org> (Marc Zyngier's message of "Tue, 31 Oct 2017 01:50:49 +0000")

Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org> writes:

> On Mon, Oct 30 2017 at 12:05:20 am GMT, Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> 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.

Can you take the drivers/irqchip and bindings patch (PATCH 1/3) and I'll
take the rest to avoid conflicts with a bunch of other moving parts we
have in arch/arm.

For the driver, feel free to add

Acked-by: Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>

Kevin


--
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

WARNING: multiple messages have this Message-ID (diff)
From: khilman@baylibre.com (Kevin Hilman)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 0/3] Meson8 GPIO interrupt support
Date: Tue, 31 Oct 2017 11:13:57 +0100	[thread overview]
Message-ID: <7h1sljmxp6.fsf@baylibre.com> (raw)
In-Reply-To: <8637605bly.fsf@arm.com> (Marc Zyngier's message of "Tue, 31 Oct 2017 01:50:49 +0000")

Marc Zyngier <marc.zyngier@arm.com> writes:

> On Mon, Oct 30 2017 at 12:05:20 am GMT, Martin Blumenstingl <martin.blumenstingl@googlemail.com> 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.

Can you take the drivers/irqchip and bindings patch (PATCH 1/3) and I'll
take the rest to avoid conflicts with a bunch of other moving parts we
have in arch/arm.

For the driver, feel free to add

Acked-by: Kevin Hilman <khilman@baylibre.com>

Kevin

  parent reply	other threads:[~2017-10-31 10:13 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-29 23:05 [PATCH 0/3] Meson8 GPIO interrupt support Martin Blumenstingl
2017-10-29 23:05 ` Martin Blumenstingl
     [not found] ` <20171029230523.7355-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-10-29 23:05   ` [PATCH 1/3] irqchip/meson-gpio: add support for Meson8 SoCs Martin Blumenstingl
2017-10-29 23:05     ` Martin Blumenstingl
     [not found]     ` <20171029230523.7355-2-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-11-01 21:29       ` Rob Herring
2017-11-01 21:29         ` Rob Herring
2017-10-29 23:05   ` [PATCH 2/3] ARM: dts: meson8: enable the GPIO interrupt controller Martin Blumenstingl
2017-10-29 23:05     ` Martin Blumenstingl
2017-10-29 23:05   ` [PATCH 3/3] ARM: meson: enable MESON_IRQ_GPIO also for MACH_MESON8 Martin Blumenstingl
2017-10-29 23:05     ` Martin Blumenstingl
2017-10-31  1:50   ` [PATCH 0/3] Meson8 GPIO interrupt support Marc Zyngier
2017-10-31  1:50     ` Marc Zyngier
     [not found]     ` <8637605bly.fsf-5wv7dgnIgG8@public.gmane.org>
2017-10-31 10:13       ` Kevin Hilman [this message]
2017-10-31 10:13         ` Kevin Hilman
     [not found]         ` <7h1sljmxp6.fsf-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2017-10-31 23:57           ` Marc Zyngier
2017-10-31 23:57             ` Marc Zyngier
2017-12-10 18:15           ` Martin Blumenstingl
2017-12-10 18:15             ` Martin Blumenstingl
     [not found]             ` <CAFBinCDdJtE4g7iCgaw9KEYPhKWjt0YoDy2CfXcTKq+OTDPbLA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-12-11 23:59               ` Kevin Hilman
2017-12-11 23:59                 ` Kevin Hilman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7h1sljmxp6.fsf@baylibre.com \
    --to=khilman-rdvid1duhrbwk0htik3j/w@public.gmane.org \
    --cc=carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org \
    --cc=linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=marc.zyngier-5wv7dgnIgG8@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.