[PATCH V8 8/9] arm64, pci, acpi: Provide ACPI-specific prerequisites for PCI bus enumeration.
From: Tomasz Nowicki <hidden>
Date: 2016-06-02 09:52:00
Also in:
linux-acpi, linux-pci, lkml
From: Tomasz Nowicki <hidden>
Date: 2016-06-02 09:52:00
Also in:
linux-acpi, linux-pci, lkml
On 02.06.2016 11:45, Lorenzo Pieralisi wrote:
On Mon, May 30, 2016 at 05:14:21PM +0200, Tomasz Nowicki wrote:quoted
ACPI requires to run acpi_pci_{add|remove}_bus while new PCI bus is created. This allows to do some ACPI-specific additional configuration, like PCI hotplug slot enumeration. In order to fulfill these requirements, we implement arch-specific pcibios_{add|remove}_bus calls and call acpi_pci_{add|remove}_bus from there. Signed-off-by: Tomasz Nowicki <redacted> --- arch/arm64/kernel/pci.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)Is there a reason why this has to be a standalone patch ?
No there is no good reason behind this I will squash it with 9.
It is pretty much useless without patch 9 or I have stared at this series for too long.
Yes, it is useless w/o patch 9.
Reviewed-by: Lorenzo Pieralisi <redacted>
Thanks, Tomasz