linux_dsm_epyc7002/drivers/net/dsa
Florian Fainelli b6d045db59 net: dsa: bcm_sf2: add port_enable/disable callbacks
The SF2 switch driver is already architected around per-port
enable/disable callbacks, so we just need a slight update to our
existing bcm_sf2_port_setup() resp. bcm_sf2_port_disable() functions to
be suitable as callbacks for port_enable/port_disable.

We need to shuffle a little the code that does the per-port VLAN
configuration/isolation since ports can now be brought up/down
separately, so we need to make sure that IMP (CPU, management) port is
always included in that specific port setup.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-09-28 17:14:09 -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
bcm_sf2.c net: dsa: bcm_sf2: add port_enable/disable callbacks 2014-09-28 17:14:09 -04:00
bcm_sf2.h net: dsa: bcm_sf2: add support for Wake-on-LAN 2014-09-22 14:41:23 -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