Re: [PATCH v6 00/30] Refine PCI scan interfaces and make generic pci host bridge

2015-03-17 Thread Liviu Dudau
On Mon, Mar 16, 2015 at 09:48:14AM +0800, Yijing Wang wrote: > On 2015/3/13 19:31, Liviu Dudau wrote: > > On Thu, Mar 12, 2015 at 04:23:06PM -0500, Bjorn Helgaas wrote: > >> On Mon, Mar 09, 2015 at 10:33:57AM +0800, Yijing Wang wrote: > >>> ... > >>> Yijing Wang (29): > >>> PCI: Rip out pci_bus_a

Re: [PATCH v6 00/30] Refine PCI scan interfaces and make generic pci host bridge

2015-03-15 Thread Yijing Wang
On 2015/3/13 19:31, Liviu Dudau wrote: > On Thu, Mar 12, 2015 at 04:23:06PM -0500, Bjorn Helgaas wrote: >> On Mon, Mar 09, 2015 at 10:33:57AM +0800, Yijing Wang wrote: >>> ... >>> Yijing Wang (29): >>> PCI: Rip out pci_bus_add_devices() from pci_scan_bus() >>> PCI: Rip out pci_bus_add_devices()

Re: [PATCH v6 00/30] Refine PCI scan interfaces and make generic pci host bridge

2015-03-15 Thread Yijing Wang
On 2015/3/13 22:48, Bjorn Helgaas wrote: > On Fri, Mar 13, 2015 at 6:31 AM, Liviu Dudau wrote: >> On Thu, Mar 12, 2015 at 04:23:06PM -0500, Bjorn Helgaas wrote: >>> On Mon, Mar 09, 2015 at 10:33:57AM +0800, Yijing Wang wrote: ... Yijing Wang (29): PCI: Rip out pci_bus_add_devices(

Re: [PATCH v6 00/30] Refine PCI scan interfaces and make generic pci host bridge

2015-03-13 Thread Bjorn Helgaas
On Fri, Mar 13, 2015 at 6:31 AM, Liviu Dudau wrote: > On Thu, Mar 12, 2015 at 04:23:06PM -0500, Bjorn Helgaas wrote: >> On Mon, Mar 09, 2015 at 10:33:57AM +0800, Yijing Wang wrote: >> > ... >> > Yijing Wang (29): >> > PCI: Rip out pci_bus_add_devices() from pci_scan_bus() >> > PCI: Rip out pci

Re: [PATCH v6 00/30] Refine PCI scan interfaces and make generic pci host bridge

2015-03-13 Thread Liviu Dudau
On Thu, Mar 12, 2015 at 04:23:06PM -0500, Bjorn Helgaas wrote: > On Mon, Mar 09, 2015 at 10:33:57AM +0800, Yijing Wang wrote: > > ... > > Yijing Wang (29): > > PCI: Rip out pci_bus_add_devices() from pci_scan_bus() > > PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus() > > sparc/PCI:

Re: [PATCH v6 00/30] Refine PCI scan interfaces and make generic pci host bridge

2015-03-12 Thread Yijing Wang
On 2015/3/13 5:23, Bjorn Helgaas wrote: > On Mon, Mar 09, 2015 at 10:33:57AM +0800, Yijing Wang wrote: >> ... >> Yijing Wang (29): >> PCI: Rip out pci_bus_add_devices() from pci_scan_bus() >> PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus() >> sparc/PCI: Claim bus resources before

Re: [PATCH v6 00/30] Refine PCI scan interfaces and make generic pci host bridge

2015-03-12 Thread Bjorn Helgaas
On Mon, Mar 09, 2015 at 10:33:57AM +0800, Yijing Wang wrote: > ... > Yijing Wang (29): > PCI: Rip out pci_bus_add_devices() from pci_scan_bus() > PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus() > sparc/PCI: Claim bus resources before pci_bus_add_devices() I put the above patches

[PATCH v6 00/30] Refine PCI scan interfaces and make generic pci host bridge

2015-03-08 Thread Yijing Wang
v5->v6: Fix cross building errors found by kbuild test. Export busn_resource to Xen pcifront driver. v4->v5: Fix some code style issues and rename some functions suggested by Bjorn. Fix some code flaw(Eg. call pci_bus_add_devices() before resources claim or l