From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v10 2/4] PCI: designware: Add generic dw_pcie_wait_for_link() To: Bjorn Helgaas , Joao Pinto References: <20160225172957.2103.8326.stgit@bhelgaas-glaptop2.roam.corp.google.com> <20160225173736.2103.59017.stgit@bhelgaas-glaptop2.roam.corp.google.com> <56CFBBAF.4060203@synopsys.com> <20160226160619.GA9512@localhost> CC: Bjorn Helgaas , , , , , , , , Pratyush Anand , , , , Murali Karicheri , , Jingoo Han , From: Joao Pinto Message-ID: <56D42D15.3080207@synopsys.com> Date: Mon, 29 Feb 2016 19:35:49 +0800 MIME-Version: 1.0 In-Reply-To: <20160226160619.GA9512@localhost> Content-Type: text/plain; charset="windows-1252" Sender: linux-kernel-owner@vger.kernel.org List-ID: 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&w=2 > http://marc.info/?l=linux-pci&m=145642190522529&w=2 I checked the patches and they seem ok! Thanks. > >> On 2/26/2016 1:37 AM, Bjorn Helgaas wrote: Joao