Re: [PATCH 41/41] net: phy: Only call phy_init() on systems needing manual relocation

2023-04-01 Thread Ramon Fried
On Sun, Mar 19, 2023 at 7:05 PM Marek Vasut wrote: > > The phy_init() is now used only to perform manual relocation of PHY > driver callbacks. Wrap it in ifdeffery and only call it on systems > which still require manual relocation, i.e. m68k . > > Signed-off-by: Marek Vasut > --- > Cc: "Ariel D'

[PATCH 41/41] net: phy: Only call phy_init() on systems needing manual relocation

2023-03-19 Thread Marek Vasut
The phy_init() is now used only to perform manual relocation of PHY driver callbacks. Wrap it in ifdeffery and only call it on systems which still require manual relocation, i.e. m68k . Signed-off-by: Marek Vasut --- Cc: "Ariel D'Alessandro" Cc: "Cédric Le Goater" Cc: "Marek Behún" Cc: Alex Ne