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

2017-08-24 Thread Antoine Tenart
Hi Andrew, On Thu, Aug 24, 2017 at 03:19:38PM +0200, Andrew Lunn wrote: > On Thu, Aug 24, 2017 at 10:38:11AM +0200, Antoine Tenart wrote: > > This patch adds more PHY modes to the phy_mode enum, to allow > > configuring PHYs to the SGMII and/or the 10GKR mode by using the > > set_mode callback. >

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

2017-08-24 Thread Andrew Lunn
On Thu, Aug 24, 2017 at 10:38:11AM +0200, Antoine Tenart wrote: > This patch adds more PHY modes to the phy_mode enum, to allow > configuring PHYs to the SGMII and/or the 10GKR mode by using the > set_mode callback. Hi Antoine You had me confused for a while here. If there is need for a respin, c

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

2017-08-24 Thread Antoine Tenart
This patch adds more PHY modes to the phy_mode enum, to allow configuring 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.h b/include/linu