Re: [PATCH v2 0/3] Allow attaching software node when registering platform devices
From: Danilo Krummrich
Date: Mon Mar 02 2026 - 09:42:37 EST
On Mon Mar 2, 2026 at 1:42 AM CET, Danilo Krummrich wrote:
> On Sun Mar 1, 2026 at 6:02 AM CET, Dmitry Torokhov wrote:
>>> Unless there there is any contrary feedback from Greg or Rafael, I can pick up
>>> the series after -rc1 is out and hand out a signed tag for the two of those.
>>
>> Yes, could this be applied please? I have a few patches that depend on
>> this that I'd like to send out.
>
> Sorry for the delay, will do tomorrow!
Again, sorry for the delay, I gave this some extra cycles to make sure Greg and
Rafael have a chance to comment (especially since this will be shared with other
trees).
I now applied this to driver-core-testing; I will share a signed tag once I have
the 0day result.
I have one consideration about the
if (pdevinfo->swnode && pdevinfo->properties)
return ERR_PTR(-EINVAL);
case (which I hate we can't catch at compile time). Maybe it is worth to at
least print a warning?
Thanks,
Danilo