mbox series

[V3,0/3] net: dsa: ksz: Clean up the tag code in prep for more switches

Message ID 20181215005806.3856-1-marex@denx.de
Headers show
Series net: dsa: ksz: Clean up the tag code in prep for more switches | expand

Message

Marek Vasut Dec. 15, 2018, 12:58 a.m. UTC
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 <marex@denx.de>
Cc: Tristram Ha <Tristram.Ha@microchip.com>
Cc: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Cc: Woojung Huh <woojung.huh@microchip.com>
Cc: David S. Miller <davem@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

Comments

David Miller Dec. 16, 2018, 10:24 p.m. UTC | #1
From: Marek Vasut <marex@denx.de>
Date: Sat, 15 Dec 2018 01:58:03 +0100

> Clean up the KSZ DSA tag code in preparation for adding more switches.

Series applied, thank you.