All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] DSA Cleanups
@ 2014-09-15 16:59 Alexander Duyck
  2014-09-15 17:00 ` [PATCH 1/2] dsa: Split ops up, and avoid assigning tag_protocol and receive separately Alexander Duyck
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Alexander Duyck @ 2014-09-15 16:59 UTC (permalink / raw)
  To: netdev; +Cc: f.fainelli, kernel, davem

This patch series does two things, first it cleans up the tag_protocol and
protocol ops being configured seperately.  Second it addresses the desire
to split DSA away from relying on a MII bus.

---

Alexander Duyck (2):
      dsa: Split ops up, and avoid assigning tag_protocol and receive separately
      dsa: Replace mii_bus with a generic host device


 arch/arm/plat-orion/common.c      |    2 +
 drivers/net/dsa/bcm_sf2.c         |    2 +
 drivers/net/dsa/mv88e6060.c       |   13 ++++++---
 drivers/net/dsa/mv88e6123_61_65.c |    6 +++-
 drivers/net/dsa/mv88e6131.c       |    6 +++-
 drivers/net/dsa/mv88e6171.c       |    6 +++-
 drivers/net/dsa/mv88e6xxx.c       |    4 +--
 include/linux/netdevice.h         |    7 -----
 include/net/dsa.h                 |   19 +++++++------
 net/dsa/dsa.c                     |   56 ++++++++++++++++++++++++-------------
 net/dsa/dsa_priv.h                |   11 +++++++
 net/dsa/slave.c                   |   39 +++++++++++---------------
 net/dsa/tag_brcm.c                |    1 -
 net/dsa/tag_dsa.c                 |    1 -
 net/dsa/tag_edsa.c                |    1 -
 net/dsa/tag_trailer.c             |    1 -
 16 files changed, 101 insertions(+), 74 deletions(-)

-- 

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/2] DSA cleanups
@ 2021-09-18 11:49 Vladimir Oltean
  0 siblings, 0 replies; 7+ messages in thread
From: Vladimir Oltean @ 2021-09-18 11:49 UTC (permalink / raw)
  To: u-boot; +Cc: Joe Hershberger, Ramon Fried, Tim Harvey, Michael Walle

This series contains a bug fix and a cleanup for W=1 builds.

Vladimir Oltean (2):
  net: dsa: pass CPU port fixed PHY to .port_disable
  net: dsa: remove unused variables

 net/dsa-uclass.c | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-09-18 11:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-15 16:59 [PATCH 0/2] DSA Cleanups Alexander Duyck
2014-09-15 17:00 ` [PATCH 1/2] dsa: Split ops up, and avoid assigning tag_protocol and receive separately Alexander Duyck
2014-09-15 17:00 ` [PATCH 2/2] dsa: Replace mii_bus with a generic host device Alexander Duyck
2014-09-15 21:48   ` Florian Fainelli
2014-10-13 17:51   ` [2/2] " Guenter Roeck
2014-09-15 21:24 ` [PATCH 0/2] DSA Cleanups David Miller
2021-09-18 11:49 [PATCH 0/2] DSA cleanups Vladimir Oltean

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.