Re: [PATCH 0/4] MIPS: alchemy: attach software nodes to GPIO controllers and use properties

From: Bartosz Golaszewski

Date: Thu Apr 30 2026 - 05:31:10 EST


On Tue, Mar 10, 2026 at 7:12 AM Dmitry Torokhov
<dmitry.torokhov@xxxxxxxxx> wrote:
>
> This series of patches updates board previously converted to use static
> device properties/software nodes to attach and use nodes attached to the
> respective gpiochip devices rather than simply defining unattached
> software nodes with matching name. This is a requirement of newer
> gpiolib code. Note that there is currently a workaround preserving the
> lookup based on the software node name, but it will be removed soon.
>
> The additional 2 patches convert the remaining 2 boards to use software
> nodes as well.
>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
> ---

Hi Dmitry!

This missed the last merge window. Do you indent to resend it using
the new swnode field in struct platform_device_info?

Bart