Re: [U-Boot] [Patch v2 1/2] driver: net: ldpaa_eth: Add PHY-less SGMII support

2017-12-05 Thread Joe Hershberger
On Mon, Nov 13, 2017 at 3:37 AM, Ashish Kumar wrote: > In case of PHY-less mode, there is no interaction with PHY > so auto-neg etc is not required and link will have fixed > attributes It appears that the commit message does not match the code. It appears you are adding

Re: [U-Boot] [Patch v2 1/2] driver: net: ldpaa_eth: Add PHY-less SGMII support

2017-11-30 Thread York Sun
On 11/29/2017 09:45 PM, Ashish Kumar wrote: > Hello Joe, York, > > > Any comments on V2 series? > Ashish, I can't see if this set is correct. Did you look into the similar PHY-less situation for Power-based platform? We don't have PHY-less SGMII support there. I was hoping you can add the

Re: [U-Boot] [Patch v2 1/2] driver: net: ldpaa_eth: Add PHY-less SGMII support

2017-11-29 Thread Ashish Kumar
Hello Joe, York, Any comments on V2 series? http://patchwork.ozlabs.org/project/uboot/list/?series=13261 Regards Ashish From: Ashish Kumar Sent: Monday, November 13, 2017 3:07 PM To: u-boot@lists.denx.de Cc: York Sun;

[U-Boot] [Patch v2 1/2] driver: net: ldpaa_eth: Add PHY-less SGMII support

2017-11-13 Thread Ashish Kumar
In case of PHY-less mode, there is no interaction with PHY so auto-neg etc is not required and link will have fixed attributes Signed-off-by: Ashish Kumar Signed-off-by: Prabhakar Kushwaha --- v2: Add dependent patch set