summary refs log tree commit diff
path: root/drivers/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-09-30 20:28:22 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-09-30 20:28:22 +0200
commitc77f54a9bcecb844db284de1ba0c7dc0c7796510 (patch)
treee6e9053368df0160ef004759cccf74f866c0f26f /drivers/acpi
parentd61991db685f96d9028e03742ec59060378c5c61 (diff)
parentc78c43fe7d42524c8f364aaf95ef3652e7f1186b (diff)
parentfe79e392cf08a38ca0e25ffadbe35e45d5651989 (diff)
parent2814108cbf54cd4737cd13e17291b21590472dca (diff)
downloadlinux-c77f54a9bcecb844db284de1ba0c7dc0c7796510.tar.gz
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'