lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 27 Nov 2013 10:41:32 -0800
From:	Florian Fainelli <f.fainelli@...il.com>
To:	shh.xie@...il.com
Cc:	David Miller <davem@...emloft.net>, jg1.han@...sung.com,
	mugunthanvnm@...com, netdev <netdev@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Emilian.Medve@...escale.com, madalin.bucur@...escale.com
Subject: Re: [PATCH 2/5][v2] phylib: introduce PHY_INTERFACE_MODE_XGMII for
 10G PHY

2013/11/26  <shh.xie@...il.com>:
> From: Shaohui Xie <Shaohui.Xie@...escale.com>
>
> Signed-off-by: Andy Fleming <afleming@...escale.com>
> Signed-off-by: Shaohui Xie <Shaohui.Xie@...escale.com>

Acked-by: Florian Fainelli <f.fainelli@...il.com>

> ---
> v2: update of_net.c.
>
>  drivers/of/of_net.c | 1 +
>  include/linux/phy.h | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/drivers/of/of_net.c b/drivers/of/of_net.c
> index 8f9be2e..a208a45 100644
> --- a/drivers/of/of_net.c
> +++ b/drivers/of/of_net.c
> @@ -30,6 +30,7 @@ static const char *phy_modes[] = {
>         [PHY_INTERFACE_MODE_RGMII_TXID] = "rgmii-txid",
>         [PHY_INTERFACE_MODE_RTBI]       = "rtbi",
>         [PHY_INTERFACE_MODE_SMII]       = "smii",
> +       [PHY_INTERFACE_MODE_XGMII]      = "xgmii",
>  };
>
>  /**
> diff --git a/include/linux/phy.h b/include/linux/phy.h
> index 2549b42..2606599 100644
> --- a/include/linux/phy.h
> +++ b/include/linux/phy.h
> @@ -66,6 +66,7 @@ typedef enum {
>         PHY_INTERFACE_MODE_RGMII_TXID,
>         PHY_INTERFACE_MODE_RTBI,
>         PHY_INTERFACE_MODE_SMII,
> +       PHY_INTERFACE_MODE_XGMII,
>  } phy_interface_t;
>
>
> --
> 1.8.4.1
>
>



-- 
Florian
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ