From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH] net: ibm: emac: support RGMII-[RX|TX]ID phymode Date: Mon, 18 Dec 2017 09:46:19 +0100 Message-ID: <20171218084619.GC10138@lunn.ch> References: <20171217215122.24045-1-chunkeey@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, "David S . Miller" , Christophe Jaillet To: Christian Lamparter Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:36528 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757927AbdLRIqX (ORCPT ); Mon, 18 Dec 2017 03:46:23 -0500 Content-Disposition: inline In-Reply-To: <20171217215122.24045-1-chunkeey@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: > @@ -201,6 +201,9 @@ static inline int emac_phy_supports_gige(int phy_mode) > { > return phy_mode == PHY_MODE_GMII || > phy_mode == PHY_MODE_RGMII || > + phy_mode == PHY_MODE_RGMII_ID || > + phy_mode == PHY_MODE_RGMII_RXID || > + phy_mode == PHY_MODE_RGMII_TXID || phy_interface_mode_is_rgmii() Andrew