From: Jacky Huang <ychuang570808@gmail.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
linus.walleij@linaro.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
p.zabel@pengutronix.de, j.neuschaefer@gmx.net
Cc: linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
ychuang3@nuvoton.com, schung@nuvoton.com
Subject: Re: [PATCH v5 4/4] pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driver
Date: Wed, 21 Feb 2024 08:51:43 +0800 [thread overview]
Message-ID: <9c0f9285-4418-4ae9-9f72-ea74bfcf92cc@gmail.com> (raw)
In-Reply-To: <b40f5b2d-d41f-47fa-8aae-30290e0d2737@linaro.org>
Dear Krzysztof,
On 2024/2/20 下午 04:28, Krzysztof Kozlowski wrote:
> On 20/02/2024 01:41, Jacky Huang wrote:
>> From: Jacky Huang <ychuang3@nuvoton.com>
>>
>> Add common pinctrl and GPIO driver for Nuvoton MA35 series SoC, and
>> add support for ma35d1 pinctrl.
>>
>> Signed-off-by: Jacky Huang <ychuang3@nuvoton.com>
>> ---
>> drivers/pinctrl/nuvoton/Kconfig | 19 +
>> drivers/pinctrl/nuvoton/Makefile | 2 +
>> drivers/pinctrl/nuvoton/pinctrl-ma35.c | 1211 +++++++++++++++
>> drivers/pinctrl/nuvoton/pinctrl-ma35.h | 51 +
>> drivers/pinctrl/nuvoton/pinctrl-ma35d1.c | 1797 ++++++++++++++++++++++
>> 5 files changed, 3080 insertions(+)
>> create mode 100644 drivers/pinctrl/nuvoton/pinctrl-ma35.c
>> create mode 100644 drivers/pinctrl/nuvoton/pinctrl-ma35.h
>> create mode 100644 drivers/pinctrl/nuvoton/pinctrl-ma35d1.c
> Driver cannot depend on DTS, so please reorganize patchset so DTS is not
> in the middle or even split the DTS to separate patchset.
>
> Best regards,
> Krzysztof
>
Thank you for your explanation. In the next version, I will adjust the
order and move the DTS to the end of this patchset. Best Regards, Jacky
Huang
prev parent reply other threads:[~2024-02-21 0:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-20 0:41 [PATCH v5 0/4] Add support for nuvoton ma35d1 pin control Jacky Huang
2024-02-20 0:41 ` [PATCH v5 1/4] dt-bindings: reset: Add syscon to nuvoton ma35d1 system-management node Jacky Huang
2024-02-20 0:41 ` [PATCH v5 2/4] dt-bindings: pinctrl: Document nuvoton ma35d1 pin control Jacky Huang
2024-02-20 0:41 ` [PATCH v5 3/4] arm64: dts: nuvoton: Add pinctrl support for ma35d1 Jacky Huang
2024-02-20 0:41 ` [PATCH v5 4/4] pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driver Jacky Huang
2024-02-20 8:28 ` Krzysztof Kozlowski
2024-02-21 0:51 ` Jacky Huang [this message]
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=9c0f9285-4418-4ae9-9f72-ea74bfcf92cc@gmail.com \
--to=ychuang570808@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=j.neuschaefer@gmx.net \
--cc=krzysztof.kozlowski+dt@linaro.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=p.zabel@pengutronix.de \
--cc=robh+dt@kernel.org \
--cc=schung@nuvoton.com \
--cc=ychuang3@nuvoton.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox