Re: [PATCH net-next v7 2/4] net: phy: c45: add setup and read master/slave helpers
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-06-30 22:03:57
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-06-30 22:03:57
Also in:
lkml
On Mon, Jun 29, 2026 at 02:47:16PM +0800, javen wrote:
From: Javen Xu <redacted> This patch adds two static helpers in drivers/net/phy/phy-c45.c to configure and read back master-slave roles for non BASE-T1 Clause 45 PHYs via the 10GBASE-T AN control/status registers. These helpers are wired into genphy_c45_config_aneg() and genphy_c45_read_status(). This changes the observable ethtool output for drivers using the generic c45 read path. Signed-off-by: Javen Xu <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew