From: Javen Xu <redacted>
This series patch adds support for phylink. RTL8116af is a fiber mode
card, link status and speed can not be read from standard phy reg. So
we read link status and speed from serdes reg by pcs. So as RTL8127atf.
Javen Xu (7):
r8169: add speed in private struct
net: phy: phylink: add helper to modify pause
r8169: add support for phylink
r8169: add support for RTL8116af
r8169: add support for RTL8127atf
r8169: add ltr support for RTL8117 series
r8169: fix RTL8116af can not enter s0idle and c10
drivers/net/ethernet/realtek/Kconfig | 2 +-
drivers/net/ethernet/realtek/r8169_main.c | 673 +++++++++++++++++-----
drivers/net/phy/phylink.c | 87 +++
drivers/net/phy/realtek/realtek_main.c | 54 --
include/linux/phylink.h | 2 +
include/net/phy/realtek_phy.h | 7 -
6 files changed, 619 insertions(+), 206 deletions(-)
delete mode 100644 include/net/phy/realtek_phy.h
--
2.43.0