mbox series

[v11,0/7] ACPI: Allow ACPI to be built without CONFIG_PCI set

Message ID 20181218025606.32668-1-okaya@kernel.org (mailing list archive)
Headers show
Series ACPI: Allow ACPI to be built without CONFIG_PCI set | expand

Message

Sinan Kaya Dec. 18, 2018, 2:55 a.m. UTC
Diff from v10:
Rework 6/7 per input from Lorenzo.
Collect acked by from Catalin for 5/7
Collect acked by from Ingo for 3/7
Add new patch 7/7 to make ACPI PCI slot detection driver depend on PCI
per bug report from Hanjun

Sinan Kaya (7):
  ACPI: Allow CONFIG_PCI to be unset for reboot
  ACPI / OSL: Stub out acpi_os_(read/write)_pci_configurations()
  PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set
  ACPICA: Remove PCI bits from ACPICA when CONFIG_PCI is unset
  arm64: select ACPI PCI code only 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

 arch/arm64/Kconfig              |  4 ++--
 arch/x86/include/asm/pci_x86.h  |  7 +++++++
 drivers/acpi/Kconfig            |  3 +--
 drivers/acpi/Makefile           |  2 +-
 drivers/acpi/acpica/Makefile    |  2 +-
 drivers/acpi/acpica/achware.h   |  9 +++++++++
 drivers/acpi/arm64/iort.c       | 21 ++++++++++++++-------
 drivers/acpi/internal.h         |  5 +++++
 drivers/acpi/osl.c              | 14 ++++++++++++++
 drivers/acpi/reboot.c           | 10 +++++++---
 drivers/pci/Makefile            |  2 +-
 include/acpi/acpi_drivers.h     |  7 +++++++
 include/acpi/platform/aclinux.h |  4 ++++
 include/linux/acpi.h            |  7 +++++++
 include/linux/pci.h             |  4 ++++
 15 files changed, 84 insertions(+), 17 deletions(-)

Comments

Rafael J. Wysocki Dec. 18, 2018, 10:01 a.m. UTC | #1
On Tue, Dec 18, 2018 at 3:56 AM Sinan Kaya <okaya@kernel.org> wrote:
>
> Diff from v10:
> Rework 6/7 per input from Lorenzo.
> Collect acked by from Catalin for 5/7
> Collect acked by from Ingo for 3/7
> Add new patch 7/7 to make ACPI PCI slot detection driver depend on PCI
> per bug report from Hanjun
>
> Sinan Kaya (7):
>   ACPI: Allow CONFIG_PCI to be unset for reboot
>   ACPI / OSL: Stub out acpi_os_(read/write)_pci_configurations()
>   PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set
>   ACPICA: Remove PCI bits from ACPICA when CONFIG_PCI is unset
>   arm64: select ACPI PCI code only 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

Please address the comments from Christoph and I would like to get an
ACK from Lorenzo on patch [6/7].

Thanks,
Rafael