Clean up the KSZ DSA tag code in preparation for adding more switches. Marek Vasut (1): net: dsa: ksz: Add STP multicast handling
Tristram Ha (2): net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477 net: dsa: ksz: Factor out common tag code drivers/net/dsa/microchip/Kconfig | 2 +- drivers/net/dsa/microchip/ksz9477.c | 2 +- include/net/dsa.h | 2 +- net/dsa/Kconfig | 4 + net/dsa/dsa.c | 8 +- net/dsa/dsa_priv.h | 2 +- net/dsa/tag_ksz.c | 118 ++++++++++++++++++---------- 7 files changed, 90 insertions(+), 48 deletions(-) Signed-off-by: Marek Vasut <ma...@denx.de> Cc: Tristram Ha <tristram...@microchip.com> Cc: Vivien Didelot <vivien.dide...@savoirfairelinux.com> Cc: Woojung Huh <woojung....@microchip.com> Cc: David S. Miller <da...@davemloft.net> --- V2: - New cover letter - Drop the KSZ8795 code for now as it needs more work V3: - Add NULL pointer check for ksz_common_xmit() return value -- 2.18.0