Re: [U-Boot] [PATCH v6 6/7] net: phy: Add phy_interface_is_sgmii to phy.h

2016-04-25 Thread Joe Hershberger
On Fri, Apr 15, 2016 at 7:27 AM, Dan Murphy wrote: > Add a helper to phy.h to identify whether the > phy is configured for SGMII all variables. > > Signed-off-by: Dan Murphy > Reviewed-by: Mugunthan V N > Reviewed-by: Michal Simek Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH v6 6/7] net: phy: Add phy_interface_is_sgmii to phy.h

2016-04-20 Thread Mugunthan V N
On Friday 15 April 2016 05:57 PM, Dan Murphy wrote: > Add a helper to phy.h to identify whether the > phy is configured for SGMII all variables. > > Signed-off-by: Dan Murphy > Reviewed-by: Mugunthan V N > Reviewed-by: Michal Simek Tested this on dra72 rev C evm Tested-by: Mugunthan V N Reg

[U-Boot] [PATCH v6 6/7] net: phy: Add phy_interface_is_sgmii to phy.h

2016-04-15 Thread Dan Murphy
Add a helper to phy.h to identify whether the phy is configured for SGMII all variables. Signed-off-by: Dan Murphy Reviewed-by: Mugunthan V N Reviewed-by: Michal Simek --- v6 - No changes - https://patchwork.ozlabs.org/patch/608766/ include/phy.h | 11 +++ 1 file changed, 11 insertio