Re: [PATCH v4 04/10] gpio: swnode: don't use the swnode's name as the key for GPIO lookup
From: Bartosz Golaszewski
Date: Wed Nov 19 2025 - 04:13:44 EST
On Wed, Nov 19, 2025 at 9:41 AM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
>
> On Wed, Nov 19, 2025 at 9:35 AM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
> >
> > I have an idea for fixing it, let me cook up a patch. It'll still be a
> > bit hacky but will at least create a true link.
> >
>
> Scratch that, I didn't notice before but we register both devices from
> MFD core. We can just set up software nodes there.
>
Here you go: https://lore.kernel.org/all/20251119-cs42l43-gpio-swnodes-v1-1-25996afebd97@xxxxxxxxxx/
Please give it a try. This is independent from this series and should
probably be backported to stable.
Bartosz