From: Thomas Gleixner <tglx@linutronix.de>
To: Neil Armstrong <neil.armstrong@linaro.org>,
xianwei.zhao@amlogic.com, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Kevin Hilman <khilman@baylibre.com>,
Jerome Brunet <jbrunet@baylibre.com>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
Heiner Kallweit <hkallweit1@gmail.com>
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org
Subject: Re: [PATCH 0/5] Add GPIO interrupt support for Amlogic S6 S7 and S7D
Date: Thu, 20 Nov 2025 11:50:20 +0100 [thread overview]
Message-ID: <877bvlkmfn.ffs@tglx> (raw)
In-Reply-To: <d2b2807a-285a-40bb-8aa8-eacba97b1f14@linaro.org>
On Thu, Nov 20 2025 at 08:54, Neil Armstrong wrote:
> Hi Thomas,
>
> On 11/5/25 10:45, Xianwei Zhao via B4 Relay wrote:
>> This patch adds GPIO interrupt support for Amlogic S6 S7 and S7D SoCs.
>>
>> Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
>> ---
>> Xianwei Zhao (5):
>> dt-bindings: interrupt-controller: Add support for Amlogic S6 S7 and S7D SoCs
>> irqchip: Add support for Amlogic S6 S7 and S7D SoCs
>> arm64: dts: Add gpio_intc node for Amlogic S6 SoCs
>> arm64: dts: Add gpio_intc node for Amlogic S7 SoCs
>> arm64: dts: Add gpio_intc node for Amlogic S7D SoCs
>
> Coud you drop the DT changes from the tip irq/drivers tree ?
Done.
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Thomas Gleixner <tglx@linutronix.de>
To: Neil Armstrong <neil.armstrong@linaro.org>,
xianwei.zhao@amlogic.com, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Kevin Hilman <khilman@baylibre.com>,
Jerome Brunet <jbrunet@baylibre.com>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
Heiner Kallweit <hkallweit1@gmail.com>
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org
Subject: Re: [PATCH 0/5] Add GPIO interrupt support for Amlogic S6 S7 and S7D
Date: Thu, 20 Nov 2025 11:50:20 +0100 [thread overview]
Message-ID: <877bvlkmfn.ffs@tglx> (raw)
In-Reply-To: <d2b2807a-285a-40bb-8aa8-eacba97b1f14@linaro.org>
On Thu, Nov 20 2025 at 08:54, Neil Armstrong wrote:
> Hi Thomas,
>
> On 11/5/25 10:45, Xianwei Zhao via B4 Relay wrote:
>> This patch adds GPIO interrupt support for Amlogic S6 S7 and S7D SoCs.
>>
>> Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
>> ---
>> Xianwei Zhao (5):
>> dt-bindings: interrupt-controller: Add support for Amlogic S6 S7 and S7D SoCs
>> irqchip: Add support for Amlogic S6 S7 and S7D SoCs
>> arm64: dts: Add gpio_intc node for Amlogic S6 SoCs
>> arm64: dts: Add gpio_intc node for Amlogic S7 SoCs
>> arm64: dts: Add gpio_intc node for Amlogic S7D SoCs
>
> Coud you drop the DT changes from the tip irq/drivers tree ?
Done.
next prev parent reply other threads:[~2025-11-20 10:50 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-05 9:45 [PATCH 0/5] Add GPIO interrupt support for Amlogic S6 S7 and S7D Xianwei Zhao
2025-11-05 9:45 ` Xianwei Zhao via B4 Relay
2025-11-05 9:45 ` Xianwei Zhao via B4 Relay
2025-11-05 9:45 ` [PATCH 1/5] dt-bindings: interrupt-controller: Add support for Amlogic S6 S7 and S7D SoCs Xianwei Zhao
2025-11-05 9:45 ` Xianwei Zhao via B4 Relay
2025-11-05 9:45 ` Xianwei Zhao via B4 Relay
2025-11-06 9:00 ` Krzysztof Kozlowski
2025-11-06 9:00 ` Krzysztof Kozlowski
2025-11-13 13:07 ` [tip: irq/drivers] " tip-bot2 for Xianwei Zhao
2025-11-05 9:45 ` [PATCH 2/5] irqchip: " Xianwei Zhao
2025-11-05 9:45 ` Xianwei Zhao via B4 Relay
2025-11-05 9:45 ` Xianwei Zhao via B4 Relay
2025-11-06 13:07 ` Neil Armstrong
2025-11-06 13:07 ` Neil Armstrong
2025-11-13 13:07 ` [tip: irq/drivers] irqchip/meson-gpio: " tip-bot2 for Xianwei Zhao
2025-11-05 9:45 ` [PATCH 3/5] arm64: dts: Add gpio_intc node for Amlogic S6 SoCs Xianwei Zhao
2025-11-05 9:45 ` Xianwei Zhao via B4 Relay
2025-11-05 9:45 ` Xianwei Zhao via B4 Relay
2025-11-06 13:07 ` Neil Armstrong
2025-11-06 13:07 ` Neil Armstrong
2025-11-13 13:07 ` [tip: irq/drivers] arm64: dts: amlogic: " tip-bot2 for Xianwei Zhao
2025-11-05 9:45 ` [PATCH 4/5] arm64: dts: Add gpio_intc node for Amlogic S7 SoCs Xianwei Zhao
2025-11-05 9:45 ` Xianwei Zhao via B4 Relay
2025-11-05 9:45 ` Xianwei Zhao via B4 Relay
2025-11-06 13:08 ` Neil Armstrong
2025-11-06 13:08 ` Neil Armstrong
2025-11-13 13:07 ` [tip: irq/drivers] arm64: dts: amlogic: " tip-bot2 for Xianwei Zhao
2025-11-05 9:45 ` [PATCH 5/5] arm64: dts: Add gpio_intc node for Amlogic S7D SoCs Xianwei Zhao
2025-11-05 9:45 ` Xianwei Zhao via B4 Relay
2025-11-05 9:45 ` Xianwei Zhao via B4 Relay
2025-11-06 13:08 ` Neil Armstrong
2025-11-06 13:08 ` Neil Armstrong
2025-11-13 13:07 ` [tip: irq/drivers] arm64: dts: amlogic: " tip-bot2 for Xianwei Zhao
2025-11-14 15:58 ` [PATCH 5/5] arm64: dts: " Rob Herring (Arm)
2025-11-14 15:58 ` Rob Herring (Arm)
2025-11-14 16:11 ` Thomas Gleixner
2025-11-14 16:11 ` Thomas Gleixner
2025-11-14 18:41 ` Rob Herring
2025-11-14 18:41 ` Rob Herring
2025-11-20 7:54 ` [PATCH 0/5] Add GPIO interrupt support for Amlogic S6 S7 and S7D Neil Armstrong
2025-11-20 7:54 ` Neil Armstrong
2025-11-20 10:50 ` Thomas Gleixner [this message]
2025-11-20 10:50 ` Thomas Gleixner
2025-11-20 14:22 ` (subset) " Neil Armstrong
2025-11-20 14:22 ` Neil Armstrong
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=877bvlkmfn.ffs@tglx \
--to=tglx@linutronix.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=hkallweit1@gmail.com \
--cc=jbrunet@baylibre.com \
--cc=khilman@baylibre.com \
--cc=krzk+dt@kernel.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.blumenstingl@googlemail.com \
--cc=neil.armstrong@linaro.org \
--cc=robh@kernel.org \
--cc=xianwei.zhao@amlogic.com \
/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.