Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/7] r8169: add support for phylink
@ 2026-06-29  6:09 javen
  2026-06-29  6:09 ` [PATCH net-next v3 1/7] r8169: add speed in private struct javen
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: javen @ 2026-06-29  6:09 UTC (permalink / raw)
  To: hkallweit1, nic_swsd, andrew+netdev, davem, edumazet, kuba,
	pabeni, maxime.chevallier, horms
  Cc: netdev, linux-kernel, Javen Xu

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-06-29 23:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-29  6:09 [PATCH net-next v3 0/7] r8169: add support for phylink javen
2026-06-29  6:09 ` [PATCH net-next v3 1/7] r8169: add speed in private struct javen
2026-06-29  6:09 ` [PATCH net-next v3 2/7] r8169: create a virtual interrupt for linkchg javen
2026-06-29  6:09 ` [PATCH net-next v3 3/7] r8169: add support for phylink javen
2026-06-29  6:09 ` [PATCH net-next v3 4/7] r8169: add support for RTL8116af javen
2026-06-29  6:09 ` [PATCH net-next v3 5/7] r8169: add ltr " javen
2026-06-29  6:09 ` [PATCH net-next v3 6/7] r8169: fix RTL8116af can not enter s0idle and c10 javen
2026-06-29  6:09 ` [PATCH net-next v3 7/7] r8169: add phylink support for RTL8127atf javen
2026-06-29 23:07 ` [PATCH net-next v3 0/7] r8169: add support for phylink Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox