Re: [PATCH v5 0/7] gpio: introduce a gpio driver for SCMI
From: Bartosz Golaszewski <brgl@kernel.org>
Date: 2026-03-23 09:58:36
Also in:
arm-scmi, linux-devicetree, linux-gpio, lkml
From: Bartosz Golaszewski <brgl@kernel.org>
Date: 2026-03-23 09:58:36
Also in:
arm-scmi, linux-devicetree, linux-gpio, lkml
On Sat, Mar 21, 2026 at 11:13 AM 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) v5: Addresses Andy's cleanups to the driver. Adrresses Krzysztof's comments about the dt spec file. And almost all the subsystem prefixes were wrong. v4: Addressed Andy's comments about kernel-doc Addressed Rob's comments on the spec file v3: Forward ported Takahiro's patches and added some fixes ups to make it work on current kernels.
Once ready, how should this go in? Immutable branch in pinctrl and final two patches through GPIO tree? Bart