|
|
Log in / Subscribe / Register

r8169: add support for phylink

From:  javen <javen_xu-AT-realsil.com.cn>
To:  <hkallweit1-AT-gmail.com>, <nic_swsd-AT-realtek.com>, <andrew+netdev-AT-lunn.ch>, <davem-AT-davemloft.net>, <edumazet-AT-google.com>, <kuba-AT-kernel.org>, <pabeni-AT-redhat.com>, <maxime.chevallier-AT-bootlin.com>, <horms-AT-kernel.org>
Subject:  [PATCH net-next v3 0/7] r8169: add support for phylink
Date:  Mon, 29 Jun 2026 14:09:24 +0800
Message-ID:  <20260629060931.1006-1-javen_xu@realsil.com.cn>
Cc:  <netdev-AT-vger.kernel.org>, <linux-kernel-AT-vger.kernel.org>, Javen Xu <javen_xu-AT-realsil.com.cn>
Archive-link:  Article

From: Javen Xu <javen_xu@realsil.com.cn>

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
  r8169: create a virtual interrupt for linkchg
  r8169: add support for phylink
  r8169: add support for RTL8116af
  r8169: add ltr support for RTL8116af
  r8169: fix RTL8116af can not enter s0idle and c10
  r8169: add phylink support for RTL8127atf

 drivers/net/ethernet/realtek/Kconfig      |   1 +
 drivers/net/ethernet/realtek/r8169_main.c | 657 +++++++++++++++++-----
 2 files changed, 517 insertions(+), 141 deletions(-)

-- 
2.43.0




Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds