aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/bus.c
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/bus.c
parentMerge branches 'acpi-resource' and 'acpi-pm' (diff)
parentLoongArch: Use acpi_arch_dma_setup() and remove ARCH_HAS_PHYS_TO_DMA (diff)
parentACPI: bus: Refactor ACPI matching functions for better readability (diff)
parentACPI: platform: Use PLATFORM_DEVID_NONE in acpi_create_platform_device() (diff)
downloadlinux-dev-c77f54a9bcecb844db284de1ba0c7dc0c7796510.tar.xz
linux-dev-c77f54a9bcecb844db284de1ba0c7dc0c7796510.zip
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'