Re: [U-Boot] [PATCH] armv8: layerscape platform pcie link up state judgment strongly

2017-08-15 Thread Xiaowei Bao
Hi York, I have add the inline comment in the new patch and have sent to you, please review it. Thanks -Original Message- From: Xiaowei Bao Sent: Friday, August 11, 2017 9:39 AM To: York Sun ; u-boot@lists.denx.de; Priyanka Jain ; Z.q. Hou

Re: [U-Boot] [PATCH] armv8: layerscape platform pcie link up state judgment strongly

2017-08-10 Thread Xiaowei Bao
Hi York, I will add the inline comment in the patch, send it to you later. thanks -Original Message- From: York Sun Sent: Wednesday, August 09, 2017 12:14 AM To: Xiaowei Bao ; u-boot@lists.denx.de; Priyanka Jain ; Z.q. Hou

Re: [U-Boot] [PATCH] armv8: layerscape platform pcie link up state judgment strongly

2017-08-08 Thread York Sun
On 08/07/2017 11:56 PM, Xiaowei Bao wrote: > Hi York, > > I will pay attention to the case of the case in commit message. > > This patch is for some special reset times for longer pcie devices, in this > case, the pcie device may on polling compliance state, the RC considers the > pcie device

Re: [U-Boot] [PATCH] armv8: layerscape platform pcie link up state judgment strongly

2017-08-08 Thread Xiaowei Bao
Hi York, I will pay attention to the case of the case in commit message. This patch is for some special reset times for longer pcie devices, in this case, the pcie device may on polling compliance state, the RC considers the pcie device is link up, but the pcie device is not link up, only the

Re: [U-Boot] [PATCH] armv8: layerscape platform pcie link up state judgment strongly

2017-08-07 Thread York Sun
On 08/02/2017 07:58 PM, Bao Xiaowei wrote: > modifiy the ls_pcie_link_up function, add the following three judging > mechanisms: > > detect state: return link down status; > L0 state: return link up status; > other state: delay about 100ms retrieve Status Returns the corresponding link > status;

[U-Boot] [PATCH] armv8: layerscape platform pcie link up state judgment strongly

2017-08-02 Thread Bao Xiaowei
modifiy the ls_pcie_link_up function, add the following three judging mechanisms: detect state: return link down status; L0 state: return link up status; other state: delay about 100ms retrieve Status Returns the corresponding link status; Signed-off-by: Bao Xiaowei ---