Re: [PATCH v10 2/4] PCI: designware: Add generic dw_pcie_wait_for_link()

2016-02-29 Thread Joao Pinto
Hi Bjorn! On 2/27/2016 12:06 AM, Bjorn Helgaas wrote: > On Fri, Feb 26, 2016 at 10:42:55AM +0800, Joao Pinto wrote: >> Hi! This patch seems OK also. >> I did not received the 3/4 and 4/4 patches. > > Huh. I do see them in the list archives: > > http://marc.info/?l=linux-pci&m=145642190422528

Re: [PATCH v10 2/4] PCI: designware: Add generic dw_pcie_wait_for_link()

2016-02-26 Thread Bjorn Helgaas
On Fri, Feb 26, 2016 at 10:42:55AM +0800, Joao Pinto wrote: > Hi! This patch seems OK also. > I did not received the 3/4 and 4/4 patches. Huh. I do see them in the list archives: http://marc.info/?l=linux-pci&m=145642190422528&w=2 http://marc.info/?l=linux-pci&m=145642190522529&w=2 > On 2/2

Re: [PATCH v10 2/4] PCI: designware: Add generic dw_pcie_wait_for_link()

2016-02-25 Thread Joao Pinto
Hi! This patch seems OK also. I did not received the 3/4 and 4/4 patches. Thanks. On 2/26/2016 1:37 AM, Bjorn Helgaas wrote: > From: Joao Pinto > > Several DesignWare-based drivers (dra7xx, exynos, imx6 and spear13xx) had > similar loops waiting for the link to come up. > > FIXME Doesn't updat