Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751676AbdHAWww (ORCPT ); Tue, 1 Aug 2017 18:52:52 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:39502 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751056AbdHAWwv (ORCPT ); Tue, 1 Aug 2017 18:52:51 -0400 Date: Tue, 01 Aug 2017 15:52:49 -0700 (PDT) Message-Id: <20170801.155249.2173180679406605650.davem@davemloft.net> To: sean.wang@mediatek.com Cc: john@phrozen.org, nbd@openwrt.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, keyhaede@gmail.com Subject: Re: [PATCH net-next v3 0/4] net-next: mediatek: add support for ethernet on MT7622 SoC From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.7 on Emacs 25.2 / 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]); Tue, 01 Aug 2017 15:52:50 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 987 Lines: 24 From: Date: Mon, 31 Jul 2017 18:05:07 +0800 > From: Sean Wang > > Changes since v2: > - update John's mail > > Changes since v1: > - add refinement for ethernet clock management > - take out the code block for ESW, add it until ESW driver is actually introduced > > The series adds the driver for ethernet controller found on MT7622 SoC. > There are additions against with previous MT7623 SoC such as shared SGMII > given for the dual GMACs and built-in 5-ports 10/100 embedded switch support > (ESW). Thus more clocks consumers and SGMII hardware setup for the extra > features are all introduced here and as for the support for ESW that would be > planned to add in the separate patch integrating with DSA infrastructure > in the future. > > Currently testing successfully is done with those patches for the conditions > such as GMAC2 with IP1001 PHY via RGMII and GMAC1/2 with RTL8211F PHY via SGMII. Series applied, thank you.