]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branch 'net-phy-realtek-improve-mmd-register-access-for-internal-phy-s'
authorJakub Kicinski <kuba@kernel.org>
Sat, 15 Feb 2025 00:59:31 +0000 (16:59 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 15 Feb 2025 00:59:31 +0000 (16:59 -0800)
commita24c6ccc1351d4fabdfc65888c13a36588b7650a
treecd7b690138b4a468ca4b55d74a331b57df2e6fb4
parent412723d54a8b5d983589cd1c04d634404ec8ac50
parent02d3b306ac2f0b174753d1c5b9e4e5fb8ec5057e
Merge branch 'net-phy-realtek-improve-mmd-register-access-for-internal-phy-s'

Heiner Kallweit says:

====================
net: phy: realtek: improve MMD register access for internal PHY's

The integrated PHYs on chip versions from RTL8168g allow to address
MDIO_MMD_VEND2 registers. All c22 standard registers are mapped to
MDIO_MMD_VEND2 registers. So far the paging mechanism is used to
address PHY registers. Add support for c45 ops to address MDIO_MMD_VEND2
registers directly, w/o the paging.
====================

Link: https://patch.msgid.link/c6a969ef-fd7f-48d6-8c48-4bc548831a8d@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>