summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2026-01-13 06:44:17 +0300
committerJakub Kicinski <kuba@kernel.org>2026-01-18 03:12:16 +0300
commit2809a1c4340437f2ff6b73c0094d7ca51b575e1b (patch)
tree4e5e32e169981cd09d4fd9dddc62affa340d2759 /include/linux
parent84fb8b93fae2a4c53323b2bf6d81e7ddcc8e7cf4 (diff)
downloadlinux-2809a1c4340437f2ff6b73c0094d7ca51b575e1b.tar.xz
net: phy: realtek: simplify C22 reg access via MDIO_MMD_VEND2
RealTek 2.5GE PHYs have all standard Clause-22 registers mapped also inside MDIO_MMD_VEND2 at offset 0xa400. This is used mainly in case the PHY is connected to a Clause-45-only bus. The RTL8221B is frequently used in copper SFP module which uses the RollBall MDIO-over-I2C method which *only* supports Clause-45, for example. In order to support using the PHY on Clause-45-only busses, the PHY driver has previously been split into a C22-only and C45-only instances, creating quite a bit of redundancy and confusion. In preparation of reunifying the two driver instances, add support for translating MDIO_MMD_VEND2 registers 0xa400 to 0xa43c back to Clause-22 registers 0 to 30 in case the PHY is accessed on a Clause-22 bus. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Link: https://patch.msgid.link/fd49d86bd0445b76269fd3ea456c709c2066683f.1768275364.git.daniel@makrotopia.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions