From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: [PATCH v2 net-next 0/3] add VLAN support to DSA MT7530 Date: Wed, 13 Dec 2017 12:01:10 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Cc: , , , Sean Wang To: , , , Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Sean Wang 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