All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/3] net: dsa: ksz: Clean up the tag code in prep for more switches
@ 2018-12-13 16:01 Marek Vasut
  2018-12-13 16:01 ` [PATCH V2 1/3] net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477 Marek Vasut
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Marek Vasut @ 2018-12-13 16:01 UTC (permalink / raw)
  To: netdev
  Cc: f.fainelli, andrew, Marek Vasut, Tristram Ha, Vivien Didelot,
	Woojung Huh, David S . Miller

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, 89 insertions(+), 49 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

-- 
2.18.0

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-12-15  0:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13 16:01 [PATCH V2 0/3] net: dsa: ksz: Clean up the tag code in prep for more switches Marek Vasut
2018-12-13 16:01 ` [PATCH V2 1/3] net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477 Marek Vasut
2018-12-14  8:42   ` Andrew Lunn
2018-12-13 16:01 ` [PATCH V2 2/3] net: dsa: ksz: Factor out common tag code Marek Vasut
2018-12-14  9:05   ` Andrew Lunn
2018-12-14 13:30     ` Marek Vasut
2018-12-14 20:11       ` Andrew Lunn
2018-12-15  0:39         ` Marek Vasut
2018-12-13 16:01 ` [PATCH V2 3/3] net: dsa: ksz: Add STP multicast handling Marek Vasut
2018-12-14  9:07   ` Andrew Lunn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.