netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/3] add VLAN support to DSA MT7530
@ 2017-12-13  4:01 sean.wang
  2017-12-13  4:01 ` [PATCH v2 net-next 1/3] net: dsa: mediatek: add VLAN support for MT7530 sean.wang
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: sean.wang @ 2017-12-13  4:01 UTC (permalink / raw)
  To: davem, andrew, f.fainelli, vivien.didelot
  Cc: netdev, linux-kernel, linux-mediatek, Sean Wang

From: Sean Wang <sean.wang@mediatek.com>

Changes since v1:
- fix up the typo
- prefer ordering declarations longest to shortest
- update that vlan_prepare callback should not change any state
- use lower case letter for function naming

The patchset extends DSA MT7530 to VLAN support through filling required
callbacks in patch 1 and merging the special tag with VLAN tag in patch 2
for allowing that the hardware can handle these packets with VID from the
CPU port.

Sean Wang (3):
  net: dsa: mediatek: add VLAN support for MT7530
  net: dsa: mediatek: combine MediaTek tag with VLAN tag
  net: dsa: mediatek: update MAINTAINERS entry with MediaTek switch
    driver

 MAINTAINERS              |   7 ++
 drivers/net/dsa/mt7530.c | 291 ++++++++++++++++++++++++++++++++++++++++++++++-
 drivers/net/dsa/mt7530.h |  83 +++++++++++++-
 net/dsa/tag_mtk.c        |  38 +++++--
 4 files changed, 403 insertions(+), 16 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-12-15 17:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-13  4:01 [PATCH v2 net-next 0/3] add VLAN support to DSA MT7530 sean.wang
2017-12-13  4:01 ` [PATCH v2 net-next 1/3] net: dsa: mediatek: add VLAN support for MT7530 sean.wang
2017-12-15 14:13   ` kbuild test robot
2017-12-15 17:23   ` kbuild test robot
2017-12-15 17:37   ` kbuild test robot
     [not found] ` <cover.1513136754.git.sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-12-13  4:01   ` [PATCH v2 net-next 2/3] net: dsa: mediatek: combine MediaTek tag with VLAN tag sean.wang-NuS5LvNUpcJWk0Htik3J/w
2017-12-13  4:01   ` [PATCH v2 net-next 3/3] net: dsa: mediatek: update MAINTAINERS entry with MediaTek switch driver sean.wang-NuS5LvNUpcJWk0Htik3J/w
2017-12-13 16:50 ` [PATCH v2 net-next 0/3] add VLAN support to DSA MT7530 Andrew Lunn
2017-12-14 18:30 ` David Miller

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