aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/files-5.10/drivers/net/mdio/ar40xx.h
Commit message (Collapse)AuthorAgeFilesLines
* ipq40xx: 5.10: move AR40xx to MDIO driversRobert Marko2021-09-251-0/+342
MDIO drivers were moved into their own sub directory of networking drivers. This has caused the AR40xx driver to probe before MDIO drivers and that wont work as it depends on the MDIO bus to be up so it can be fetched. Lets solve it by moving the AR40xx into MDIO folder so they get probed like before. Signed-off-by: Robert Marko <robert.marko@sartura.hr>