Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state judgement more specific

2018-02-27 Thread York Sun
On 11/29/2017 10:48 AM, York Sun wrote: > On 11/08/2017 10:45 PM, Xiaowei Bao wrote: >> >> Hi York, >> >> For the general pcie devices, it will not bring delay, because the RC access >> these >> devices can get the link up state correctly, usually, if the slot have the >> device, >> return the

Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state judgement more specific

2017-11-29 Thread York Sun
On 11/08/2017 10:45 PM, Xiaowei Bao wrote: > > Hi York, > > For the general pcie devices, it will not bring delay, because the RC access > these > devices can get the link up state correctly, usually, if the slot have the > device, > return the L0 state, if the slot have not device, return

Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state judgement more specific

2017-11-08 Thread Xiaowei Bao
elesis.co.nz; u-boot@lists.denx.de; Z.q. Hou > <zhiqiang@nxp.com>; hamish.mar...@alliedtelesis.co.nz; M.h. Lian > <minghuan.l...@nxp.com> > Subject: Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state > judgement more specific > > On 11/08/2017 01:30 PM, Jo

Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state judgement more specific

2017-11-08 Thread York Sun
ngkai...@nxp.com>; >>> tony.obr...@alliedtelesis.co.nz; u-boot@lists.denx.de; Z.q. Hou >>> <zhiqiang@nxp.com>; York Sun <york@nxp.com>; Xiaowei Bao >>> <xiaowei....@nxp.com>; hamish.mar...@alliedtelesis.co.nz; M.h. Lian >>> <mi

Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state judgement more specific

2017-11-08 Thread Joakim Tjernlund
enx.de; Z.q. Hou > > <zhiqiang@nxp.com>; York Sun <york@nxp.com>; Xiaowei Bao > > <xiaowei@nxp.com>; hamish.mar...@alliedtelesis.co.nz; M.h. Lian > > <minghuan.l...@nxp.com> > > Subject: Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link sta

Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state judgement more specific

2017-11-08 Thread York Sun
-boot@lists.denx.de; Z.q. Hou > <zhiqiang@nxp.com>; York Sun <york@nxp.com>; Xiaowei Bao > <xiaowei@nxp.com>; hamish.mar...@alliedtelesis.co.nz; M.h. Lian > <minghuan.l...@nxp.com> > Subject: Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state

Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state judgement more specific

2017-10-22 Thread Xiaowei Bao
ork@nxp.com>; Xiaowei Bao <xiaowei@nxp.com>; hamish.mar...@alliedtelesis.co.nz; M.h. Lian <minghuan.l...@nxp.com> Subject: Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state judgement more specific On Fri, 2017-10-20 at 18:16 +0800, Bao Xiaowei wrote: > CA

Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state judgement more specific

2017-10-20 Thread Joakim Tjernlund
On Fri, 2017-10-20 at 18:16 +0800, Bao Xiaowei wrote: > CAUTION: This email originated from outside of the organization. Do not click > links or open attachments unless you recognize the sender and know the > content is safe. > > > For some special reset times for longer pcie devices, the pcie

[U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state judgement more specific

2017-10-20 Thread Bao Xiaowei
For some special reset times for longer pcie devices, 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 L0 state is link up state. Signed-off-by: Bao Xiaowei ---