linux/drivers/net/dsa
Florian Fainelli aa9aef77c7 net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driver
The integrated BCM7xxx PHY contains no useful revision information
in its MII_PHYSID2 bits 3:0, that information is instead contained in
the SWITCH_REG_PHY_REVISION register.

Read this register, store its value, and return it by implementing the
dsa_switch::get_phy_flags() callback accordingly. The register layout is
already matching what the BCM7xxx PHY driver is expecting to find.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-09-19 16:27:07 -04:00
..
bcm_sf2.c net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driver 2014-09-19 16:27:07 -04:00
bcm_sf2.h net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driver 2014-09-19 16:27:07 -04:00
bcm_sf2_regs.h net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driver 2014-09-19 16:27:07 -04:00
Kconfig net: DSA: Marvell mv88e6171 switch driver 2014-09-13 17:26:47 -04:00
Makefile net: DSA: Marvell mv88e6171 switch driver 2014-09-13 17:26:47 -04:00
mv88e6xxx.c dsa: Replace mii_bus with a generic host device 2014-09-15 17:24:20 -04:00
mv88e6xxx.h net: DSA: Marvell mv88e6171 switch driver 2014-09-13 17:26:47 -04:00
mv88e6060.c dsa: Replace mii_bus with a generic host device 2014-09-15 17:24:20 -04:00
mv88e6123_61_65.c dsa: Replace mii_bus with a generic host device 2014-09-15 17:24:20 -04:00
mv88e6131.c dsa: Replace mii_bus with a generic host device 2014-09-15 17:24:20 -04:00
mv88e6171.c dsa: Replace mii_bus with a generic host device 2014-09-15 17:24:20 -04:00