netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: phy: add and use new function genphy_read_abilities
@ 2019-03-27 20:57 Heiner Kallweit
  2019-03-27 20:58 ` [PATCH net-next 1/3] net: phy: add genphy_read_abilities Heiner Kallweit
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Heiner Kallweit @ 2019-03-27 20:57 UTC (permalink / raw)
  To: Andrew Lunn, Florian Fainelli, David Miller; +Cc: netdev@vger.kernel.org

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).

Heiner Kallweit (3):
  net: phy: add genphy_read_abilities
  net: phy: use genphy_read_abilities in genphy driver
  net: phy: realtek: use genphy_read_abilities

 drivers/net/phy/phy_device.c | 51 ++++++++++++++++++++++++++++++++++--
 drivers/net/phy/realtek.c    | 36 +++++++++----------------
 include/linux/phy.h          |  1 +
 3 files changed, 62 insertions(+), 26 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-04-02 20:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-27 20:57 [PATCH net-next 0/3] net: phy: add and use new function genphy_read_abilities Heiner Kallweit
2019-03-27 20:58 ` [PATCH net-next 1/3] net: phy: add genphy_read_abilities Heiner Kallweit
2019-03-27 20:59 ` [PATCH net-next 2/3] net: phy: use genphy_read_abilities in genphy driver Heiner Kallweit
2019-03-27 21:00 ` [PATCH net-next 3/3] net: phy: realtek: use genphy_read_abilities Heiner Kallweit
2019-03-29 20:26 ` [PATCH net-next 0/3] net: phy: add and use new function genphy_read_abilities David Miller
2019-04-02 20:10 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).