Re: [PATCH v5 31/42] powerpc/pci: Move pcibios_find_pci_bus() around

2015-06-08 Thread Gavin Shan
On Fri, Jun 05, 2015 at 02:47:30PM -0500, Bjorn Helgaas wrote: >"Move pcibios_find_pci_bus() from pSeries to generic powerpc code"? > >On Thu, Jun 04, 2015 at 04:42:00PM +1000, Gavin Shan wrote: >> The patch moves pcibios_find_pci_bus() to PPC kerenl directory so > >s/kerenl/kernel/ > Thanks. I'll

Re: [PATCH v5 31/42] powerpc/pci: Move pcibios_find_pci_bus() around

2015-06-05 Thread Bjorn Helgaas
"Move pcibios_find_pci_bus() from pSeries to generic powerpc code"? On Thu, Jun 04, 2015 at 04:42:00PM +1000, Gavin Shan wrote: > The patch moves pcibios_find_pci_bus() to PPC kerenl directory so s/kerenl/kernel/ > that it can be reused by hotplug code for pSeries and PowerNV > platform at the s

[PATCH v5 31/42] powerpc/pci: Move pcibios_find_pci_bus() around

2015-06-04 Thread Gavin Shan
The patch moves pcibios_find_pci_bus() to PPC kerenl directory so that it can be reused by hotplug code for pSeries and PowerNV platform at the same time. Signed-off-by: Gavin Shan Acked-by: Benjamin Herrenschmidt --- v5: * Derived from PATCH[v4 12/21] --- arch/powerpc/kernel/pci-hotplug.c