Re: [PATCH 0/2] pinctrl: scmi: Replace get function and group info with generic callbacks
Cristian Marussi <[email protected]>
| Newsgroups | org.kernel.vger.arm-scmi,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <an7RL_mTsznZjeIQ@pluto> |
On Fri, Jul 31, 2026 at 10:49:31AM -0700, Alex Tran wrote: > This series refactors the SCMI pinctrl driver to eliminate metadata > getter callbacks to be replaced with pinctrl and pinmux generics > provided by the pinctrl core. Hi Alex, I gave it a go at this series on an emulated setup and with these changes I get: root@deb-guest:~# modprobe pinctrl-scmi [Â Â 15.329932] scmi-pinctrl scmi_dev.4: error -EINVAL: Failed to register functions [Â Â 15.330259] scmi-pinctrl scmi_dev.4: probe with driver scmi-pinctrl failed with error -22 ...not debugged any further. Thanks, Cristian