From: Clement LE GOFFIC <clement.legoffic@foss.st.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Bartosz Golaszewski <brgl@bgdev.pl>,
<linux-kernel@vger.kernel.org>, <linux-gpio@vger.kernel.org>,
<devicetree@vger.kernel.org>,
<linux-stm32@st-md-mailman.stormreply.com>,
<linux-arm-kernel@lists.infradead.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v4 0/9] Introduce HDP support for STM32MP platforms
Date: Tue, 10 Jun 2025 14:20:27 +0200 [thread overview]
Message-ID: <3a9e5a1b-41fd-4ddf-938a-bed98551a024@foss.st.com> (raw)
In-Reply-To: <CACRpkdZ2NUfcn7O7tKSFDyAr8Hni3pvpTN6QpOz7N3J+EsFdLg@mail.gmail.com>
On 6/5/25 15:03, Linus Walleij wrote:
> On Wed, May 28, 2025 at 3:33 PM Clément Le Goffic
> <clement.legoffic@foss.st.com> wrote:
>
>> Clément Le Goffic (9):
>> gpio: mmio: add BGPIOF_NO_INPUT flag for GPO gpiochip
>> dt-bindings: pinctrl: stm32: Introduce HDP
>> pinctrl: stm32: Introduce HDP driver
>> MAINTAINERS: add Clément Le Goffic as STM32 HDP maintainer
>
> Can I apply the driver and bindings patches 1-4 separately
> from the rest of the series?
The MAINTAINERS file will need a fix in the future revision.
I'll wait Krzysztof answers before submitting a V5 with the fix.
Otherwise patch 1-3 can be merged, but I think you may need the
MAINTAINERS file to merge the driver + bindings.
Clément
>
>> ARM: dts: stm32: add Hardware debug port (HDP) on stm32mp13
>> ARM: dts: stm32: add Hardware debug port (HDP) on stm32mp15
>> ARM: dts: stm32: add Hardware debug port (HDP) on stm32mp25
>> ARM: dts: stm32: add alternate pinmux for HDP pin and add HDP pinctrl node
>> ARM: dts: stm32: add Hardware debug port (HDP) on stm32mp157c-dk2 board
>
> Or does it need to be merged along with these?
>
> Yours,
> Linus Walleij
next prev parent reply other threads:[~2025-06-10 12:23 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-28 13:30 [PATCH v4 0/9] Introduce HDP support for STM32MP platforms Clément Le Goffic
2025-05-28 13:30 ` [PATCH v4 1/9] gpio: mmio: add BGPIOF_NO_INPUT flag for GPO gpiochip Clément Le Goffic
2025-06-05 12:59 ` Linus Walleij
2025-05-28 13:30 ` [PATCH v4 2/9] dt-bindings: pinctrl: stm32: Introduce HDP Clément Le Goffic
2025-05-28 14:29 ` Rob Herring (Arm)
2025-05-29 9:14 ` Krzysztof Kozlowski
2025-06-10 12:10 ` Clement LE GOFFIC
2025-05-28 13:30 ` [PATCH v4 3/9] pinctrl: stm32: Introduce HDP driver Clément Le Goffic
2025-06-05 13:02 ` Linus Walleij
2025-05-28 13:30 ` [PATCH v4 4/9] MAINTAINERS: add Clément Le Goffic as STM32 HDP maintainer Clément Le Goffic
2025-05-28 15:36 ` kernel test robot
2025-05-28 13:30 ` [PATCH v4 5/9] ARM: dts: stm32: add Hardware debug port (HDP) on stm32mp13 Clément Le Goffic
2025-05-29 9:13 ` Krzysztof Kozlowski
2025-06-10 12:11 ` Clement LE GOFFIC
2025-05-28 13:30 ` [PATCH v4 6/9] ARM: dts: stm32: add Hardware debug port (HDP) on stm32mp15 Clément Le Goffic
2025-05-29 9:13 ` Krzysztof Kozlowski
2025-05-28 13:31 ` [PATCH v4 7/9] ARM: dts: stm32: add Hardware debug port (HDP) on stm32mp25 Clément Le Goffic
2025-05-28 13:31 ` [PATCH v4 8/9] ARM: dts: stm32: add alternate pinmux for HDP pin and add HDP pinctrl node Clément Le Goffic
2025-05-28 13:31 ` [PATCH v4 9/9] ARM: dts: stm32: add Hardware debug port (HDP) on stm32mp157c-dk2 board Clément Le Goffic
2025-06-05 13:03 ` [PATCH v4 0/9] Introduce HDP support for STM32MP platforms Linus Walleij
2025-06-05 13:16 ` Bartosz Golaszewski
2025-06-10 12:20 ` Clement LE GOFFIC [this message]
2025-06-10 12:37 ` Krzysztof Kozlowski
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=3a9e5a1b-41fd-4ddf-938a-bed98551a024@foss.st.com \
--to=clement.legoffic@foss.st.com \
--cc=alexandre.torgue@foss.st.com \
--cc=brgl@bgdev.pl \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=robh@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).