Re: [PATCH v12 08/12] PCI: OF: Introduce helper function for retrieving PCI domain numbers

2014-09-27 Thread Bjorn Helgaas
[+cc Yinghai] On Fri, Sep 26, 2014 at 4:47 PM, Liviu Dudau wrote: > On Fri, Sep 26, 2014 at 10:53:26PM +0100, Rob Herring wrote: >> I thought Bjorn already applied the series. Who's agreement are you >> waiting for specifically. > > Looks like he only applied about 60% of the series. I applied

Re: [PATCH v12 08/12] PCI: OF: Introduce helper function for retrieving PCI domain numbers

2014-09-27 Thread Bjorn Helgaas
[+cc Yinghai] On Fri, Sep 26, 2014 at 4:47 PM, Liviu Dudau liviu.du...@arm.com wrote: On Fri, Sep 26, 2014 at 10:53:26PM +0100, Rob Herring wrote: I thought Bjorn already applied the series. Who's agreement are you waiting for specifically. Looks like he only applied about 60% of the

Re: [PATCH v12 08/12] PCI: OF: Introduce helper function for retrieving PCI domain numbers

2014-09-26 Thread Liviu Dudau
On Fri, Sep 26, 2014 at 10:53:26PM +0100, Rob Herring wrote: > On Fri, Sep 26, 2014 at 4:20 PM, wrote: > > On Fri, Sep 26, 2014 at 01:20:39PM -0500, Rob Herring wrote: > >> On Tue, Sep 23, 2014 at 2:01 PM, Liviu Dudau wrote: > >> > Add pci_get_new_domain_nr() to allocate a new domain number >

Re: [PATCH v12 08/12] PCI: OF: Introduce helper function for retrieving PCI domain numbers

2014-09-26 Thread Rob Herring
On Fri, Sep 26, 2014 at 4:20 PM, wrote: > On Fri, Sep 26, 2014 at 01:20:39PM -0500, Rob Herring wrote: >> On Tue, Sep 23, 2014 at 2:01 PM, Liviu Dudau wrote: >> > Add pci_get_new_domain_nr() to allocate a new domain number >> > and of_get_pci_domain_nr() to retrieve the PCI domain number >> >

Re: [PATCH v12 08/12] PCI: OF: Introduce helper function for retrieving PCI domain numbers

2014-09-26 Thread liviu
On Fri, Sep 26, 2014 at 01:20:39PM -0500, Rob Herring wrote: > On Tue, Sep 23, 2014 at 2:01 PM, Liviu Dudau wrote: > > Add pci_get_new_domain_nr() to allocate a new domain number > > and of_get_pci_domain_nr() to retrieve the PCI domain number > > of a given device from DT. Host bridge drivers or

Re: [PATCH v12 08/12] PCI: OF: Introduce helper function for retrieving PCI domain numbers

2014-09-26 Thread Rob Herring
On Tue, Sep 23, 2014 at 2:01 PM, Liviu Dudau wrote: > Add pci_get_new_domain_nr() to allocate a new domain number > and of_get_pci_domain_nr() to retrieve the PCI domain number > of a given device from DT. Host bridge drivers or architecture > specific code can choose to implement their PCI

Re: [PATCH v12 08/12] PCI: OF: Introduce helper function for retrieving PCI domain numbers

2014-09-26 Thread Rob Herring
On Tue, Sep 23, 2014 at 2:01 PM, Liviu Dudau liviu.du...@arm.com wrote: Add pci_get_new_domain_nr() to allocate a new domain number and of_get_pci_domain_nr() to retrieve the PCI domain number of a given device from DT. Host bridge drivers or architecture specific code can choose to implement

Re: [PATCH v12 08/12] PCI: OF: Introduce helper function for retrieving PCI domain numbers

2014-09-26 Thread liviu
On Fri, Sep 26, 2014 at 01:20:39PM -0500, Rob Herring wrote: On Tue, Sep 23, 2014 at 2:01 PM, Liviu Dudau liviu.du...@arm.com wrote: Add pci_get_new_domain_nr() to allocate a new domain number and of_get_pci_domain_nr() to retrieve the PCI domain number of a given device from DT. Host

Re: [PATCH v12 08/12] PCI: OF: Introduce helper function for retrieving PCI domain numbers

2014-09-26 Thread Rob Herring
On Fri, Sep 26, 2014 at 4:20 PM, li...@dudau.co.uk wrote: On Fri, Sep 26, 2014 at 01:20:39PM -0500, Rob Herring wrote: On Tue, Sep 23, 2014 at 2:01 PM, Liviu Dudau liviu.du...@arm.com wrote: Add pci_get_new_domain_nr() to allocate a new domain number and of_get_pci_domain_nr() to retrieve

Re: [PATCH v12 08/12] PCI: OF: Introduce helper function for retrieving PCI domain numbers

2014-09-26 Thread Liviu Dudau
On Fri, Sep 26, 2014 at 10:53:26PM +0100, Rob Herring wrote: On Fri, Sep 26, 2014 at 4:20 PM, li...@dudau.co.uk wrote: On Fri, Sep 26, 2014 at 01:20:39PM -0500, Rob Herring wrote: On Tue, Sep 23, 2014 at 2:01 PM, Liviu Dudau liviu.du...@arm.com wrote: Add pci_get_new_domain_nr() to

[PATCH v12 08/12] PCI: OF: Introduce helper function for retrieving PCI domain numbers

2014-09-23 Thread Liviu Dudau
Add pci_get_new_domain_nr() to allocate a new domain number and of_get_pci_domain_nr() to retrieve the PCI domain number of a given device from DT. Host bridge drivers or architecture specific code can choose to implement their PCI domain number policy using these two functions. Using

[PATCH v12 08/12] PCI: OF: Introduce helper function for retrieving PCI domain numbers

2014-09-23 Thread Liviu Dudau
Add pci_get_new_domain_nr() to allocate a new domain number and of_get_pci_domain_nr() to retrieve the PCI domain number of a given device from DT. Host bridge drivers or architecture specific code can choose to implement their PCI domain number policy using these two functions. Using