Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752310AbdLGGGX (ORCPT ); Thu, 7 Dec 2017 01:06:23 -0500 Received: from mailgw02.mediatek.com ([210.61.82.184]:18894 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751020AbdLGGGT (ORCPT ); Thu, 7 Dec 2017 01:06:19 -0500 X-UUID: f725a00bc9364d04a47f1c697c88ade7-20171207 From: To: , , , CC: , , , Sean Wang Subject: [PATCH net-next 0/3] add VLAN support to DSA MT7530 Date: Thu, 7 Dec 2017 14:06:09 +0800 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 741 Lines: 21 From: Sean Wang 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 | 292 ++++++++++++++++++++++++++++++++++++++++++++++- drivers/net/dsa/mt7530.h | 83 +++++++++++++- net/dsa/tag_mtk.c | 38 ++++-- 4 files changed, 404 insertions(+), 16 deletions(-) -- 2.7.4