]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5d30bac6b17becbac8e5be1b8be712e79c94ab9c
treec1d0eaa3285368e1bc437b69b39270c048871359
parentd48bf2ace35f9f46045ab94cf8db8b584c65023e
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]