Re: [U-Boot] [PATCH] fsl/pcie: Change 'no link' to 'undetermined' for pcie endpoint

2014-06-20 Thread Roy Zang
On 06/12/2014 10:22 PM, Prabhakar Kushwaha wrote: Hi Roy, On 6/13/2014 1:19 AM, Roy Zang wrote: Even u-boot boots up, the pcie link may not setup correctly when Freescale SOC acts as endpoint. So change the link status from 'no link' to 'undetermined' to reduce the confusion. The link status c

Re: [U-Boot] [PATCH] fsl/pcie: Change 'no link' to 'undetermined' for pcie endpoint

2014-06-20 Thread Roy Zang
On 06/12/2014 03:56 PM, Wolfgang Denk wrote: Dear Roy Zang, In message <1402602563-26705-1-git-send-email-tie-fei.z...@freescale.com> you wrote: Even u-boot boots up, the pcie link may not setup correctly when Freescale SOC acts as endpoint. So change the link status from 'no link' to 'undeter

Re: [U-Boot] [PATCH] fsl/pcie: Change 'no link' to 'undetermined' for pcie endpoint

2014-06-12 Thread Prabhakar Kushwaha
Hi Roy, On 6/13/2014 1:19 AM, Roy Zang wrote: Even u-boot boots up, the pcie link may not setup correctly when Freescale SOC acts as endpoint. So change the link status from 'no link' to 'undetermined' to reduce the confusion. The link status can check from host side eventually. Signed-off-by:

Re: [U-Boot] [PATCH] fsl/pcie: Change 'no link' to 'undetermined' for pcie endpoint

2014-06-12 Thread Wolfgang Denk
Dear Roy Zang, In message <1402602563-26705-1-git-send-email-tie-fei.z...@freescale.com> you wrote: > Even u-boot boots up, the pcie link may not setup correctly when > Freescale SOC acts as endpoint. > So change the link status from 'no link' to 'undetermined' to > reduce the confusion. > The li

[U-Boot] [PATCH] fsl/pcie: Change 'no link' to 'undetermined' for pcie endpoint

2014-06-12 Thread Roy Zang
Even u-boot boots up, the pcie link may not setup correctly when Freescale SOC acts as endpoint. So change the link status from 'no link' to 'undetermined' to reduce the confusion. The link status can check from host side eventually. Signed-off-by: Roy Zang --- drivers/pci/fsl_pci_init.c | 10