Re: [PATCH v6 0/7] gpio: introduce a GPIO driver for SCMI
From: Bartosz Golaszewski
Date: Wed Mar 25 2026 - 06:25:45 EST
On Tue, Mar 24, 2026 at 2:11 PM Linus Walleij <linusw@xxxxxxxxxx> wrote:
>
> On Mon, Mar 23, 2026 at 8:01 PM Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote:
>
> > This basically abandons my earlier attempts and goes back to Takahiro
> > Akashi's driver. Here is the link to Takahiro's patchset:
> >
> > https://lore.kernel.org/all/20231005025843.508689-1-takahiro.akashi@xxxxxxxxxx/
> >
> > v6: Fix a build error when CONFIG_PINCONF is disabled
> > Fix the dt-binding subject and my email address
> > Use pinconf_to_config_packed() instead of PIN_CONF_PACKED()
>
> v6 applied to this immutable branch:
> https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/log/?h=ib-scmi-pinctrl-gpio
>
> Then merged into my devel branch for next.
>
> Bartosz, you might want to pull it in!
>
> Dan: thanks for your efforts to fix up the remaining hurdles and
> bringing this to completion! Sometimes the last few % of work are
> the hardest.
>
> Also thanks to Takahiro for this idea: it worked out just like you
> imagined.
>
Pulled, thanks!
Bart