Re: [PATCH v2 net-next] net: phy: switch drivers to use dynamic feature detection

2019-04-15 Thread David Miller
From: Heiner Kallweit Date: Fri, 12 Apr 2019 20:47:03 +0200 > Recently genphy_read_abilities() has been added that dynamically detects > clause 22 PHY abilities. I *think* this detection should work with all > supported PHY's, at least for the ones with basic features sets, i.e. > PHY_BASIC_FEATU

Re: [PATCH v2 net-next] net: phy: switch drivers to use dynamic feature detection

2019-04-12 Thread Andrew Lunn
On Fri, Apr 12, 2019 at 08:47:03PM +0200, Heiner Kallweit wrote: > Recently genphy_read_abilities() has been added that dynamically detects > clause 22 PHY abilities. I *think* this detection should work with all > supported PHY's, at least for the ones with basic features sets, i.e. > PHY_BASIC_FE

[PATCH v2 net-next] net: phy: switch drivers to use dynamic feature detection

2019-04-12 Thread Heiner Kallweit
Recently genphy_read_abilities() has been added that dynamically detects clause 22 PHY abilities. I *think* this detection should work with all supported PHY's, at least for the ones with basic features sets, i.e. PHY_BASIC_FEATURES and PHY_GBIT_FEATURES. So let's remove setting these features expl