Re: [PATCH 0/2] pinctrl: scmi: Replace get function and group info with generic callbacks
From: Cristian Marussi
Date: Fri Aug 14 2026 - 04:35:11 EST
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