public inbox for netdev@vger.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; 6+ 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] 6+ messages in thread

end of thread, other threads:[~2014-10-13 17:51 UTC | newest]

Thread overview: 6+ 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox