Re: [PATCH v5 0/7] [RFC] Support for creating generic host_bridge from device tree

2014-03-05 Thread Tanmay Inamdar
On Wed, Mar 5, 2014 at 12:18 AM, Liviu Dudau wrote: > On Wed, Mar 05, 2014 at 01:53:55AM +, Tanmay Inamdar wrote: >> Hello, >> >> Thanks for the patch set. >> >> On Tue, Mar 4, 2014 at 7:49 AM, Liviu Dudau wrote: >> > This is v5 of my attempt to add support for a generic pci_host_bridge >> >

Re: [PATCH v5 0/7] [RFC] Support for creating generic host_bridge from device tree

2014-03-05 Thread Tanmay Inamdar
On Wed, Mar 5, 2014 at 3:40 AM, Liviu Dudau wrote: > On Wed, Mar 05, 2014 at 01:53:55AM +, Tanmay Inamdar wrote: >> Hello, >> >> Thanks for the patch set. >> >> On Tue, Mar 4, 2014 at 7:49 AM, Liviu Dudau wrote: >> > This is v5 of my attempt to add support for a generic pci_host_bridge >> >

Re: [PATCH v5 0/7] [RFC] Support for creating generic host_bridge from device tree

2014-03-05 Thread Liviu Dudau
On Wed, Mar 05, 2014 at 01:53:55AM +, Tanmay Inamdar wrote: > Hello, > > Thanks for the patch set. > > On Tue, Mar 4, 2014 at 7:49 AM, Liviu Dudau wrote: > > This is v5 of my attempt to add support for a generic pci_host_bridge > > controller created > > from a description passed in the dev

Re: [PATCH v5 0/7] [RFC] Support for creating generic host_bridge from device tree

2014-03-05 Thread Liviu Dudau
On Wed, Mar 05, 2014 at 01:53:55AM +, Tanmay Inamdar wrote: > Hello, > > Thanks for the patch set. > > On Tue, Mar 4, 2014 at 7:49 AM, Liviu Dudau wrote: > > This is v5 of my attempt to add support for a generic pci_host_bridge > > controller created > > from a description passed in the dev

Re: [PATCH v5 0/7] [RFC] Support for creating generic host_bridge from device tree

2014-03-04 Thread Tanmay Inamdar
Hello, Thanks for the patch set. On Tue, Mar 4, 2014 at 7:49 AM, Liviu Dudau wrote: > This is v5 of my attempt to add support for a generic pci_host_bridge > controller created > from a description passed in the device tree. > > Changes from v4: > - Export pci_find_host_bridge() to be used by

[PATCH v5 0/7] [RFC] Support for creating generic host_bridge from device tree

2014-03-04 Thread Liviu Dudau
This is v5 of my attempt to add support for a generic pci_host_bridge controller created from a description passed in the device tree. Changes from v4: - Export pci_find_host_bridge() to be used by arch code. There is scope for making the arch/arm64 version of pci_domain_nr the default weak