From: John Crispin <john@phrozen.org>
To: sean.wang@mediatek.com, andrew@lunn.ch, f.fainelli@gmail.com,
vivien.didelot@savoirfairelinux.com, matthias.bgg@gmail.com,
robh+dt@kernel.org, mark.rutland@arm.com
Cc: devicetree@vger.kernel.org, Landen.Chao@mediatek.com,
keyhaede@gmail.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
objelf@gmail.com, davem@davemloft.net
Subject: Re: [PATCH net-next 0/4] net-next: dsa: add Mediatek MT7530 support
Date: Mon, 13 Mar 2017 17:25:30 +0100 [thread overview]
Message-ID: <09927247-dd22-d341-e58c-c8f36fba4755@phrozen.org> (raw)
In-Reply-To: <1489421488-300-1-git-send-email-sean.wang@mediatek.com>
On 13/03/17 17:11, sean.wang@mediatek.com wrote:
> From: Sean Wang <sean.wang@mediatek.com>
>
> MT7530 is a 7-ports Gigabit Ethernet Switch that could be found on
> Mediatek router platforms such as MT7623A or MT7623N which includes 7-port
> Gigabit Ethernet MAC and 5-port Gigabit Ethernet PHY. Among these ports,
> The port from 0 to 4 are the user ports connecting with the remote devices
> while the port 5 and 6 are the CPU ports connecting into Mediatek Ethernet
> GMAC.
>
> The patch series integrated Mediatek MT7530 into DSA support which
> includes the most of the essential callbacks such as tag insertion for
> port distinguishing, port control, bridge offloading, STP setup and
> ethtool operations to allow DSA to model each user port into independently
> standalone netdevice as the other DSA driver had done.
Hi Sean,
very cool, i'll give this a spin this week and if it works out will
import it into LEDE to get test coverage from our users.
John
> Sean Wang (4):
> dt-bindings: net: dsa: add mt7530 binding
> net-next: dsa: add Mediatek tag RX/TX handler
> net-next: ethernet: mediatek: add CMD ingress recognize the special
> tag
> net-next: dsa: add dsa support for Mediatek MT7530 switch
>
> .../devicetree/bindings/net/dsa/mt7530.txt | 96 ++
> drivers/net/dsa/Kconfig | 8 +
> drivers/net/dsa/Makefile | 2 +-
> drivers/net/dsa/mt7530.c | 1195 ++++++++++++++++++++
> drivers/net/dsa/mt7530.h | 387 +++++++
> drivers/net/ethernet/mediatek/mtk_eth_soc.c | 8 +
> drivers/net/ethernet/mediatek/mtk_eth_soc.h | 5 +
> include/net/dsa.h | 1 +
> net/dsa/Kconfig | 2 +
> net/dsa/Makefile | 1 +
> net/dsa/dsa.c | 3 +
> net/dsa/dsa_priv.h | 3 +
> net/dsa/tag_mtk.c | 121 ++
> 13 files changed, 1831 insertions(+), 1 deletion(-)
> create mode 100644 Documentation/devicetree/bindings/net/dsa/mt7530.txt
> create mode 100644 drivers/net/dsa/mt7530.c
> create mode 100644 drivers/net/dsa/mt7530.h
> create mode 100644 net/dsa/tag_mtk.c
>
prev parent reply other threads:[~2017-03-13 16:50 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-13 16:11 sean.wang
2017-03-13 16:11 ` [PATCH net-next 1/4] dt-bindings: net: dsa: add Mediatek MT7530 binding sean.wang
2017-03-13 16:36 ` Andrew Lunn
2017-03-14 6:06 ` Sean Wang
2017-03-13 16:47 ` Florian Fainelli
2017-03-14 6:52 ` Sean Wang
2017-03-14 11:58 ` Andrew Lunn
2017-03-13 16:11 ` [PATCH net-next 2/4] net-next: dsa: add Mediatek tag RX/TX handler sean.wang
2017-03-13 16:27 ` Andrew Lunn
2017-03-13 16:35 ` Florian Fainelli
2017-03-14 6:16 ` Sean Wang
2017-03-13 16:59 ` Vivien Didelot
2017-03-14 6:22 ` Sean Wang
2017-03-14 13:38 ` Vivien Didelot
2017-03-13 16:11 ` [PATCH net-next 3/4] net-next: ethernet: mediatek: add CDM able to recognize the tag for DSA sean.wang
2017-03-13 16:30 ` Andrew Lunn
2017-03-13 16:39 ` Florian Fainelli
2017-03-13 16:11 ` [PATCH net-next 4/4] net-next: dsa: add dsa support for Mediatek MT7530 switch sean.wang
2017-03-13 16:41 ` Andrew Lunn
2017-03-13 23:11 ` Andrew Lunn
2017-03-14 7:03 ` Sean Wang
2017-03-15 2:20 ` kbuild test robot
2017-03-15 2:30 ` kbuild test robot
2017-03-13 16:25 ` John Crispin [this message]
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=09927247-dd22-d341-e58c-c8f36fba4755@phrozen.org \
--to=john@phrozen.org \
--cc=Landen.Chao@mediatek.com \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=f.fainelli@gmail.com \
--cc=keyhaede@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=mark.rutland@arm.com \
--cc=matthias.bgg@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=objelf@gmail.com \
--cc=robh+dt@kernel.org \
--cc=sean.wang@mediatek.com \
--cc=vivien.didelot@savoirfairelinux.com \
/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
Powered by JetHome