Re: [PATCH net-next 0/3] net: phy: remove genphy_config_init

2019-08-16 Thread Heiner Kallweit
On 16.08.2019 20:57, David Miller wrote: > From: Heiner Kallweit > Date: Thu, 15 Aug 2019 14:01:43 +0200 > >> Supported PHY features are either auto-detected or explicitly set. >> In both cases calling genphy_config_init isn't needed. All that >> genphy_config_init does is removing features that

Re: [PATCH net-next 0/3] net: phy: remove genphy_config_init

2019-08-16 Thread David Miller
From: Heiner Kallweit Date: Thu, 15 Aug 2019 14:01:43 +0200 > Supported PHY features are either auto-detected or explicitly set. > In both cases calling genphy_config_init isn't needed. All that > genphy_config_init does is removing features that are set as > supported but can't be auto-detected.

[PATCH net-next 0/3] net: phy: remove genphy_config_init

2019-08-15 Thread Heiner Kallweit
Supported PHY features are either auto-detected or explicitly set. In both cases calling genphy_config_init isn't needed. All that genphy_config_init does is removing features that are set as supported but can't be auto-detected. Basically it duplicates the code in genphy_read_abilities. Therefore