linux/drivers/net/dsa
Florian Fainelli 9af197a8f6 net: dsa: bcm_sf2: implement GPHY power down
Implement the power on/off recommended procedure for the Single GPHY we
have on our Starfighter 2 switch. In order to make sure we get proper
LED link/activity signaling during suspend, switch the link indication
from the Switch/MAC to the PHY.

Finally, since the GPHY needs to be reset to be put in low power mode,
we will loose any context applied to it: workarounds, EEE etc.. so we
need to call phy_init_hw() to get our fixups re-applied successfully.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-02-07 22:38:40 -08:00
..
bcm_sf2_regs.h net: dsa: bcm_sf2: implement GPHY power down 2015-02-07 22:38:40 -08:00
bcm_sf2.c net: dsa: bcm_sf2: implement GPHY power down 2015-02-07 22:38:40 -08:00
bcm_sf2.h net: dsa: bcm_sf2: add support for controlling EEE 2014-09-28 17:14:09 -04:00
Kconfig net: dsa: bcm_sf2: always select FIXED_PHY 2014-12-16 00:57:07 -05:00
Makefile net: dsa: Add support for Marvell 88E6352 2014-10-30 14:54:10 -04:00
mv88e6xxx.c net: dsa/mv88e6xxx: add reg read and write debug 2015-01-27 00:04:02 -08:00
mv88e6xxx.h net: dsa: Centralise code for reading the temperature sensor 2014-11-16 15:47:26 -05:00
mv88e6060.c net: dsa: Report known silicon revisions for Marvell 88E6060 2014-10-30 14:54:10 -04:00
mv88e6123_61_65.c net: dsa: Centralise code for reading the temperature sensor 2014-11-16 15:47:26 -05:00
mv88e6131.c net: dsa: Report known silicon revisions for Marvell 88E6131 2014-10-30 14:54:10 -04:00
mv88e6171.c net: dsa: mv88e6171: Add support for reading switch registers 2014-11-16 15:47:26 -05:00
mv88e6352.c net: dsa/mv88e6352: make mv88e6352_wait generic 2015-01-27 00:05:56 -08:00