Re: [PATCH net-next v11 04/12] net: phylink: save phylink instance fwnode on phylink_create

From: Andrew Lunn

Date: Sun Aug 09 2026 - 13:30:24 EST


On Fri, Aug 07, 2026 at 03:12:46PM +0200, Christian Marangi wrote:
> The firmware node associated with the phylink instance might differ from
> the device firmware node passed in phylink_config as such device can
> reference the parent switch or other platform peripherals.
>
> Some function might need to reference this firmware node after
> phylink_create so add a dedicated fwnode entry in phylink internal struct
> and save it on phylink_create().
>
> Signed-off-by: Christian Marangi <ansuelsmth@xxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew