OSDN Git Service

Merge branch 'r8169-add-phylib-support'
authorDavid S. Miller <davem@davemloft.net>
Wed, 18 Jul 2018 00:46:40 +0000 (09:46 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Jul 2018 00:46:40 +0000 (09:46 +0900)
commit7c1fbfa7b2c883bf9ae42c243ca53d93319c1bfa
tree7ade0e3ba94cf152249a50b321eb6a557f918c12
parentfcaccc829382aafaab640933e526b786791ae8e7
parent29a12b49536bbf566c1ec4de0d4edfd5da8fe910
Merge branch 'r8169-add-phylib-support'

Heiner Kallweit says:

====================
r8169: add phylib support

Now that all the basic refactoring has been done we can add phylib
support. This patch series was successfully tested on:
RTL8168h
RTL8168evl
RTL8169sb

Changes in v2:
- return error in mdio ops if phyaddr > 0
- advertise pause modes
- added reviewed-by for several patches

Changes in v3:
- return ENODEV for unused phy addresses in mdio ops
- remove unneeded PHY suspend in patch 2
- use recently added phy_speed_down and phy_speed_up in patch 7
- other minor changes based on review comments
====================

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