]> git.baikalelectronics.ru Git - kernel.git/commit
phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.
authorDavid Daney <david.daney@cavium.com>
Fri, 11 Mar 2016 17:53:11 +0000 (09:53 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Mar 2016 19:27:22 +0000 (15:27 -0400)
commit22908fdf6032bbeca71f95798e89b024f955853e
treeb46597bf328b8a005d607d85e8c3695ce00ea1ab
parent46e42b2ae28eda141b5dd051b423a97e14ac5a20
phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.

The Cavium Thunder SoCs have multiple MIDO buses that are part of a
single PCI device.  To model this in the device tree we call the PCI
parent device a "cavium,thunder-8890-mdio-nexus", it has several
children, one for each MDIO bus.

The MDIO bus hardware is identical to that found in the OCTEON SoCs,
so we use that code for things that are not part of the PCI driver
probe/remove

Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/cavium-mdio.txt
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/mdio-thunder.c [new file with mode: 0644]