From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933775AbcIAMWK (ORCPT ); Thu, 1 Sep 2016 08:22:10 -0400 Received: from gloria.sntech.de ([95.129.55.99]:57695 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932275AbcIAMWJ (ORCPT ); Thu, 1 Sep 2016 08:22:09 -0400 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Caesar Wang Cc: netdev@vger.kernel.org, linux-rockchip@lists.infradead.org, Brian Norris , Douglas Anderson , dbasehore@chromium.org, Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , Elaine Zhang , Huang Tao , Jianqun Xu , David Wu , Xing Zheng , Shunqian Zheng , Masahiro Yamada , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 4/5] arm64: dts: rockchip: add the gmac needed node for rk3399 Date: Thu, 01 Sep 2016 13:43:42 +0200 Message-ID: <4350667.JBNzRWMVzQ@diego> User-Agent: KMail/4.14.10 (Linux/4.6.0-1-amd64; KDE/4.14.22; x86_64; ; ) In-Reply-To: <1472686132-27827-5-git-send-email-wxt@rock-chips.com> References: <1472686132-27827-1-git-send-email-wxt@rock-chips.com> <1472686132-27827-5-git-send-email-wxt@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Caesar, Am Donnerstag, 1. September 2016, 07:28:51 schrieb Caesar Wang: > The RK3399 GMAC Ethernet Controller provides a complete Ethernet interface > from processor to a Reduced Media Independent Interface (RMII) and Reduced > Gigabit Media Independent Interface (RGMII) compliant Ethernet PHY. > > This patch adds the related needed device information. > e.g.: interrupts, grf, clocks, pinctrl and so on. > > The full details are in [0]. > > [0]: > Documentation/devicetree/bindings/net/rockchip-dwmac.txt > > Signed-off-by: Caesar Wang the core rk3399 gmac support is still stuck and needs a respin. This patch is part of that other series as well which needs a respin itself. Maybe you could just fold both series into one so that we don't have to track two. Thanks Heiko