Re: [Patch v6 4/7] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core

2015-10-09 Thread Jiang Liu
On 2015/10/8 21:20, Bjorn Helgaas wrote: > On Thu, Oct 08, 2015 at 01:32:04PM +0800, Jiang Liu wrote: >> On 2015/10/7 1:47, Bjorn Helgaas wrote: +struct pci_bus *acpi_pci_root_create(struct acpi_pci_root *root, + struct acpi_pci_root_ops *ops, +

Re: [Patch v6 4/7] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core

2015-10-08 Thread Bjorn Helgaas
On Thu, Oct 08, 2015 at 01:32:04PM +0800, Jiang Liu wrote: > On 2015/10/7 1:47, Bjorn Helgaas wrote: > >> +struct pci_bus *acpi_pci_root_create(struct acpi_pci_root *root, > >> + struct acpi_pci_root_ops *ops, > >> + struct acpi_pci_root_i

Re: [Patch v6 4/7] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core

2015-10-07 Thread Jiang Liu
On 2015/10/7 1:47, Bjorn Helgaas wrote: > Hi Jiang, > > Strictly speaking, this patch by itself doesn't actually "consolidate" > anything because it only adds acpi_pci_root_create() (which isn't called by > anything yet), but doesn't remove the original x86 copy. > >> +struct pci_bus *acpi_pci_r

Re: [Patch v6 4/7] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core

2015-10-06 Thread Bjorn Helgaas
Hi Jiang, Strictly speaking, this patch by itself doesn't actually "consolidate" anything because it only adds acpi_pci_root_create() (which isn't called by anything yet), but doesn't remove the original x86 copy. On Mon, Sep 14, 2015 at 04:07:33PM +0800, Jiang Liu wrote: > Introduce common inter