Skip to content

Commit

Permalink
Merge branch 'r8169-add-phylib-support'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed Jul 18, 2018
2 parents fcaccc8 + 29a12b4 commit 7c1fbfa
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 312 deletions.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/realtek/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ config R8169
depends on PCI
select FW_LOADER
select CRC32
select MII
select PHYLIB
---help---
Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.

Expand Down
Loading

0 comments on commit 7c1fbfa

Please sign in to comment.