ipq40xx: 5.10: move AR40xx to MDIO drivers
authorRobert Marko <robert.marko@sartura.hr>
Sun, 12 Sep 2021 21:50:20 +0000 (23:50 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 25 Sep 2021 17:28:54 +0000 (19:28 +0200)
commitf4fb63d2ab4f152fa2950ce7a77cabd16f757d06
treedb7941b6268416d5dc79ac779442ddb03b059afc
parentccf214a408592f1783be6e20175105c64b5ddb81
ipq40xx: 5.10: move AR40xx to MDIO drivers

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>
target/linux/ipq40xx/files-5.10/drivers/net/mdio/ar40xx.c [new file with mode: 0644]
target/linux/ipq40xx/files-5.10/drivers/net/mdio/ar40xx.h [new file with mode: 0644]
target/linux/ipq40xx/files-5.4/drivers/net/phy/ar40xx.c [new file with mode: 0644]
target/linux/ipq40xx/files-5.4/drivers/net/phy/ar40xx.h [new file with mode: 0644]
target/linux/ipq40xx/files/drivers/net/phy/ar40xx.c [deleted file]
target/linux/ipq40xx/files/drivers/net/phy/ar40xx.h [deleted file]
target/linux/ipq40xx/patches-5.10/705-net-add-qualcomm-ar40xx-phy.patch
target/linux/ipq40xx/patches-5.10/707-net-phy-Add-Qualcom-QCA807x-driver.patch