netdev/phy: Add driver for Broadcom BCM87XX 10G Ethernet PHYs
authorDavid Daney <david.daney@cavium.com>
Wed, 27 Jun 2012 07:33:38 +0000 (07:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jun 2012 04:23:25 +0000 (21:23 -0700)
commite9976d7c96423ac1991396aa82335206ded55bcf
tree394e2e0964b90e42e0f638b6fad6c1362a737d14
parenta30e2c1891296b5ee8de48430a07fdf8b818c661
netdev/phy: Add driver for Broadcom BCM87XX 10G Ethernet PHYs

Add a driver for BCM8706 and BCM8727 devices.  These are a 10Gig PHYs
which use MII_ADDR_C45 addressing.  They are always 10G full duplex, so
there is no autonegotiation.  All we do is report link state and send
interrupts when it changes.

If the PHY has a device tree of_node associated with it, the
"broadcom,c45-reg-init" property is used to supply register
initialization values when config_init() is called.

Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/broadcom-bcm87xx.txt [new file with mode: 0644]
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/bcm87xx.c [new file with mode: 0644]
This page took 0.027971 seconds and 5 git commands to generate.