RE: [PATCH net-next v10 5/5] net: phy: realtek: add support for RTL8261D
From: Javen
Date: Sun Jul 26 2026 - 21:47:10 EST
Hi,
>
>Hi,
>
>> PHY_ID_MATCH_EXACT(RTL_8261C_CG),
>> - .name = "Realtek RTL8261C 10Gbps PHY",
>> + .name = "Realtek RTL8261 10Gbps PHY"
>
>Given that the RTL8261 has multiple suffixes (B/C/D/N), this name change
>could be confusing.
Thanks for the feedback.
The reason for this change is that RTL8261 10Gbps PHY share the same phy id. The specific hardware versions are distinguished by a sub-phy id instead. And in probe function, we will print out the exact hardware version explicitly.
BRs,
Javen