On Tue, 30 Jun 2026 13:37:54 +0200, Manuel Ebner <[email protected]> said: > On Mon, 2026-06-29 at 11:12 +0200, Bartosz Golaszewski wrote: >> [...] >> >> +/** >> + * platform_device_set_of_node - assign an OF node to device >> + * @pdev: platform device to add the node for >> + * @np: new device node >> + * >> + * Assign an OF node to this platform device. Internally keep track of the >> + * reference count. Devices created with platform_device_alloc() must use >> this >> + * function instead of assigning the node manually. > > Doesn't it make sense to add a remark to the kernel doc of > platform_device_alloc()? > > Thanks > Manuel > >> [...] >
Sure, will do in the next iteration. Bart
