openwrtv3/target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx
Chuanhong Guo f43e8f9004 ath79: ag71xx: Explicitly register mdio bus after ag71xx_hw_init() for ar7240
mdio bus isn't a standalone device on ar7240. (and maybe older SoCs?)
Use simple-mfd for ar7241 and later SoCs to get mdio1 ready before gmac0
For ar7240 and older chips, manually create platform device after
ag71xx_hw_init() in ag71xx_probe()to get mdio0 ready between
ag71xx_hw_init() and ag71xx_phy_connect().

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2018-07-30 10:43:35 +02:00
..
ag71xx.h ath79: ag71xx: Split mdio driver into an independent platform device. 2018-07-30 10:43:33 +02:00
ag71xx_ar7240.c ath79: ag71xx: Make builtin switch driver a separated module 2018-07-30 10:43:33 +02:00
ag71xx_debugfs.c ath79: add new OF only target for QCA MIPS silicon 2018-05-07 08:06:51 +02:00
ag71xx_ethtool.c ath79: add new OF only target for QCA MIPS silicon 2018-05-07 08:06:51 +02:00
ag71xx_gmac.c ath79: ag71xx: Split gmac config into separated file and add support for ar934x/qca955x. 2018-07-30 10:43:33 +02:00
ag71xx_main.c ath79: ag71xx: Explicitly register mdio bus after ag71xx_hw_init() for ar7240 2018-07-30 10:43:35 +02:00
ag71xx_mdio.c ath79: ag71xx: Rework mdio clock settings 2018-07-30 10:43:34 +02:00
ag71xx_phy.c ath79: add new OF only target for QCA MIPS silicon 2018-05-07 08:06:51 +02:00
Kconfig ath79: add new OF only target for QCA MIPS silicon 2018-05-07 08:06:51 +02:00
Makefile ath79: ag71xx: Make builtin switch driver a separated module 2018-07-30 10:43:33 +02:00