net: phy: Broadcom Cygnus internal Etherent PHY driver
authorArun Parameswaran <arunp@broadcom.com>
Tue, 6 Oct 2015 19:25:49 +0000 (12:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2015 11:45:52 +0000 (04:45 -0700)
commit8e185d6997bb67068f0ca8f062a50caa2608cf1b
treeb2d42099f3777dc770023566cfd8d1dc3f1cc761
parenta1cba5613edf50c2a213fa90c30aa10500b241b7
net: phy: Broadcom Cygnus internal Etherent PHY driver

Add support for the Broadcom Cygnus SoCs internal PHY's.
The PHYs are 1000M/100M/10M capable with support for 'EEE'
and 'APD' (Auto Power Down).

This driver supports the following Broadcom Cygnus SoCs:
 - BCM583XX (BCM58300, BCM58302, BCM58303, BCM58305)
 - BCM113XX (BCM11300, BCM11320, BCM11350, BCM11360)

The PHY's on these SoC's require some workarounds for
stable operation, both during configuration time and
during suspend/resume. This driver handles the
application of the workarounds.

Signed-off-by: Arun Parameswaran <arunp@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/bcm-cygnus.c [new file with mode: 0644]
include/linux/brcmphy.h