Re: [PATCH v5 3/7] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus.

2014-03-05 Thread Liviu Dudau
On Wed, Mar 05, 2014 at 04:41:35AM +, Jingoo Han wrote: > On Wednesday, March 05, 2014 12:48 PM, Yijing Wang wrote: > > On 2014/3/4 23:50, Liviu Dudau wrote: > > > Before commit 7b5436635800 the pci_host_bridge was created before the > > > root bus. > > > As that commit has added a needless

Re: [PATCH v5 3/7] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus.

2014-03-05 Thread Liviu Dudau
On Wed, Mar 05, 2014 at 04:41:35AM +, Jingoo Han wrote: On Wednesday, March 05, 2014 12:48 PM, Yijing Wang wrote: On 2014/3/4 23:50, Liviu Dudau wrote: Before commit 7b5436635800 the pci_host_bridge was created before the root bus. As that commit has added a needless dependency on

Re: [PATCH v5 3/7] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus.

2014-03-04 Thread Jingoo Han
On Wednesday, March 05, 2014 12:48 PM, Yijing Wang wrote: > On 2014/3/4 23:50, Liviu Dudau wrote: > > Before commit 7b5436635800 the pci_host_bridge was created before the root > > bus. > > As that commit has added a needless dependency on the bus for > > pci_alloc_host_bridge() > > the creation

Re: [PATCH v5 3/7] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus.

2014-03-04 Thread Yijing Wang
On 2014/3/4 23:50, Liviu Dudau wrote: > Before commit 7b5436635800 the pci_host_bridge was created before the root > bus. > As that commit has added a needless dependency on the bus for > pci_alloc_host_bridge() > the creation order has been changed for no good reason. Revert the order of >

[PATCH v5 3/7] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus.

2014-03-04 Thread Liviu Dudau
Before commit 7b5436635800 the pci_host_bridge was created before the root bus. As that commit has added a needless dependency on the bus for pci_alloc_host_bridge() the creation order has been changed for no good reason. Revert the order of creation as we are going to depend on the

[PATCH v5 3/7] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus.

2014-03-04 Thread Liviu Dudau
Before commit 7b5436635800 the pci_host_bridge was created before the root bus. As that commit has added a needless dependency on the bus for pci_alloc_host_bridge() the creation order has been changed for no good reason. Revert the order of creation as we are going to depend on the

Re: [PATCH v5 3/7] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus.

2014-03-04 Thread Yijing Wang
On 2014/3/4 23:50, Liviu Dudau wrote: Before commit 7b5436635800 the pci_host_bridge was created before the root bus. As that commit has added a needless dependency on the bus for pci_alloc_host_bridge() the creation order has been changed for no good reason. Revert the order of creation

Re: [PATCH v5 3/7] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus.

2014-03-04 Thread Jingoo Han
On Wednesday, March 05, 2014 12:48 PM, Yijing Wang wrote: On 2014/3/4 23:50, Liviu Dudau wrote: Before commit 7b5436635800 the pci_host_bridge was created before the root bus. As that commit has added a needless dependency on the bus for pci_alloc_host_bridge() the creation order has