Message ID | 20181219224659.4802-1-okaya@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | ACPI: Allow ACPI to be built without CONFIG_PCI set | expand |
On Wed, Dec 19, 2018 at 11:47 PM Sinan Kaya <okaya@kernel.org> wrote: > > Changes from v11: > collect acked by for ACPI/IORT > split ACPI reboot into is own function per feedback from Christoph. > Removed more ACPICA functions that depend on PCI and moved #ifdef outside of > acpi_os_(read/write)_pci_configurations() > > Sinan Kaya (7): > ACPI: Move PCI reset to a separate function > ACPI: Allow CONFIG_PCI to be unset for reboot > ACPICA: Remove PCI bits from ACPICA when CONFIG_PCI is unset > PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set > arm64: select ACPI PCI code only when both features are enabled > ACPI/IORT: Stub out ACS functions when CONFIG_PCI is not set > ACPI: Make PCI slot detection driver depend on PCI All looks good to me now in this series, so I'm queuing it up. Thanks!