From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liviu Dudau Subject: Re: [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT Date: Thu, 25 Sep 2014 09:54:32 +0100 Message-ID: <20140925085432.GL1994@e106497-lin.cambridge.arm.com> References: <1411498874-9864-1-git-send-email-Liviu.Dudau@arm.com> <1411498874-9864-10-git-send-email-Liviu.Dudau@arm.com> <20140924164304.GF1994@e106497-lin.cambridge.arm.com> <20140924173109.GA20416@google.com> <20140924175330.GI1994@e106497-lin.cambridge.arm.com> <20140924180119.GN16244@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <20140924180119.GN16244@arm.com> Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: Will Deacon Cc: Bjorn Helgaas , Arnd Bergmann , Rob Herring , Jason Gunthorpe , Benjamin Herrenschmidt , Catalin Marinas , Russell King , linux-pci , Linus Walleij , Tanmay Inamdar , Grant Likely , Sinan Kaya , Jingoo Han , Kukjin Kim , Suravee Suthikulanit , linux-arch , LKML , Device Tree ML , LAKML , "grant.likely@linaro.org" , Robert Richter List-Id: linux-arch.vger.kernel.org On Wed, Sep 24, 2014 at 07:01:19PM +0100, Will Deacon wrote: > On Wed, Sep 24, 2014 at 06:53:31PM +0100, Liviu Dudau wrote: > > On Wed, Sep 24, 2014 at 06:31:09PM +0100, Bjorn Helgaas wrote: > > > On Wed, Sep 24, 2014 at 05:43:04PM +0100, Liviu Dudau wrote: > > > > Provide a function to parse the PCI DT ranges that can be used = to > > > > create a pci_host_bridge structure together with its associated > > > > bus. > > > >=20 > > > > Cc: Bjorn Helgaas > > > > Cc: Arnd Bergmann > > > > Cc: Grant Likely > > > > Cc: Rob Herring > > > > Cc: Catalin Marinas > > > > Signed-off-by: Liviu Dudau > > > > [make io_base parameter optional] > > > > Signed-off-by: Robert Richter > > > > --- > > > > Hi Bjorn, > > > >=20 > > > > I have fixed the compilation error that this patch was triggeri= ng. I > > > > have validated that the patch applies to your pci/host-generic = branch > > > > as well as to my series. > > >=20 > > > I applied this to pci/host-generic along with the following patch= es and > > > pushed the branch, thanks! > >=20 > > Thanks again and sorry for lack of thorough testing. I still haven'= t managed > > to get a cross compiler for sparc and as I don't run Ubuntu or debi= an the > > make.cross script doesn't work for me. >=20 > https://www.kernel.org/pub/tools/crosstool/ >=20 > No libc, but good enough for building the kernel. I've asked for an a= arch64 > compiler there for a while, but it didn't materialise for some reason= =2E I'm familiar with crosstool and busybox uses a variant of crosstool-ng,= but it currently fails with "configure: error: cannot compute suffix of obj= ect files: cannot compile" on the stage2 of the compilation. Best regards, Liviu >=20 > Will > -- > 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 >=20 --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- =C2=AF\_(=E3=83=84)_/=C2=AF From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from service87.mimecast.com ([91.220.42.44]:59731 "EHLO service87.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753007AbaIYIyj convert rfc822-to-8bit (ORCPT ); Thu, 25 Sep 2014 04:54:39 -0400 Date: Thu, 25 Sep 2014 09:54:32 +0100 From: Liviu Dudau Subject: Re: [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT Message-ID: <20140925085432.GL1994@e106497-lin.cambridge.arm.com> References: <1411498874-9864-1-git-send-email-Liviu.Dudau@arm.com> <1411498874-9864-10-git-send-email-Liviu.Dudau@arm.com> <20140924164304.GF1994@e106497-lin.cambridge.arm.com> <20140924173109.GA20416@google.com> <20140924175330.GI1994@e106497-lin.cambridge.arm.com> <20140924180119.GN16244@arm.com> MIME-Version: 1.0 In-Reply-To: <20140924180119.GN16244@arm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-arch-owner@vger.kernel.org List-ID: To: Will Deacon Cc: Bjorn Helgaas , Arnd Bergmann , Rob Herring , Jason Gunthorpe , Benjamin Herrenschmidt , Catalin Marinas , Russell King , linux-pci , Linus Walleij , Tanmay Inamdar , Grant Likely , Sinan Kaya , Jingoo Han , Kukjin Kim , Suravee Suthikulanit , linux-arch , LKML , Device Tree ML , LAKML , "grant.likely@linaro.org" , Robert Richter Message-ID: <20140925085432.8Hd7YB1fJZyn0nCHrwqnnLOS_1gC4MqZ5p5i9TfLf6U@z> On Wed, Sep 24, 2014 at 07:01:19PM +0100, Will Deacon wrote: > On Wed, Sep 24, 2014 at 06:53:31PM +0100, Liviu Dudau wrote: > > On Wed, Sep 24, 2014 at 06:31:09PM +0100, Bjorn Helgaas wrote: > > > On Wed, Sep 24, 2014 at 05:43:04PM +0100, Liviu Dudau wrote: > > > > Provide a function to parse the PCI DT ranges that can be used to > > > > create a pci_host_bridge structure together with its associated > > > > bus. > > > > > > > > Cc: Bjorn Helgaas > > > > Cc: Arnd Bergmann > > > > Cc: Grant Likely > > > > Cc: Rob Herring > > > > Cc: Catalin Marinas > > > > Signed-off-by: Liviu Dudau > > > > [make io_base parameter optional] > > > > Signed-off-by: Robert Richter > > > > --- > > > > Hi Bjorn, > > > > > > > > I have fixed the compilation error that this patch was triggering. I > > > > have validated that the patch applies to your pci/host-generic branch > > > > as well as to my series. > > > > > > I applied this to pci/host-generic along with the following patches and > > > pushed the branch, thanks! > > > > Thanks again and sorry for lack of thorough testing. I still haven't managed > > to get a cross compiler for sparc and as I don't run Ubuntu or debian the > > make.cross script doesn't work for me. > > https://www.kernel.org/pub/tools/crosstool/ > > No libc, but good enough for building the kernel. I've asked for an aarch64 > compiler there for a while, but it didn't materialise for some reason. I'm familiar with crosstool and busybox uses a variant of crosstool-ng, but it currently fails with "configure: error: cannot compute suffix of object files: cannot compile" on the stage2 of the compilation. Best regards, Liviu > > Will > -- > 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 > -- ==================== | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- ¯\_(ツ)_/¯