From: Tom Rini <trini@konsulko.com>
To: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Cc: Christian Marangi <ansuelsmth@gmail.com>,
Simon Glass <sjg@chromium.org>,
David Lechner <dlechner@baylibre.com>,
Marek Vasut <marek.vasut+renesas@mailbox.org>,
Peng Fan <peng.fan@nxp.com>,
Sean Anderson <sean.anderson@linux.dev>, Yao Zi <me@ziyao.cc>,
Michael Trimarchi <michael@amarulasolutions.com>,
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>,
Crt Mori <cmo@melexis.com>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Heiko Schocher <hs@nabladev.com>,
u-boot@lists.denx.de,
Benjamin Larsson <benjamin.larsson@genexis.eu>,
Markus Gothe <markus.gothe@genexis.eu>,
Matheus Sampaio Queiroga <srherobrine20@gmail.com>
Subject: Re: [PATCH v13 00/12] pinctrl: add support of Airoha SoCs
Date: Tue, 30 Jun 2026 08:03:45 -0600 [thread overview]
Message-ID: <20260630140345.GA967385@bill-the-cat> (raw)
In-Reply-To: <20260617052948.2815870-1-mikhail.kshevetskiy@iopsys.eu>
[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]
On Wed, Jun 17, 2026 at 08:29:36AM +0300, Mikhail Kshevetskiy wrote:
> This patch series add pin controller and gpio driver support for EN7523/
> AN7581/AN7583 SoCs. The driver based on official linux airoha pinctrl and
> gpio driver with Matheus Sampaio Queiroga changes.
>
> The original Matheus Sampaio Queiroga driver can be taken from the repo:
> https://sirherobrine23.com.br/airoha_en7523/kernel/src/branch/airoha_en7523_pinctrl
>
> Additionally in the EN7523 case the patches removes existing gpio dts nodes
> and replaces them with pinctrl node. It should not be very dangerous, because:
> * No official EN7523 gpio support present in U-Boot
> * Legacy Linux EN7523 GPIO driver is mostly abandoned
> * The same driver is planned for upstream linux/openwrt
>
> This patchset includes bitfield.h patches created for Linux kernel
> by Geert Uytterhoeven. It suits U-Boot fine. I preserve original author
> and original commit messages. It might be not a best strategy, because
> these patches refers to other linux kernel commits not added to U-Boot.
> Please note me, if there is a better way.
>
> The patches were tested on EN7523/AN7581/AN7583 boards.
Unfortunately this series break building on:
zg2_beacon hihope_rzg2 r8a77980_condor r8a77995_draak r8a77970_eagle r8a77990_ebisu r8a779
a0_falcon r8a779md_geist r8a779h0_grayhawk r8a779f4_s4sk rcar3_salvator-x r8a779g3_sparrowhaw
k r8a779f0_spider rcar3_ulcb r8a77980_v3hsk r8a77970_v3msk r8a779g0_whitehawk silinux_ek874
due to the bitops changes.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
prev parent reply other threads:[~2026-06-30 14:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-17 5:29 [PATCH v13 00/12] pinctrl: add support of Airoha SoCs Mikhail Kshevetskiy
2026-06-17 5:29 ` [PATCH v13 01/12] bitops: import BITS_PER_TYPE() macro from linux Mikhail Kshevetskiy
2026-06-17 5:29 ` [PATCH v13 02/12] bitfield: Add less-checking __FIELD_{GET,PREP}() Mikhail Kshevetskiy
2026-06-17 5:29 ` [PATCH v13 03/12] bitfield: Add non-constant field_{prep, get}() helpers Mikhail Kshevetskiy
2026-06-17 5:29 ` [PATCH v13 04/12] pinctrl: add more pinconf/pinctrl definitions Mikhail Kshevetskiy
2026-06-17 5:29 ` [PATCH v13 05/12] pinctrl: sort and format the contents of the makefile Mikhail Kshevetskiy
2026-06-17 5:29 ` [PATCH v13 06/12] pinctrl: airoha: add shared pinctrl code Mikhail Kshevetskiy
2026-06-17 5:29 ` [PATCH v13 07/12] pinctrl: airoha: add pin controller and gpio driver for AN7581 SoC Mikhail Kshevetskiy
2026-06-17 5:29 ` [PATCH v13 08/12] pinctrl: airoha: add pin controller and gpio driver for AN7583 SoC Mikhail Kshevetskiy
2026-06-17 5:29 ` [PATCH v13 09/12] pinctrl: airoha: add pin controller and gpio driver for EN7523 SoC Mikhail Kshevetskiy
2026-06-17 5:29 ` [PATCH v13 10/12] configs: airoha: an7581: enable pinctrl/gpio support Mikhail Kshevetskiy
2026-06-17 5:29 ` [PATCH v13 11/12] configs: airoha: en7523: " Mikhail Kshevetskiy
2026-06-17 5:29 ` [PATCH v13 12/12] arm: dts: en7523: add pinctrl/gpio support, drop legacy gpio support Mikhail Kshevetskiy
2026-06-30 14:03 ` Tom Rini [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=20260630140345.GA967385@bill-the-cat \
--to=trini@konsulko.com \
--cc=Jonathan.Cameron@huawei.com \
--cc=ansuelsmth@gmail.com \
--cc=benjamin.larsson@genexis.eu \
--cc=cmo@melexis.com \
--cc=dlechner@baylibre.com \
--cc=geert+renesas@glider.be \
--cc=hs@nabladev.com \
--cc=ilias.apalodimas@linaro.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=peng.fan@nxp.com \
--cc=sean.anderson@linux.dev \
--cc=sjg@chromium.org \
--cc=srherobrine20@gmail.com \
--cc=u-boot@lists.denx.de \
--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 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.