Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c1fbfa7 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parents fcaccc82 29a12b49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.

+154 −311

File changed.

Preview size limit exceeded, changes collapsed.