Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp4660185ybi; Mon, 3 Jun 2019 15:01:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqzKgkNyBPfjyZJ95hByOakIZPabaHEaDRfxQQWK7u3CFtnDgpdVSDf1+XrMxaZC4v3z+Bnc X-Received: by 2002:a17:90a:9d81:: with SMTP id k1mr26064136pjp.63.1559599297926; Mon, 03 Jun 2019 15:01:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559599297; cv=none; d=google.com; s=arc-20160816; b=DC2cEnykpxZ0UkonNZm74k0QbEq3ignGS4udjrHY3m4pFTj0aH6tc4sdUViA2+N9KW LJEuq7mlxKNrUnCDfkPnd71gKTiUtQ8ajVtMmQKI7EWQ9MJlZn3e3z4M5HH3BrN6Eor9 Bqf3LuhuHB5eK1Te3hTXuZBg86/NgOn617rIENd9A6MHg41SSWhy0U2zVi90GV84XOcu PAHxnJlyLwxaQFo5kcuoctA9AYxrN7wlrK3ouxNEa+SpiOhA+JkxB2yvVP8a2C2BMQNm puHZvALluQ4hikT0svYRL4XxpGqFPGJy2IIqfojpSE2G7zQe0ougazKIaow83zFGrUhp 71wg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=dyZ01xPGHL/uGCyLKyrtlmQ7XHKEDmw0seqS9D98oeI=; b=RJZitvu0BFc+67Vq1PzaNFiZJwDIRydGH8QGkZSbKbBJRsfW0GQQ3hgcLr7x4iirmt TI8SzokrPWUIXT5bnM7XKEYwdfATsLSFcyvttF4VpzBYVZxaZqlMF9eLFpBM5ndYzena T0cGBx/XP5G1AA4jBB0iY9/ZWgQsS2wRwiF5xmcsAaiovSp52evqkDmMAOnoLgvB3l3w S+XoP5Z+qUcLIw18UwwU9eQxZk57i3uKNu8PJFx0Oz/WH8DGzazdvMqg/JzyswNyecuQ vi7beXXl8tXNeUhb/6B/O4dqmhflAm4qT3uHHEApVUik1SphJ38qIPBCiGn26yvJJgr6 xKSw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q125si22081478pfq.163.2019.06.03.15.01.21; Mon, 03 Jun 2019 15:01:37 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726603AbfFCWAT (ORCPT + 99 others); Mon, 3 Jun 2019 18:00:19 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:35948 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726102AbfFCWAT (ORCPT ); Mon, 3 Jun 2019 18:00:19 -0400 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id A6E78133E98DA; Mon, 3 Jun 2019 15:00:18 -0700 (PDT) Date: Mon, 03 Jun 2019 15:00:18 -0700 (PDT) Message-Id: <20190603.150018.656008041790620010.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 Subject: Re: [PATCH net-next v1 0/6] Add MT7629 ethernet support From: David Miller In-Reply-To: <1559347395-14058-1-git-send-email-sean.wang@mediatek.com> References: <1559347395-14058-1-git-send-email-sean.wang@mediatek.com> X-Mailer: Mew version 6.8 on Emacs 26.1 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]); Mon, 03 Jun 2019 15:00:18 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Date: Sat, 1 Jun 2019 08:03:09 +0800 > From: Sean Wang > > MT7629 inlcudes two sets of SGMIIs used for external switch or PHY, and embedded > switch (ESW) via GDM1, GePHY via GMAC2, so add several patches in the series to > make the code base common with the old SoCs. > > The patch 1, 3 and 6, adds extension for SGMII to have the hardware configured > for 1G, 2.5G and AN to fit the capability of the target PHY. In patch 6 could be > an example showing how to use these configurations for underlying PHY speed to > match up the link speed of the target PHY. > > The patch 4 is used for automatically configured the hardware path from GMACx to > the target PHY by the description in deviceetree topology to determine the > proper value for the corresponding MUX. > > The patch 2 and 5 is for the update for MT7629 including dt-binding document and > its driver. Series applied.