aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-5.10/800-net-mdio-support-hardware-assisted-indirect-access.patch
Commit message (Collapse)AuthorAgeFilesLines
* realtek: switch to use generic MDIO accessor functionsDaniel Golle2022-02-171-0/+840
Instead of directly calling SoC-specific functions in order to access (paged) MII registers or MMD registers, create infrastructure to allow using the generic phy_*, phy_*_paged and phy_*_mmd functions. Signed-off-by: Daniel Golle <daniel@makrotopia.org>