On Thu, Dec 21, 2017 at 09:50:28PM +0100, Heiner Kallweit wrote: > Use genphy_soft_reset instead of open coding the soft reset.
Hi Heiner At this point, you have swapped over the phylib. Does one of the drivers in drivers/net/phy now take control of the PHY? Does the PHY ID match one of those in realtek.c? The PHY driver and phylib should be responsible for resetting the PHY. The MAC driver should not need to do this. Andrew