From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] net: include/phy.h: add new mode for internal phy
Date: Sun, 13 May 2018 20:57:40 +0200 [thread overview]
Message-ID: <0ddbefd7-5227-e534-7ff5-9a2d9b208263@gmail.com> (raw)
In-Reply-To: <1526032279-21721-1-git-send-email-hayashi.kunihiko@socionext.com>
On 05/11/2018 11:51 AM, Kunihiko Hayashi wrote:
> Add the new mode to indicate a built-in PHY.
> This will be used by UniPhier AVE ethernet driver.
Hi, Hayashi-san,
CC Joe on network stuff.
Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
> ---
> include/phy.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/phy.h b/include/phy.h
> index 0543ec1..d0f60d1 100644
> --- a/include/phy.h
> +++ b/include/phy.h
> @@ -66,6 +66,7 @@ typedef enum {
> PHY_INTERFACE_MODE_XAUI,
> PHY_INTERFACE_MODE_RXAUI,
> PHY_INTERFACE_MODE_SFI,
> + PHY_INTERFACE_MODE_INTERNAL,
> PHY_INTERFACE_MODE_NONE, /* Must be last */
>
> PHY_INTERFACE_MODE_COUNT,
> @@ -88,6 +89,7 @@ static const char *phy_interface_strings[] = {
> [PHY_INTERFACE_MODE_XAUI] = "xaui",
> [PHY_INTERFACE_MODE_RXAUI] = "rxaui",
> [PHY_INTERFACE_MODE_SFI] = "sfi",
> + [PHY_INTERFACE_MODE_INTERNAL] = "internal",
> [PHY_INTERFACE_MODE_NONE] = "",
> };
>
>
--
Best regards,
Marek Vasut
next prev parent reply other threads:[~2018-05-13 18:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-11 9:51 [U-Boot] [PATCH] net: include/phy.h: add new mode for internal phy Kunihiko Hayashi
2018-05-13 18:57 ` Marek Vasut [this message]
2018-05-15 21:09 ` Joe Hershberger
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=0ddbefd7-5227-e534-7ff5-9a2d9b208263@gmail.com \
--to=marek.vasut@gmail.com \
--cc=u-boot@lists.denx.de \
/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