Re: [U-Boot] [PATCH] pci: imx: display message if no pcie link

2015-05-28 Thread Stefano Babic
On 09/05/2015 00:17, Tim Harvey wrote: > If CONFIG_PCI_SCAN_SHOW enabled then lets print a message of no link was > detected. > > Signed-off-by: Tim Harvey > --- > drivers/pci/pcie_imx.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/pci/pcie_imx.c b/drivers

Re: [U-Boot] [PATCH] pci: imx: display message if no pcie link

2015-05-27 Thread Stefano Babic
Hi Tim, On 27/05/2015 15:21, Tim Harvey wrote: > On Fri, May 8, 2015 at 3:17 PM, Tim Harvey wrote: >> If CONFIG_PCI_SCAN_SHOW enabled then lets print a message of no link was >> detected. >> >> Signed-off-by: Tim Harvey >> --- >> drivers/pci/pcie_imx.c | 4 +++- >> 1 file changed, 3 insertions(

Re: [U-Boot] [PATCH] pci: imx: display message if no pcie link

2015-05-27 Thread Tim Harvey
On Fri, May 8, 2015 at 3:17 PM, Tim Harvey wrote: > If CONFIG_PCI_SCAN_SHOW enabled then lets print a message of no link was > detected. > > Signed-off-by: Tim Harvey > --- > drivers/pci/pcie_imx.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/pci/pcie_imx.c

[U-Boot] [PATCH] pci: imx: display message if no pcie link

2015-05-08 Thread Tim Harvey
If CONFIG_PCI_SCAN_SHOW enabled then lets print a message of no link was detected. Signed-off-by: Tim Harvey --- drivers/pci/pcie_imx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/pci/pcie_imx.c b/drivers/pci/pcie_imx.c index fd7e4d4..ca485ba 100644 --- a/drive