Re: [PATCH net] net: phy: Add missing features to PHY drivers

2019-01-16 Thread David Miller
From: Andrew Lunn Date: Tue, 15 Jan 2019 16:55:30 +0100 > The bcm87xx and micrel driver has PHYs which are missing the .features > value. Add them. The bcm87xx is a 10G FEC only PHY. Add the needed > features definition of this PHY. > > Fixes: 719655a14971 ("net: phy: Replace phy driver features

[PATCH net] net: phy: Add missing features to PHY drivers

2019-01-15 Thread Andrew Lunn
The bcm87xx and micrel driver has PHYs which are missing the .features value. Add them. The bcm87xx is a 10G FEC only PHY. Add the needed features definition of this PHY. Fixes: 719655a14971 ("net: phy: Replace phy driver features u32 with link_mode bitmap") Reported-by: Scott Wood Reported-by: