[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20171218084619.GC10138@lunn.ch>
Date: Mon, 18 Dec 2017 09:46:19 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Christian Lamparter <chunkeey@...il.com>
Cc: netdev@...r.kernel.org, "David S . Miller" <davem@...emloft.net>,
Christophe Jaillet <christophe.jaillet@...adoo.fr>
Subject: Re: [PATCH] net: ibm: emac: support RGMII-[RX|TX]ID phymode
> @@ -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
Powered by blists - more mailing lists