Re: [PATCH v6 0/7] gpio: introduce a GPIO driver for SCMI
From: Linus Walleij <linusw@kernel.org>
Date: 2026-03-24 13:11:00
Also in:
arm-scmi, linux-devicetree, linux-gpio, lkml
From: Linus Walleij <linusw@kernel.org>
Date: 2026-03-24 13:11:00
Also in:
arm-scmi, linux-devicetree, linux-gpio, lkml
On Mon, Mar 23, 2026 at 8:01 PM Dan Carpenter [off-list ref] 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@linaro.org/ (local) 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. Yours, Linus Walleij