aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio-bcm-iproc.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-10-08net: phy: Broadcom iProc MDIO bus driverArun Parameswaran1-0/+213
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>