Re: [PATCH v10 09/10] PCI: Assign unassigned bus resources in pci_scan_root_bus()

2014-09-12 Thread Liviu Dudau
On Fri, Sep 12, 2014 at 11:13:51AM +0100, Suravee Suthikulpanit wrote: > On 9/8/2014 8:54 AM, Liviu Dudau wrote: > > If the firmware has not assigned all the bus resources and > > we are not just probing the PCIe busses, it makes sense to > > assign the unassigned resources in pci_scan_root_bus().

Re: [PATCH v10 09/10] PCI: Assign unassigned bus resources in pci_scan_root_bus()

2014-09-12 Thread Suravee Suthikulpanit
On 9/8/2014 8:54 AM, Liviu Dudau wrote: If the firmware has not assigned all the bus resources and we are not just probing the PCIe busses, it makes sense to assign the unassigned resources in pci_scan_root_bus(). Cc: Bjorn Helgaas Cc: Arnd Bergmann Cc: Jason Gunthorpe Cc: Rob Herring

Re: [PATCH v10 09/10] PCI: Assign unassigned bus resources in pci_scan_root_bus()

2014-09-12 Thread Suravee Suthikulpanit
On 9/8/2014 8:54 AM, Liviu Dudau wrote: If the firmware has not assigned all the bus resources and we are not just probing the PCIe busses, it makes sense to assign the unassigned resources in pci_scan_root_bus(). Cc: Bjorn Helgaas bhelg...@google.com Cc: Arnd Bergmann a...@arndb.de Cc: Jason

Re: [PATCH v10 09/10] PCI: Assign unassigned bus resources in pci_scan_root_bus()

2014-09-12 Thread Liviu Dudau
On Fri, Sep 12, 2014 at 11:13:51AM +0100, Suravee Suthikulpanit wrote: On 9/8/2014 8:54 AM, Liviu Dudau wrote: If the firmware has not assigned all the bus resources and we are not just probing the PCIe busses, it makes sense to assign the unassigned resources in pci_scan_root_bus().

[PATCH v10 09/10] PCI: Assign unassigned bus resources in pci_scan_root_bus()

2014-09-08 Thread Liviu Dudau
If the firmware has not assigned all the bus resources and we are not just probing the PCIe busses, it makes sense to assign the unassigned resources in pci_scan_root_bus(). Cc: Bjorn Helgaas Cc: Arnd Bergmann Cc: Jason Gunthorpe Cc: Rob Herring Signed-off-by: Liviu Dudau ---

[PATCH v10 09/10] PCI: Assign unassigned bus resources in pci_scan_root_bus()

2014-09-08 Thread Liviu Dudau
If the firmware has not assigned all the bus resources and we are not just probing the PCIe busses, it makes sense to assign the unassigned resources in pci_scan_root_bus(). Cc: Bjorn Helgaas bhelg...@google.com Cc: Arnd Bergmann a...@arndb.de Cc: Jason Gunthorpe jguntho...@obsidianresearch.com