Re: [PATCH 1/1] software node: Also support referencing non-constant software nodes

From: johannes . goede

Date: Fri Dec 19 2025 - 10:05:15 EST


Hi,

On 19-Dec-25 14:13, Mehdi Djait wrote:
> Hi Sakari,
>
> Thank you for the patch.
>
> On Fri, Dec 19, 2025 at 10:36:38AM +0200, Sakari Ailus wrote:
>> Fwnode references are be implemented differently if referenced node is a
>> software node. _Generic() is used to differentiate between the two cases
>> but only const software nodes were present in the selection. Also add
>> non-const software nodes.
>>
>
> it works for me.
>
> Tested-by: Mehdi Djait <mehdi.djait@xxxxxxxxxxxxxxx> # Dell XPS 9315
> Reviewed-by: Mehdi Djait <mehdi.djait@xxxxxxxxxxxxxxx>

Sakari, thank you for fixing this.

Since this fixes a 6.19 regression: Can someone please submit
a pull-request with "[GIT FIXES for v6.19]" pull-request to
Hans + Mauro with this patch?

Regards,

Hans