Re: [PATCH net-next 0/3] net: phy: add and use new function genphy_read_abilities

2019-04-02 Thread David Miller
From: Heiner Kallweit Date: Wed, 27 Mar 2019 21:57:10 +0100 > Similar to genphy_c45_pma_read_abilities() add a function to dynamically > detect the abilities of a Clause 22 PHY. This is mainly copied from > genphy_config_init(). Main benefit is that PHY drivers no longer have > to specify whether

Re: [PATCH net-next 0/3] net: phy: add and use new function genphy_read_abilities

2019-04-01 Thread David Miller
From: Heiner Kallweit Date: Wed, 27 Mar 2019 21:57:10 +0100 > Similar to genphy_c45_pma_read_abilities() add a function to dynamically > detect the abilities of a Clause 22 PHY. This is mainly copied from > genphy_config_init(). Main benefit is that PHY drivers no longer have > to specify whether

[PATCH net-next 0/3] net: phy: add and use new function genphy_read_abilities

2019-03-27 Thread Heiner Kallweit
Similar to genphy_c45_pma_read_abilities() add a function to dynamically detect the abilities of a Clause 22 PHY. This is mainly copied from genphy_config_init(). Main benefit is that PHY drivers no longer have to specify whether they support GBit or not (provided they keep to the C22 standard). H