devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vince Bridgers <vbridgers2013@gmail.com>
To: devicetree@vger.kernel.org, netdev@vger.kernel.org
Cc: peppe.cavallaro@st.com, robh+dt@kernel.org, pawel.moll@arm.com,
	mark.rutland@arm.com, ijc+devicetree@hellion.org.uk,
	galak@codeaurora.org, dinguyen@altera.com,
	rayagond@vayavyalabs.com, vbridgers2013@gmail.com
Subject: [PATCH net-next 0/2] stmmac: Add extended multicast filtering for
Date: Fri, 31 Jan 2014 14:15:54 -0600	[thread overview]
Message-ID: <1391199356-27226-1-git-send-email-vbridgers2013@gmail.com> (raw)

These patches add and correct multicast address filtering for the Altera 
Cyclone 5 SOC, and configuration parameters for multicast and perfect
filtering capabilities of a particular Synopsys EMAC. 

Filtering has been put through regression testing for the Altera C5 SOC, 
but not for other implementations. This implementation extends the filter
programming by examining the device characteristics and using either the
current set_multicast function or the new extended function that supports
all possible multicast filter configurations for the Synopsys EMAC. Review
comments are welcome. 

Thanks

Vince Bridgers (2):
  dts: Add bindings for multicast hash bins and perfect filter entries
  stmmac: add extended set multicast filter & devicetree options

 Documentation/devicetree/bindings/net/stmmac.txt   |    6 +
 drivers/net/ethernet/stmicro/stmmac/common.h       |   42 +++--
 drivers/net/ethernet/stmicro/stmmac/dwmac1000.h    |    5 +-
 .../net/ethernet/stmicro/stmmac/dwmac1000_core.c   |  161 +++++++++++++++++---
 .../net/ethernet/stmicro/stmmac/dwmac100_core.c    |   29 ++--
 .../net/ethernet/stmicro/stmmac/stmmac_ethtool.c   |    6 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |   36 ++---
 .../net/ethernet/stmicro/stmmac/stmmac_platform.c  |   51 +++++++
 include/linux/stmmac.h                             |    2 +
 9 files changed, 267 insertions(+), 71 deletions(-)

-- 
1.7.9.5

             reply	other threads:[~2014-01-31 20:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-31 20:15 Vince Bridgers [this message]
     [not found] ` <1391199356-27226-1-git-send-email-vbridgers2013-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-01-31 20:15   ` [PATCH net-next 1/2] dts: Add bindings for multicast hash bins and perfect filter entries Vince Bridgers
2014-02-04  9:58     ` Giuseppe CAVALLARO
2014-02-04 17:25     ` Rob Herring
2014-01-31 20:15 ` [PATCH net-next 2/2] stmmac: add extended set multicast filter & devicetree options Vince Bridgers
2014-02-04  9:57   ` Giuseppe CAVALLARO
2014-02-04 17:10     ` Vince Bridgers

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=1391199356-27226-1-git-send-email-vbridgers2013@gmail.com \
    --to=vbridgers2013@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dinguyen@altera.com \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=netdev@vger.kernel.org \
    --cc=pawel.moll@arm.com \
    --cc=peppe.cavallaro@st.com \
    --cc=rayagond@vayavyalabs.com \
    --cc=robh+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).