Re: [PATCH net-next v11 04/12] net: phylink: save phylink instance fwnode on phylink_create
Andrew Lunn <[email protected]>
| Newsgroups | org.infradead.lists.linux-mediatek,dev.linux.lists.llvm,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Andrew