From: Heiner Kallweit <hkallwe...@gmail.com> Date: Wed, 17 Apr 2019 00:06:28 +0200
> This driver is the only user of PHY_10GBIT_FEC_FEATURES. So we may be > able to remove this predefined feature constant later. Setting > phydev->advertising to what is supported is done by phy_probe(), > therefore we don't have to do it in the config_init callback. > Resetting phydev->autoneg if autoneg isn't supported is also done by > phy_probe() now, and manually setting the phylib state machine to > NOLINK is neither needed nor advisable. > In addition propagate the return value of bcm87xx_of_reg_init. > > Signed-off-by: Heiner Kallweit <hkallwe...@gmail.com> I read the discussion on this patch, there doesn't seem to be outright NACK but rather some talk about future enhancements and something about Florian looking at a few datasheets next week. What's the story?