From: Andrew Lunn <andrew@lunn.ch>
To: Christian Lamparter <chunkeey@gmail.com>
Cc: netdev@vger.kernel.org, "David S . Miller" <davem@davemloft.net>,
Christophe Jaillet <christophe.jaillet@wanadoo.fr>
Subject: Re: [PATCH] net: ibm: emac: support RGMII-[RX|TX]ID phymode
Date: Mon, 18 Dec 2017 09:46:19 +0100 [thread overview]
Message-ID: <20171218084619.GC10138@lunn.ch> (raw)
In-Reply-To: <20171217215122.24045-1-chunkeey@gmail.com>
> @@ -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
prev parent reply other threads:[~2017-12-18 8:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-17 21:51 [PATCH] net: ibm: emac: support RGMII-[RX|TX]ID phymode Christian Lamparter
2017-12-18 8:46 ` Andrew Lunn [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171218084619.GC10138@lunn.ch \
--to=andrew@lunn.ch \
--cc=christophe.jaillet@wanadoo.fr \
--cc=chunkeey@gmail.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).