Re: [PATCH v1 17/18] driver core: Add helper functions to convert fwnode links to device links

From: Greg Kroah-Hartman
Date: Thu Nov 05 2020 - 04:43:09 EST


On Wed, Nov 04, 2020 at 03:23:54PM -0800, Saravana Kannan wrote:
> Add helper functions __fw_devlink_link_to_consumers() and
> __fw_devlink_link_to_suppliers() that convert fwnode links to device
> links.
>
> __fw_devlink_link_to_consumers() is for creating:
> - Device links between a newly added device and all its consumer devices
> that have been added to driver core.
> - Proxy SYNC_STATE_ONLY device links between the newly added device and
> the parent devices of all its consumers that have not been added to
> driver core yet.
>
> __fw_devlink_link_to_suppliers() is for creating:
> - Device links between a newly added device and all its supplier devices
> - Proxy SYNC_STATE_ONLY device links between the newly added device and
> all the supplier devices of its child device nodes.
>
> Signed-off-by: Saravana Kannan <saravanak@xxxxxxxxxx>

Did you just add build warnings with these static functions that no one
calls?

thanks,

greg k-h