All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Duyck <alexander.h.duyck@intel.com>
To: netdev@vger.kernel.org
Cc: f.fainelli@gmail.com, kernel@wantstofly.org, davem@davemloft.net
Subject: [PATCH 0/2] DSA Cleanups
Date: Mon, 15 Sep 2014 12:59:14 -0400	[thread overview]
Message-ID: <20140915165543.1261.2520.stgit@ahduyck-bv4.jf.intel.com> (raw)

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(-)

-- 

             reply	other threads:[~2014-09-15 17:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-15 16:59 Alexander Duyck [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140915165543.1261.2520.stgit@ahduyck-bv4.jf.intel.com \
    --to=alexander.h.duyck@intel.com \
    --cc=davem@davemloft.net \
    --cc=f.fainelli@gmail.com \
    --cc=kernel@wantstofly.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.