[PATCHv3 2/6] net: Add MDIO bus driver for the Allwinner EMAC
From: florian@openwrt.org (Florian Fainelli)
Date: 2013-05-24 09:43:14
Also in:
lkml, netdev
From: florian@openwrt.org (Florian Fainelli)
Date: 2013-05-24 09:43:14
Also in:
lkml, netdev
Hello Maxime, 2013/5/24 Maxime Ripard [off-list ref]
This patch adds a separate driver for the MDIO interface of the Allwinner ethernet controllers. Signed-off-by: Maxime Ripard <redacted> --- .../bindings/net/allwinner,sun4i-mdio.txt | 26 +++ drivers/net/ethernet/allwinner/Kconfig | 8 + drivers/net/ethernet/allwinner/Makefile | 1 + drivers/net/ethernet/allwinner/sun4i-mdio.c | 191 +++++++++++++++++++++
Ok, so you probably followed Thomas's example here with mvneta/mvmdio, but all other MDIO bus drivers live in drivers/net/phy. Unfortunately, mvmdio lives in drivers/net/ethernet/marvell/mvmdio.c which I should have noticed before. Whatever is good for you guys, but we should probably start normalizing this now before more mdio drivers get merged alongside their corresponding ethernet MAC users.