[PATCH v1 0/3] pinctrl: pinconf-generic: More fwnode related conversions

Andy Shevchenko posted 3 patches 2 weeks, 6 days ago
drivers/pinctrl/pinconf-generic.c | 37 ++++++++++++++++++-------------
1 file changed, 22 insertions(+), 15 deletions(-)
[PATCH v1 0/3] pinctrl: pinconf-generic: More fwnode related conversions
Posted by Andy Shevchenko 2 weeks, 6 days ago
While I have noticed some inconsistencies in the pinconf-generic code,
I also found one minor issue and a room to convert the code to use
fwnode APIs instead of being too OF-centric. This might help in the future
to use similar data structures in software nodes.

Andy Shevchenko (3):
  pinctrl: pinconf-generic: Fully validate 'pinmux' property
  pinctrl: pinconf-generic: Validate fwnode instead of device node
  pinctrl: pinconf-generic: Convert ..._parse_dt_pinmux() to fwnode API

 drivers/pinctrl/pinconf-generic.c | 37 ++++++++++++++++++-------------
 1 file changed, 22 insertions(+), 15 deletions(-)

-- 
2.50.1
Re: [PATCH v1 0/3] pinctrl: pinconf-generic: More fwnode related conversions
Posted by Linus Walleij 2 weeks, 4 days ago
On Tue, Mar 17, 2026 at 11:38 AM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> While I have noticed some inconsistencies in the pinconf-generic code,
> I also found one minor issue and a room to convert the code to use
> fwnode APIs instead of being too OF-centric. This might help in the future
> to use similar data structures in software nodes.
>
> Andy Shevchenko (3):
>   pinctrl: pinconf-generic: Fully validate 'pinmux' property
>   pinctrl: pinconf-generic: Validate fwnode instead of device node
>   pinctrl: pinconf-generic: Convert ..._parse_dt_pinmux() to fwnode API

Patches applied!

Yours,
Linus Walleij