Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1599563

[PATCH net-next 0/4] net-next: dsa: add Mediatek MT7530 support

From <sean.wang@mediatek.com>
Newsgroups linux.kernel
Subject [PATCH net-next 0/4] net-next: dsa: add Mediatek MT7530 support
Date 2017-03-13 17:20 +0100
Message-ID <tkARr-34n-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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.

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

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH net-next 0/4] net-next: dsa: add Mediatek MT7530 support <sean.wang@mediatek.com> - 2017-03-13 17:20 +0100
  [PATCH net-next 2/4] net-next: dsa: add Mediatek tag RX/TX handler <sean.wang@mediatek.com> - 2017-03-13 17:20 +0100
    Re: [PATCH net-next 2/4] net-next: dsa: add Mediatek tag RX/TX  handler Andrew Lunn <andrew@lunn.ch> - 2017-03-13 17:40 +0100
    Re: [PATCH net-next 2/4] net-next: dsa: add Mediatek tag RX/TX  handler Florian Fainelli <f.fainelli@gmail.com> - 2017-03-13 17:50 +0100
      Re: [PATCH net-next 2/4] net-next: dsa: add Mediatek tag RX/TX  handler Sean Wang <sean.wang@mediatek.com> - 2017-03-14 07:20 +0100
    Re: [PATCH net-next 2/4] net-next: dsa: add Mediatek tag RX/TX handler Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-03-13 18:10 +0100
      Re: [PATCH net-next 2/4] net-next: dsa: add Mediatek tag RX/TX  handler Sean Wang <sean.wang@mediatek.com> - 2017-03-14 07:30 +0100
        Re: [PATCH net-next 2/4] net-next: dsa: add Mediatek tag RX/TX handler Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-03-14 14:50 +0100
  [PATCH net-next 3/4] net-next: ethernet: mediatek: add CDM able to recognize the tag for DSA <sean.wang@mediatek.com> - 2017-03-13 17:20 +0100
    Re: [PATCH net-next 3/4] net-next: ethernet: mediatek: add CDM able  to recognize the tag for DSA Andrew Lunn <andrew@lunn.ch> - 2017-03-13 17:40 +0100
    Re: [PATCH net-next 3/4] net-next: ethernet: mediatek: add CDM able  to recognize the tag for DSA Florian Fainelli <f.fainelli@gmail.com> - 2017-03-13 17:50 +0100
  Re: [PATCH net-next 4/4] net-next: dsa: add dsa support for Mediatek  MT7530 switch Andrew Lunn <andrew@lunn.ch> - 2017-03-13 17:50 +0100
  Re: [PATCH net-next 0/4] net-next: dsa: add Mediatek MT7530 support John Crispin <john@phrozen.org> - 2017-03-13 18:00 +0100
  Re: [PATCH net-next 4/4] net-next: dsa: add dsa support for Mediatek  MT7530 switch Andrew Lunn <andrew@lunn.ch> - 2017-03-14 00:20 +0100
    Re: [PATCH net-next 4/4] net-next: dsa: add dsa support for  Mediatek MT7530 switch Sean Wang <sean.wang@mediatek.com> - 2017-03-14 08:10 +0100

csiph-web