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

2017-08-29 Thread Kishon Vijay Abraham I
Hi, On Tuesday 29 August 2017 04:57 PM, Antoine Tenart wrote: > Hi Kishon, > > On Tue, Aug 29, 2017 at 04:08:29PM +0530, Kishon Vijay Abraham I wrote: >> 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 configur

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

2017-08-29 Thread Antoine Tenart
Hi Kishon, On Tue, Aug 29, 2017 at 04:08:29PM +0530, Kishon Vijay Abraham I wrote: > 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 s

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

2017-08-29 Thread Kishon Vijay Abraham I
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 Acked-by: Kishon Vijay Abraham I >

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

2017-08-28 Thread Antoine Tenart
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 --- include/linux/phy/phy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/phy/phy.