From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756266AbdDGUxO (ORCPT ); Fri, 7 Apr 2017 16:53:14 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:34762 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754592AbdDGUxH (ORCPT ); Fri, 7 Apr 2017 16:53:07 -0400 Date: Fri, 07 Apr 2017 13:53:02 -0700 (PDT) Message-Id: <20170407.135302.1534365936334263631.davem@davemloft.net> To: sean.wang@mediatek.com Cc: andrew@lunn.ch, f.fainelli@gmail.com, vivien.didelot@savoirfairelinux.com, matthias.bgg@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Landen.Chao@mediatek.com, keyhaede@gmail.com, objelf@gmail.com Subject: Re: [PATCH net-next v4 0/5] net-next: dsa: add Mediatek MT7530 support From: David Miller In-Reply-To: <1491554709-9723-1-git-send-email-sean.wang@mediatek.com> References: <1491554709-9723-1-git-send-email-sean.wang@mediatek.com> X-Mailer: Mew version 6.7 on Emacs 25.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 07 Apr 2017 13:11:48 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Date: Fri, 7 Apr 2017 16:45:04 +0800 > 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. Series applied, thanks Sean.