All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6.12.y 0/3] r8169: add support for RTL8125D
@ 2025-06-30 14:27 mathieu.tortuyaux
  2025-06-30 14:27 ` [PATCH 6.12.y 1/3] " mathieu.tortuyaux
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: mathieu.tortuyaux @ 2025-06-30 14:27 UTC (permalink / raw)
  To: stable; +Cc: Mathieu Tortuyaux

From: Mathieu Tortuyaux <mtortuyaux@microsoft.com>

Hi,

This backports support for Realtek device 0x688 on Kernel 6.12.y:
* Tested in Flatcar CI w/ Kernel 6.12.35 on qemu (for regression): https://github.com/flatcar/scripts/pull/3006
* The user requesting this support has confirmed correct behavior: https://github.com/flatcar/Flatcar/issues/1749#issuecomment-3005483988 

The two other commits ("net: phy: realtek: merge the drivers for
internal NBase-T PHY's" and "net: phy: realtek: add RTL8125D-internal PHY")
are required to add support here as well, otherwise it fails with:
```
$ dmesg
...
r8169 ... : no dedicated PHY driver found for PHY ID 0x001cc841
...
```

Thanks and have a great day,

Mathieu (@tormath1)

Heiner Kallweit (3):
  r8169: add support for RTL8125D
  net: phy: realtek: merge the drivers for internal NBase-T PHY's
  net: phy: realtek: add RTL8125D-internal PHY

 drivers/net/ethernet/realtek/r8169.h          |  1 +
 drivers/net/ethernet/realtek/r8169_main.c     | 23 +++++---
 .../net/ethernet/realtek/r8169_phy_config.c   | 10 ++++
 drivers/net/phy/realtek.c                     | 54 +++++++++++++++----
 4 files changed, 71 insertions(+), 17 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-07-03 18:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-30 14:27 [PATCH 6.12.y 0/3] r8169: add support for RTL8125D mathieu.tortuyaux
2025-06-30 14:27 ` [PATCH 6.12.y 1/3] " mathieu.tortuyaux
2025-07-01  1:15   ` Sasha Levin
2025-06-30 14:27 ` [PATCH 6.12.y 2/3] net: phy: realtek: merge the drivers for internal NBase-T PHY's mathieu.tortuyaux
2025-07-01  1:15   ` Sasha Levin
2025-06-30 14:27 ` [PATCH 6.12.y 3/3] net: phy: realtek: add RTL8125D-internal PHY mathieu.tortuyaux
2025-07-01  1:15   ` Sasha Levin
2025-07-02 10:04 ` [PATCH 6.12.y 0/3] r8169: add support for RTL8125D Greg KH
2025-07-02 10:28   ` [PATCH 6.12.y v2 " mathieu.tortuyaux
2025-07-02 10:28     ` [PATCH 6.12.y v2 1/3] " mathieu.tortuyaux
2025-07-03 18:34       ` Sasha Levin
2025-07-02 10:28     ` [PATCH 6.12.y v2 2/3] net: phy: realtek: merge the drivers for internal NBase-T PHY's mathieu.tortuyaux
2025-07-03 18:34       ` Sasha Levin
2025-07-02 10:28     ` [PATCH 6.12.y v2 3/3] net: phy: realtek: add RTL8125D-internal PHY mathieu.tortuyaux
2025-07-03 18:35       ` Sasha Levin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.