]> www.infradead.org Git - users/hch/misc.git/commit
net: phy: realtek: switch from paged to MMD ops in rtl822x functions
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 13 Feb 2025 19:19:14 +0000 (20:19 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 15 Feb 2025 00:59:30 +0000 (16:59 -0800)
commit02d3b306ac2f0b174753d1c5b9e4e5fb8ec5057e
treecd7b690138b4a468ca4b55d74a331b57df2e6fb4
parentda681ed73fb980286fc29de707b35d76bb33e123
net: phy: realtek: switch from paged to MMD ops in rtl822x functions

The MDIO bus provided by r8169 for the internal PHY's now supports
c45 ops for the MDIO_MMD_VEND2 device. So we can switch to standard
MMD ops here.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/81416f95-0fac-4225-87b4-828e3738b8ed@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/realtek/realtek_main.c