Re: [U-Boot] [PATCH] driver: net: ldpaa_eth: Add PHY-less SGMII support

2018-01-01 Thread Ashish Kumar
; > Cc: joe.hershber...@ni.com > Subject: Re: [U-Boot] [PATCH] driver: net: ldpaa_eth: Add PHY-less SGMII > support > > -Original Message- > From: York Sun > Sent: Thursday, November 09, 2017 2:07 AM > To: Ashish Kumar <ashish.ku...@nxp.com>; u-boot@li

Re: [U-Boot] [PATCH] driver: net: ldpaa_eth: Add PHY-less SGMII support

2017-11-09 Thread York Sun
On 11/08/2017 09:16 PM, Ashish Kumar wrote: > -Original Message- > From: York Sun > Sent: Thursday, November 09, 2017 2:07 AM > To: Ashish Kumar ; u-boot@lists.denx.de > Cc: joe.hershber...@ni.com; Prabhakar Kushwaha > Subject: Re:

Re: [U-Boot] [PATCH] driver: net: ldpaa_eth: Add PHY-less SGMII support

2017-11-08 Thread Ashish Kumar
-Original Message- From: York Sun Sent: Thursday, November 09, 2017 2:07 AM To: Ashish Kumar ; u-boot@lists.denx.de Cc: joe.hershber...@ni.com; Prabhakar Kushwaha Subject: Re: [PATCH] driver: net: ldpaa_eth: Add PHY-less SGMII support On

Re: [U-Boot] [PATCH] driver: net: ldpaa_eth: Add PHY-less SGMII support

2017-11-08 Thread York Sun
On 11/06/2017 01:09 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 > > Signed-off-by: Ashish Kumar > Signed-off-by: Prabhakar Kushwaha

[U-Boot] [PATCH] driver: net: ldpaa_eth: Add PHY-less SGMII support

2017-11-06 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 --- drivers/net/ldpaa_eth/ldpaa_eth.c | 9 +++-- 1