]> rtime.felk.cvut.cz Git - linux-imx.git/commit
net: Add MDIO bus driver for the Allwinner EMAC
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 30 May 2013 03:49:21 +0000 (03:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jun 2013 00:23:07 +0000 (17:23 -0700)
commit4bdcb1dd9feb03608e12cfa46aba385035af8ea5
tree0f66691f74f56fe0c5a1a4ab59a790620bb9268d
parent492205050d77bcc4f85f6dc0da6b6fdbca1d6ff7
net: Add MDIO bus driver for the Allwinner EMAC

This patch adds a separate driver for the MDIO interface of the
Allwinner ethernet controllers.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Tested-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/allwinner,sun4i-mdio.txt [new file with mode: 0644]
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/mdio-sun4i.c [new file with mode: 0644]