Re: [PATCH 3/3] powerpc/pci: Remove pcibios_setup_bus_devices()

2019-09-30 Thread Alexey Kardashevskiy
On 30/09/2019 12:08, Oliver O'Halloran wrote: > With the previous patch applied pcibios_setup_device() will always be run > when pcibios_bus_add_device() is called. There are several code paths where > pcibios_setup_bus_device() is still called (the PowerPC specific PCI > hotplug support is one)

[PATCH 3/3] powerpc/pci: Remove pcibios_setup_bus_devices()

2019-09-29 Thread Oliver O'Halloran
With the previous patch applied pcibios_setup_device() will always be run when pcibios_bus_add_device() is called. There are several code paths where pcibios_setup_bus_device() is still called (the PowerPC specific PCI hotplug support is one) so with just the previous patch applied the setup can be