OSDN Git Service

Merge branch 'genphy_read_abilities'
authorDavid S. Miller <davem@davemloft.net>
Tue, 2 Apr 2019 20:09:56 +0000 (13:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Apr 2019 20:09:56 +0000 (13:09 -0700)
commitfa288a42646c3294c5061812c2314a822bfd537c
tree4f06fed3cb6542ec37f4083f33940e8a0d532c74
parent6d670497e01803b486aa72cc1a718401ab986896
parent48e4adf9afbe5256d0dab383baf310889973811d
Merge branch 'genphy_read_abilities'

Heiner Kallweit says:

====================
net: phy: add and use new function genphy_read_abilities

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

Signed-off-by: David S. Miller <davem@davemloft.net>