From: Linus Walleij <linusw@kernel.org>
To: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Cc: Sean Wang <sean.wang@kernel.org>,
Lorenzo Bianconi <lorenzo@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Christian Marangi <ansuelsmth@gmail.com>,
Bartosz Golaszewski <brgl@kernel.org>,
Benjamin Larsson <benjamin.larsson@genexis.eu>,
linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
Matheus Sampaio Queiroga <srherobrine20@gmail.com>,
Markus Gothe <markus.gothe@genexis.eu>
Subject: Re: [PATCH 00/18] pinctrl: airoha: split driver on shared code and SoC specific drivers, add supporf of en7523
Date: Thu, 11 Jun 2026 13:58:21 +0200 [thread overview]
Message-ID: <CAD++jLmzfnOaz1h-e2CP7++AYi0CW6cDF9dTO0aU2m3tRfWfBA@mail.gmail.com> (raw)
In-Reply-To: <20260607001654.1439480-1-mikhail.kshevetskiy@iopsys.eu>
On Sun, Jun 7, 2026 at 2:17 AM Mikhail Kshevetskiy
<mikhail.kshevetskiy@iopsys.eu> wrote:
> This patchset
> * fixes a series of issues
> * split combined driver on common code and several SoC specific drivers
> * adds support of en7523 SoC
This seems to be a collection of previously posted, reviewed and now
also applied patches. I don't know what to apply and what not to apply
now.
Please rebase the remaining patches on to of my pinctrl "devel" branch
https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/log/?h=devel
and repost as v2.
Yours,
Linus Walleij
prev parent reply other threads:[~2026-06-11 11:58 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-07 0:16 [PATCH 00/18] pinctrl: airoha: split driver on shared code and SoC specific drivers, add supporf of en7523 Mikhail Kshevetskiy
2026-06-07 0:16 ` [PATCH 01/18] pinctrl: airoha: an7581: add missed gpio32 pin group Mikhail Kshevetskiy
2026-06-08 14:48 ` Bartosz Golaszewski
2026-06-07 0:16 ` [PATCH 02/18] pinctrl: airoha: an7583: " Mikhail Kshevetskiy
2026-06-08 14:48 ` Bartosz Golaszewski
2026-06-07 0:16 ` [PATCH 03/18] pinctrl: airoha: an7581: fix misprint in gpio19 pinconf Mikhail Kshevetskiy
2026-06-08 14:50 ` Bartosz Golaszewski
2026-06-07 0:16 ` [PATCH 04/18] pinctrl: airoha: an7583: " Mikhail Kshevetskiy
2026-06-08 14:50 ` Bartosz Golaszewski
2026-06-07 0:16 ` [PATCH 05/18] pinctrl: airoha: an7581: fix incorrect led mapping in phy4_led1 pin function Mikhail Kshevetskiy
2026-06-08 14:52 ` Bartosz Golaszewski
2026-06-07 0:16 ` [PATCH 06/18] pinctrl: airoha: an7583: " Mikhail Kshevetskiy
2026-06-08 16:13 ` Bartosz Golaszewski
2026-06-07 0:16 ` [PATCH 07/18] pinctrl: airoha: fix pwm pin function for an7581 and an7583 Mikhail Kshevetskiy
2026-06-07 0:16 ` [PATCH 08/18] pinctrl: airoha: an7583: fix gpio21 pin group Mikhail Kshevetskiy
2026-06-07 0:16 ` [PATCH 09/18] pinctrl: airoha: an7583: add missed gpio22 " Mikhail Kshevetskiy
2026-06-07 0:16 ` [PATCH 10/18] pinctrl: airoha: an7583: fix phy1_led1 pin function Mikhail Kshevetskiy
2026-06-07 0:16 ` [PATCH 11/18] pinctrl: airoha: an7583: remove undefined groups from pcm_spi " Mikhail Kshevetskiy
2026-06-07 0:16 ` [PATCH 12/18] pinctrl: airoha: move driver to separate directory Mikhail Kshevetskiy
2026-06-08 14:55 ` Bartosz Golaszewski
2026-06-07 0:16 ` [PATCH 13/18] pinctrl: airoha: move common definitions to the separate header Mikhail Kshevetskiy
2026-06-07 0:16 ` [PATCH 15/18] pinctrl: airoha: an7581: remove en7581 prefix from variable names Mikhail Kshevetskiy
2026-06-07 0:16 ` [PATCH 16/18] pinctrl: airoha: an7583: remove an7583 " Mikhail Kshevetskiy
2026-06-08 16:17 ` Bartosz Golaszewski
2026-06-07 0:16 ` [PATCH 17/18] pinctrl: airoha: prepare for en7523 adding Mikhail Kshevetskiy
2026-06-08 16:15 ` Bartosz Golaszewski
2026-06-07 0:16 ` [PATCH 18/18] pinctrl: airoha: add support of en7523 SoC Mikhail Kshevetskiy
2026-06-11 11:58 ` Linus Walleij [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=CAD++jLmzfnOaz1h-e2CP7++AYi0CW6cDF9dTO0aU2m3tRfWfBA@mail.gmail.com \
--to=linusw@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=ansuelsmth@gmail.com \
--cc=benjamin.larsson@genexis.eu \
--cc=brgl@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=lorenzo@kernel.org \
--cc=markus.gothe@genexis.eu \
--cc=matthias.bgg@gmail.com \
--cc=mikhail.kshevetskiy@iopsys.eu \
--cc=sean.wang@kernel.org \
--cc=srherobrine20@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