linux-stable/drivers/net/dsa/microchip
Arun Ramadoss 331d64f752 net: dsa: microchip: add the enable_stp_addr pointer in ksz_dev_ops
In order to transmit the STP BPDU packet to the CPU port, the STP
address 01-80-c2-00-00-00 has to be added to static alu table for
ksz8795 series switch. For the ksz9477 switch, there is reserved
multicast table which handles forwarding the particular set of
multicast address to cpu port. So enabling the multicast reserved table
and updated the cpu port index. The stp addr is enabled during the setup
phase using the enable_stp_addr pointer in struct ksz_dev_ops.

Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-06-24 11:31:43 +01:00
..
Kconfig net: dsa: microchip: Add Microchip KSZ8863 SMI based driver support 2021-04-27 14:13:24 -07:00
ksz8.h net: dsa: microchip: ksz8xxx: Replace kernel.h with the necessary inclusions 2022-06-07 20:43:54 -07:00
ksz8795.c net: dsa: microchip: add the enable_stp_addr pointer in ksz_dev_ops 2022-06-24 11:31:43 +01:00
ksz8795_reg.h net: dsa: microchip: move switch chip_id detection to ksz_common 2022-06-21 15:26:44 +02:00
ksz8795_spi.c net: dsa: microchip: rename shutdown to reset in ksz_dev_ops 2022-06-24 11:31:43 +01:00
ksz8863_smi.c net: dsa: microchip: perform the compatibility check for dev probed 2022-05-18 12:50:59 +01:00
ksz9477.c net: dsa: microchip: add the enable_stp_addr pointer in ksz_dev_ops 2022-06-24 11:31:43 +01:00
ksz9477_i2c.c net: dsa: microchip: rename shutdown to reset in ksz_dev_ops 2022-06-24 11:31:43 +01:00
ksz9477_reg.h net: dsa: microchip: move switch chip_id detection to ksz_common 2022-06-21 15:26:44 +02:00
ksz9477_spi.c net: dsa: microchip: perform the compatibility check for dev probed 2022-05-18 12:50:59 +01:00
ksz_common.c net: dsa: microchip: move get_phy_flags & mtu to ksz_common 2022-06-21 15:26:45 +02:00
ksz_common.h net: dsa: microchip: add the enable_stp_addr pointer in ksz_dev_ops 2022-06-24 11:31:43 +01:00
Makefile net: dsa: microchip: Add Microchip KSZ8863 SMI based driver support 2021-04-27 14:13:24 -07:00