Re: [PATCH v2 02/19] driver core: platform: provide platform_device_set_of_node()

From: Manuel Ebner

Date: Tue Jun 30 2026 - 07:41:28 EST


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

> [...]