Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1722315

Re: [PATCH net-next v3 01/13] phy: add sgmii and 10gkr modes to the phy_mode enum

From Kishon Vijay Abraham I <kishon@ti.com>
Newsgroups linux.kernel
Subject Re: [PATCH net-next v3 01/13] phy: add sgmii and 10gkr modes to the phy_mode enum
Date 2017-08-29 12:50 +0200
Message-ID <ujMfL-1wY-3@gated-at.bofh.it> (permalink)
References <ujtGa-6PN-15@gated-at.bofh.it> <ujtPQ-78t-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



On Monday 28 August 2017 08:27 PM, Antoine Tenart wrote:
> This patch adds more generic PHY modes to the phy_mode enum, to
> allow configuring generic PHYs to the SGMII and/or the 10GKR mode
> by using the set_mode callback.
> 
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>

Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
> ---
>  include/linux/phy/phy.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h
> index 78bb0d7f6b11..e694d4008c4a 100644
> --- a/include/linux/phy/phy.h
> +++ b/include/linux/phy/phy.h
> @@ -27,6 +27,8 @@ enum phy_mode {
>  	PHY_MODE_USB_HOST,
>  	PHY_MODE_USB_DEVICE,
>  	PHY_MODE_USB_OTG,
> +	PHY_MODE_SGMII,
> +	PHY_MODE_10GKR,
>  };
>  
>  /**
> 

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH net-next v3 01/13] phy: add sgmii and 10gkr modes to the phy_mode enum Antoine Tenart <antoine.tenart@free-electrons.com> - 2017-08-28 17:10 +0200
  Re: [PATCH net-next v3 01/13] phy: add sgmii and 10gkr modes to the  phy_mode enum Kishon Vijay Abraham I <kishon@ti.com> - 2017-08-29 12:50 +0200
    Re: [PATCH net-next v3 01/13] phy: add sgmii and 10gkr modes to the  phy_mode enum Antoine Tenart <antoine.tenart@free-electrons.com> - 2017-08-29 13:30 +0200
      Re: [PATCH net-next v3 01/13] phy: add sgmii and 10gkr modes to the  phy_mode enum Kishon Vijay Abraham I <kishon@ti.com> - 2017-08-29 14:30 +0200

csiph-web