OSDN Git Service

net: phy: mscc-miim: Add MDIO driver
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 14 May 2018 20:04:55 +0000 (22:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 May 2018 20:41:15 +0000 (16:41 -0400)
commit542671fe4d86ad42b132d8814b6847ee1414aba6
treec1d0eaa3285368e1bc437b69b39270c048871359
parentcd1436a26718b2c33a290e5db24d1507887626e6
net: phy: mscc-miim: Add MDIO driver

Add a driver for the Microsemi MII Management controller (MIIM) found on
Microsemi SoCs.
On Ocelot, there are two controllers, one is connected to the internal
PHYs, the other one can communicate with external PHYs.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/mdio-mscc-miim.c [new file with mode: 0644]