Merge branches 'acpi-scan', 'acpi-bus' and 'acpi-platform'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 30 Sep 2022 18:28:22 +0000 (20:28 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 30 Sep 2022 18:28:22 +0000 (20:28 +0200)
commitc77f54a9bcecb844db284de1ba0c7dc0c7796510
treee6e9053368df0160ef004759cccf74f866c0f26f
parentd61991db685f96d9028e03742ec59060378c5c61
parentc78c43fe7d42524c8f364aaf95ef3652e7f1186b
parentfe79e392cf08a38ca0e25ffadbe35e45d5651989
parent2814108cbf54cd4737cd13e17291b21590472dca
Merge branches 'acpi-scan', 'acpi-bus' and 'acpi-platform'

Merge changes related to ACPI device enumeration and ACPI support for
platform devices for 6.1-rc1:

 - Clean up ACPI platform devices support code (Andy Shevchenko, John
   Garry).

 - Clean up ACPI bus management code (Andy Shevchenko, ye xingchen).

 - Add support for multiple DMA windows with different offsets to the
   ACPI device enumeration code and use it on LoongArch (Jianmin Lv).

* acpi-scan:
  LoongArch: Use acpi_arch_dma_setup() and remove ARCH_HAS_PHYS_TO_DMA
  ACPI: scan: Support multiple DMA windows with different offsets

* acpi-bus:
  ACPI: bus: Refactor ACPI matching functions for better readability
  ACPI: bus: Drop kernel doc annotation from acpi_bus_notify()
  ACPI: bus: Remove the unneeded result variable

* acpi-platform:
  ACPI: platform: Use PLATFORM_DEVID_NONE in acpi_create_platform_device()
  ACPI: platform: Sort forbidden_id_list[] in ascending order
  ACPI: platform: Use sizeof(*pointer) instead of sizeof(type)
  ACPI: platform: Remove redundant print on -ENOMEM
  ACPI: platform: Get rid of redundant 'else'
drivers/acpi/acpi_platform.c
drivers/acpi/bus.c
drivers/acpi/scan.c
include/acpi/acpi_bus.h
include/linux/acpi.h