On Thu, Jan 03, 2019 at 02:10:33AM +0100, Marek Vasut wrote: > Replace the ad-hoc reimplementation of genphy_soft_reset() and > genphy_config_aneg() with the generic functions. phylib will either call the phy driver specific reset function, or genphy_soft_reset. The same is also true for configuring auto-neg. Please just kill this code and leave the PHY driver to do its job. Andrew