net: phy: Broadcom iProc MDIO bus driver
authorArun Parameswaran <arunp@broadcom.com>
Tue, 6 Oct 2015 19:25:47 +0000 (12:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2015 11:44:46 +0000 (04:44 -0700)
commitddc24ae1fd6ae2638365b0b824750b5b2ef13ca5
tree1525c486cbf183cf234f4c95c0c29143901b64ca
parentbb257c3813613ce11329568c21c200e95afe6fc1
net: phy: Broadcom iProc MDIO bus driver

This patch adds support for the Broadcom iProc MDIO bus interface.
The MDIO interface can be found in the Broadcom iProc family Soc's.

The MDIO bus is accessed using a combination of command and data
registers. This MDIO driver provides access to the Etherent GPHY's
connected to the MDIO bus.

Signed-off-by: Arun Parameswaran <arunp@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/mdio-bcm-iproc.c [new file with mode: 0644]