From: Peng Fan <peng.fan@oss.nxp.com>
To: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Cc: "Tom Rini" <trini@konsulko.com>,
"Christian Marangi" <ansuelsmth@gmail.com>,
"Simon Glass" <sjg@chromium.org>,
"Marek Vasut" <marek.vasut+renesas@mailbox.org>,
"Peng Fan" <peng.fan@nxp.com>,
"Anis Chali" <chalianis1@gmail.com>,
"Michael Trimarchi" <michael@amarulasolutions.com>,
"Leo Yu-Chi Liang" <ycliang@andestech.com>,
"Yao Zi" <me@ziyao.cc>, "Sean Anderson" <sean.anderson@linux.dev>,
"Michal Simek" <michal.simek@amd.com>,
"Yury Norov (NVIDIA)" <yury.norov@gmail.com>,
"Geert Uytterhoeven" <geert+renesas@glider.be>,
"Jonathan Cameron" <Jonathan.Cameron@huawei.com>,
"Nuno Sá" <nuno.sa@analog.com>,
"Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
"Heiko Schocher" <hs@nabladev.com>,
u-boot@lists.denx.de, "David Lechner" <dlechner@baylibre.com>,
"Lorenzo Bianconi" <lorenzo@kernel.org>,
"Markus Gothe" <markus.gothe@genexis.eu>,
"Matheus Sampaio Queiroga" <srherobrine20@gmail.com>,
"Benjamin Larsson" <benjamin.larsson@genexis.eu>
Subject: Re: [PATCH v5 06/11] pinctrl: airoha: add pin controller and gpio driver for AN7581 SoC
Date: Wed, 13 May 2026 16:11:30 +0800 [thread overview]
Message-ID: <agQyMsKJ1gmW2vMW@shlinux89> (raw)
In-Reply-To: <20260509111157.4039434-7-mikhail.kshevetskiy@iopsys.eu>
On Sat, May 09, 2026 at 02:11:52PM +0300, Mikhail Kshevetskiy wrote:
>This patch adds U-Boot pin controller and gpio driver for Airoha AN7581 SoC.
>
>Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
>---
> drivers/pinctrl/airoha/Kconfig | 5 +
> drivers/pinctrl/airoha/Makefile | 2 +
> drivers/pinctrl/airoha/pinctrl-an7581.c | 1076 +++++++++++++++++++++++
> 3 files changed, 1083 insertions(+)
> create mode 100644 drivers/pinctrl/airoha/pinctrl-an7581.c
>
>diff --git a/drivers/pinctrl/airoha/Kconfig b/drivers/pinctrl/airoha/Kconfig
>index eb87afbb374..986d23c2e3d 100644
>--- a/drivers/pinctrl/airoha/Kconfig
>+++ b/drivers/pinctrl/airoha/Kconfig
>@@ -9,3 +9,8 @@ config PINCTRL_AIROHA
> select REGMAP
> select SYSCON
> bool
>+
>+config PINCTRL_AIROHA_AN7581
>+ tristate "AN7581 pin controller and gpio driver"
Nit:
Use bool. No need module build for U-Boot.
Regards
Peng
next prev parent reply other threads:[~2026-05-13 8:08 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-09 11:11 [PATCH v5 00/11] pinctrl: add support of Airoha SoCs Mikhail Kshevetskiy
2026-05-09 11:11 ` [PATCH v5 01/11] bitops: import BITS_PER_TYPE() macro from linux Mikhail Kshevetskiy
2026-05-09 11:11 ` [PATCH v5 02/11] bitfield: Add less-checking __FIELD_{GET,PREP}() Mikhail Kshevetskiy
2026-05-09 11:11 ` [PATCH v5 03/11] bitfield: Add non-constant field_{prep, get}() helpers Mikhail Kshevetskiy
2026-05-09 11:11 ` [PATCH v5 04/11] pinctrl: add more pinconf/pinctrl definitions Mikhail Kshevetskiy
2026-05-09 11:11 ` [PATCH v5 05/11] pinctrl: airoha: add shared pinctrl code Mikhail Kshevetskiy
2026-05-12 23:38 ` David Lechner
2026-05-09 11:11 ` [PATCH v5 06/11] pinctrl: airoha: add pin controller and gpio driver for AN7581 SoC Mikhail Kshevetskiy
2026-05-12 23:42 ` David Lechner
2026-05-13 11:30 ` Benjamin Larsson
2026-05-13 13:56 ` Tom Rini
2026-05-13 14:03 ` David Lechner
2026-05-13 8:11 ` Peng Fan [this message]
2026-05-09 11:11 ` [PATCH v5 07/11] pinctrl: airoha: add pin controller and gpio driver for AN7583 SoC Mikhail Kshevetskiy
2026-05-09 11:11 ` [PATCH v5 08/11] pinctrl: airoha: add pin controller and gpio driver for EN7523 SoC Mikhail Kshevetskiy
2026-05-09 11:11 ` [PATCH v5 09/11] configs: airoha: an7581: enable pinctrl/gpio support Mikhail Kshevetskiy
2026-05-09 11:11 ` [PATCH v5 10/11] configs: airoha: en7523: " Mikhail Kshevetskiy
2026-05-09 11:11 ` [PATCH v5 11/11] arm: dts: en7523: add pinctrl/gpio support, drop legacy gpio support Mikhail Kshevetskiy
2026-05-12 23:43 ` [PATCH v5 00/11] pinctrl: add support of Airoha SoCs David Lechner
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=agQyMsKJ1gmW2vMW@shlinux89 \
--to=peng.fan@oss.nxp.com \
--cc=Jonathan.Cameron@huawei.com \
--cc=ansuelsmth@gmail.com \
--cc=benjamin.larsson@genexis.eu \
--cc=chalianis1@gmail.com \
--cc=dlechner@baylibre.com \
--cc=geert+renesas@glider.be \
--cc=hs@nabladev.com \
--cc=ilias.apalodimas@linaro.org \
--cc=lorenzo@kernel.org \
--cc=marek.vasut+renesas@mailbox.org \
--cc=markus.gothe@genexis.eu \
--cc=me@ziyao.cc \
--cc=michael@amarulasolutions.com \
--cc=michal.simek@amd.com \
--cc=mikhail.kshevetskiy@iopsys.eu \
--cc=nuno.sa@analog.com \
--cc=peng.fan@nxp.com \
--cc=sean.anderson@linux.dev \
--cc=sjg@chromium.org \
--cc=srherobrine20@gmail.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=ycliang@andestech.com \
--cc=yury.norov@gmail.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