Re: [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

2014-09-25 Thread Will Deacon
On Thu, Sep 25, 2014 at 09:54:32AM +0100, Liviu Dudau wrote: > 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: > > > Thanks again and sorry for lack of thorough testing. I still haven't > > > managed > > > to get a

Re: [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

2014-09-25 Thread Liviu Dudau
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

Re: [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

2014-09-25 Thread Liviu Dudau
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

Re: [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

2014-09-25 Thread Will Deacon
On Thu, Sep 25, 2014 at 09:54:32AM +0100, Liviu Dudau wrote: 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: Thanks again and sorry for lack of thorough testing. I still haven't managed to get a cross compiler

Re: [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

2014-09-24 Thread Will Deacon
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

Re: [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

2014-09-24 Thread Liviu Dudau
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

Re: [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

2014-09-24 Thread Bjorn Helgaas
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:

Re: [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

2014-09-24 Thread Liviu Dudau
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]

Re: [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

2014-09-24 Thread Liviu Dudau
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 bhelg...@google.com Cc: Arnd Bergmann a...@arndb.de Cc: Grant Likely grant.lik...@linaro.org Cc: Rob Herring robh...@kernel.org Cc: Catalin

Re: [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

2014-09-24 Thread Bjorn Helgaas
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 bhelg...@google.com Cc: Arnd Bergmann a...@arndb.de Cc: Grant Likely

Re: [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

2014-09-24 Thread Liviu Dudau
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

Re: [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

2014-09-24 Thread Will Deacon
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

[PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

2014-09-23 Thread Liviu Dudau
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]

[PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

2014-09-23 Thread Liviu Dudau
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 bhelg...@google.com Cc: Arnd Bergmann a...@arndb.de Cc: Grant Likely grant.lik...@linaro.org Cc: Rob Herring robh...@kernel.org Cc: Catalin