From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161501AbcA1RBJ (ORCPT ); Thu, 28 Jan 2016 12:01:09 -0500 Received: from smtprelay.synopsys.com ([198.182.47.9]:51537 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965660AbcA1RBA (ORCPT ); Thu, 28 Jan 2016 12:01:00 -0500 Subject: Re: [PATCH v6 1/2] PCI support added to ARC To: Bjorn Helgaas , Joao Pinto References: <24c9b782dfade515bbed20ce75d85200a00a2e66.1452611234.git.jpinto@synopsys.com> <56A8D441.8080608@synopsys.com> <20160127215956.GB4875@localhost> CC: Vineet Gupta , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-snps-arc@lists.infradead.org" , "CARLOS.PALMINHA@synopsys.com" , "Alexey.Brodkin@synopsys.com" , "robh+dt@kernel.org" , "pawel.moll@arm.com" , "mark.rutland@arm.com" , "ijc+devicetree@hellion.org.uk" , "galak@codeaurora.org" , "arnd@arndb.de" From: Joao Pinto Message-ID: <56AA4945.9060203@synopsys.com> Date: Thu, 28 Jan 2016 17:00:53 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160127215956.GB4875@localhost> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.13.184.19] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Bjorn, Thanks for the info. Joao On 1/27/2016 9:59 PM, Bjorn Helgaas wrote: > Hi Joao, > > On Wed, Jan 27, 2016 at 02:29:21PM +0000, Joao Pinto wrote: >> Hi Bjorn, >> Could you please tell me what are the perspectives of pulling this patch set to >> mainline? > > Sorry for the delay. I try to handle bug fixes before I look at > functionality, so sometimes things get backed up a little bit. But I > should be able to take a look later this week or early next week. > > Bjorn > >> On 1/14/2016 11:11 AM, Vineet Gupta wrote: >>> On Thursday 14 January 2016 04:34 PM, Joao Pinto wrote: >>>> This patch adds PCI support to ARC and updates drivers/pci Makefile >>>> enabling the ARC arch to use the generic PCI setup functions. >>>> >>>> Signed-off-by: Joao Pinto >>> >>> Acked-by: Vineet Gupta >>> >>> @Bjorn are you happy with the driver bits. >>> Although ARC support is independent of driver, and I can pick it up separately, >>> it would be better if you took it along with the driver. I don't see potential >>> for any conflicts. >>> >>> Thx, >>> -Vineet >> >> Thanks, >> Joao >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-pci" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay.synopsys.com ([198.182.47.9]:51537 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965660AbcA1RBA (ORCPT ); Thu, 28 Jan 2016 12:01:00 -0500 Subject: Re: [PATCH v6 1/2] PCI support added to ARC To: Bjorn Helgaas , Joao Pinto References: <24c9b782dfade515bbed20ce75d85200a00a2e66.1452611234.git.jpinto@synopsys.com> <56A8D441.8080608@synopsys.com> <20160127215956.GB4875@localhost> CC: Vineet Gupta , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-snps-arc@lists.infradead.org" , "CARLOS.PALMINHA@synopsys.com" , "Alexey.Brodkin@synopsys.com" , "robh+dt@kernel.org" , "pawel.moll@arm.com" , "mark.rutland@arm.com" , "ijc+devicetree@hellion.org.uk" , "galak@codeaurora.org" , "arnd@arndb.de" From: Joao Pinto Message-ID: <56AA4945.9060203@synopsys.com> Date: Thu, 28 Jan 2016 17:00:53 +0000 MIME-Version: 1.0 In-Reply-To: <20160127215956.GB4875@localhost> Content-Type: text/plain; charset="windows-1252" Sender: linux-pci-owner@vger.kernel.org List-ID: Hi Bjorn, Thanks for the info. Joao On 1/27/2016 9:59 PM, Bjorn Helgaas wrote: > Hi Joao, > > On Wed, Jan 27, 2016 at 02:29:21PM +0000, Joao Pinto wrote: >> Hi Bjorn, >> Could you please tell me what are the perspectives of pulling this patch set to >> mainline? > > Sorry for the delay. I try to handle bug fixes before I look at > functionality, so sometimes things get backed up a little bit. But I > should be able to take a look later this week or early next week. > > Bjorn > >> On 1/14/2016 11:11 AM, Vineet Gupta wrote: >>> On Thursday 14 January 2016 04:34 PM, Joao Pinto wrote: >>>> This patch adds PCI support to ARC and updates drivers/pci Makefile >>>> enabling the ARC arch to use the generic PCI setup functions. >>>> >>>> Signed-off-by: Joao Pinto >>> >>> Acked-by: Vineet Gupta >>> >>> @Bjorn are you happy with the driver bits. >>> Although ARC support is independent of driver, and I can pick it up separately, >>> it would be better if you took it along with the driver. I don't see potential >>> for any conflicts. >>> >>> Thx, >>> -Vineet >> >> Thanks, >> Joao >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-pci" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joao.Pinto@synopsys.com (Joao Pinto) Date: Thu, 28 Jan 2016 17:00:53 +0000 Subject: [PATCH v6 1/2] PCI support added to ARC In-Reply-To: <20160127215956.GB4875@localhost> References: <24c9b782dfade515bbed20ce75d85200a00a2e66.1452611234.git.jpinto@synopsys.com> <56A8D441.8080608@synopsys.com> <20160127215956.GB4875@localhost> List-ID: Message-ID: <56AA4945.9060203@synopsys.com> To: linux-snps-arc@lists.infradead.org Hi Bjorn, Thanks for the info. Joao On 1/27/2016 9:59 PM, Bjorn Helgaas wrote: > Hi Joao, > > On Wed, Jan 27, 2016@02:29:21PM +0000, Joao Pinto wrote: >> Hi Bjorn, >> Could you please tell me what are the perspectives of pulling this patch set to >> mainline? > > Sorry for the delay. I try to handle bug fixes before I look at > functionality, so sometimes things get backed up a little bit. But I > should be able to take a look later this week or early next week. > > Bjorn > >> On 1/14/2016 11:11 AM, Vineet Gupta wrote: >>> On Thursday 14 January 2016 04:34 PM, Joao Pinto wrote: >>>> This patch adds PCI support to ARC and updates drivers/pci Makefile >>>> enabling the ARC arch to use the generic PCI setup functions. >>>> >>>> Signed-off-by: Joao Pinto >>> >>> Acked-by: Vineet Gupta >>> >>> @Bjorn are you happy with the driver bits. >>> Although ARC support is independent of driver, and I can pick it up separately, >>> it would be better if you took it along with the driver. I don't see potential >>> for any conflicts. >>> >>> Thx, >>> -Vineet >> >> Thanks, >> Joao >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-pci" in >> the body of a message to majordomo at vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html