Re: [PATCH 0/3] deprecate usage of pci_scan_bus_parented()

2013-06-21 Thread Konrad Rzeszutek Wilk
On Fri, Jun 21, 2013 at 01:01:02AM +0800, Jiang Liu wrote: > From: Jiang Liu > > This patch tries to deprecate usage of pci_scan_bus_parented(). > It applies to > https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next They look OK to me, but let me double-test them in case some las

[PATCH 0/3] deprecate usage of pci_scan_bus_parented()

2013-06-20 Thread Jiang Liu
From: Jiang Liu This patch tries to deprecate usage of pci_scan_bus_parented(). It applies to https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next Jiang Liu (3): PCI: export three functions to support modular host bridge driver PCI, xen-pcifront: use new PCI interfaces to sim