Re: [PATCH net-next v3 3/4] net: phy: realtek: add support for RTL8261C_CG
From: Nicolai Buchwitz <hidden>
Date: 2026-06-05 09:00:24
Also in:
lkml
From: Nicolai Buchwitz <hidden>
Date: 2026-06-05 09:00:24
Also in:
lkml
On 5.6.2026 09:43, javen wrote:
From: Javen Xu <redacted> This patch adds support for Realtek phy chip RTL8261C_CG. Its PHY ID is 0x001cc898. Signed-off-by: Javen Xu <redacted> --- Changes in v2: - remove RTL8261D, only support RTL8261C_CG - remove speed 500, rarely used - add helper function, genphy_c45_soft_reset() and genphy_c45_config_master_slave() Changes in v3: - remove macro RTL8261X_GBCR_REG - remove priv struct and priv->sub_phy_id ---
[...]
Reviewed-by: Nicolai Buchwitz <redacted> Thanks, Nicolai