Re: [PATCH v9 18/26] powerpc/pci: Rename pcibios_{add,remove}_pci_devices()

2016-05-04 Thread Alexey Kardashevskiy
On 05/03/2016 03:41 PM, Gavin Shan wrote: This renames pcibios_{add,remove}_pci_devices() to avoid conflicts with names of the weak functions in PCI subsystem, which have the prefix "pcibios". No logical changes introduced. Signed-off-by: Gavin Shan Reviewed-by:

Re: [PATCH v9 18/26] powerpc/pci: Rename pcibios_{add,remove}_pci_devices()

2016-05-03 Thread Gavin Shan
On Wed, May 04, 2016 at 02:10:47PM +1000, Alistair Popple wrote: >On Tue, 3 May 2016 15:41:37 Gavin Shan wrote: >> This renames pcibios_{add,remove}_pci_devices() to avoid conflicts >> with names of the weak functions in PCI subsystem, which have the >> prefix "pcibios". No logical changes

Re: [PATCH v9 18/26] powerpc/pci: Rename pcibios_{add, remove}_pci_devices()

2016-05-03 Thread Andrew Donnellan
On 03/05/16 15:41, Gavin Shan wrote: This renames pcibios_{add,remove}_pci_devices() to avoid conflicts with names of the weak functions in PCI subsystem, which have the prefix "pcibios". No logical changes introduced. Signed-off-by: Gavin Shan Looks fine to me.

Re: [PATCH v9 18/26] powerpc/pci: Rename pcibios_{add, remove}_pci_devices()

2016-05-03 Thread Alistair Popple
On Tue, 3 May 2016 15:41:37 Gavin Shan wrote: > This renames pcibios_{add,remove}_pci_devices() to avoid conflicts > with names of the weak functions in PCI subsystem, which have the > prefix "pcibios". No logical changes introduced. I'm guessing this is just protecting against future weak PCI

[PATCH v9 18/26] powerpc/pci: Rename pcibios_{add, remove}_pci_devices()

2016-05-02 Thread Gavin Shan
This renames pcibios_{add,remove}_pci_devices() to avoid conflicts with names of the weak functions in PCI subsystem, which have the prefix "pcibios". No logical changes introduced. Signed-off-by: Gavin Shan --- arch/powerpc/include/asm/pci-bridge.h | 4 ++--