Re: [PATCH v11 07/10] OF: Introduce helper function for getting PCI domain_nr

2014-09-22 Thread Liviu Dudau
On Mon, Sep 22, 2014 at 04:25:13PM +0100, Bjorn Helgaas wrote: > On Mon, Sep 22, 2014 at 5:05 AM, Liviu Dudau wrote: > > On Fri, Sep 19, 2014 at 10:03:13PM +0100, Bjorn Helgaas wrote: > >> On Thu, Sep 18, 2014 at 02:30:22AM +0100, Liviu Dudau wrote: > >> > Add of_pci_get_domain_nr() to retrieve th

Re: [PATCH v11 07/10] OF: Introduce helper function for getting PCI domain_nr

2014-09-22 Thread Bjorn Helgaas
On Mon, Sep 22, 2014 at 5:05 AM, Liviu Dudau wrote: > On Fri, Sep 19, 2014 at 10:03:13PM +0100, Bjorn Helgaas wrote: >> On Thu, Sep 18, 2014 at 02:30:22AM +0100, Liviu Dudau wrote: >> > Add of_pci_get_domain_nr() to retrieve the PCI domain number >> > of a given device from DT. If the information

Re: [PATCH v11 07/10] OF: Introduce helper function for getting PCI domain_nr

2014-09-22 Thread Liviu Dudau
On Sat, Sep 20, 2014 at 03:24:20AM +0100, Arnd Bergmann wrote: > On Thursday 18 September 2014, Liviu Dudau wrote: > > > > Add of_pci_get_domain_nr() to retrieve the PCI domain number > > of a given device from DT. If the information is not present, > > the function can be requested to allocate a

Re: [PATCH v11 07/10] OF: Introduce helper function for getting PCI domain_nr

2014-09-22 Thread Liviu Dudau
On Fri, Sep 19, 2014 at 10:03:13PM +0100, Bjorn Helgaas wrote: > On Thu, Sep 18, 2014 at 02:30:22AM +0100, Liviu Dudau wrote: > > Add of_pci_get_domain_nr() to retrieve the PCI domain number > > of a given device from DT. If the information is not present, > > the function can be requested to alloc

Re: [PATCH v11 07/10] OF: Introduce helper function for getting PCI domain_nr

2014-09-20 Thread Rob Herring
On 09/17/2014 08:30 PM, Liviu Dudau wrote: > Add of_pci_get_domain_nr() to retrieve the PCI domain number > of a given device from DT. If the information is not present, > the function can be requested to allocate a new domain number. > > Cc: Bjorn Helgaas > Cc: Arnd Bergmann > Cc: Grant Likely

Re: [PATCH v11 07/10] OF: Introduce helper function for getting PCI domain_nr

2014-09-19 Thread Arnd Bergmann
On Thursday 18 September 2014, Liviu Dudau wrote: > > Add of_pci_get_domain_nr() to retrieve the PCI domain number > of a given device from DT. If the information is not present, > the function can be requested to allocate a new domain number. > > Cc: Bjorn Helgaas > Cc: Arnd Bergmann > Cc: Gra

Re: [PATCH v11 07/10] OF: Introduce helper function for getting PCI domain_nr

2014-09-19 Thread Bjorn Helgaas
On Thu, Sep 18, 2014 at 02:30:22AM +0100, Liviu Dudau wrote: > Add of_pci_get_domain_nr() to retrieve the PCI domain number > of a given device from DT. If the information is not present, > the function can be requested to allocate a new domain number. Is of_pci_get_domain_nr() used somewhere? If

[PATCH v11 07/10] OF: Introduce helper function for getting PCI domain_nr

2014-09-17 Thread Liviu Dudau
Add of_pci_get_domain_nr() to retrieve the PCI domain number of a given device from DT. If the information is not present, the function can be requested to allocate a new domain number. Cc: Bjorn Helgaas Cc: Arnd Bergmann Cc: Grant Likely Cc: Rob Herring Reviewed-by: Catalin Marinas Signed-of