summaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-09-30 20:52:39 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-09-30 20:52:39 +0200
commite996c7e01892ac18ec0db447294d4f591c325efe (patch)
treea9309aac074b1782fb5d55b33b0f5862fad894e0 /include/acpi
parentc77f54a9bcecb844db284de1ba0c7dc0c7796510 (diff)
parenta1cf1fd62ae71b585b35f78f8bcf6b1bc9de2c40 (diff)
parent562163595a912cfe99f9ed79a67ccd23a11a5cc3 (diff)
parent018d6711c26e4bd26e20a819fcc7f8ab902608f3 (diff)
parent6cc401be16482bf35522c328be395507e331f9df (diff)
downloadlinux-e996c7e01892ac18ec0db447294d4f591c325efe.tar.bz2
Merge branches 'acpi-properties', 'acpi-tables', 'acpi-x86' and 'acpi-soc'
Merge changes related to ACPI data-only tables handling and ACPI device properties management, x86-specific ACPI code changes and ACPI SoC driver changes for 6.1-rc1: - Clean up the ACPI LPSS (Intel SoC) driver (Andy Shevchenko). - Add a quirk for Dell Inspiron 14 2-in-1 for StorageD3Enable (Mario Limonciello). - Drop unused dev_fmt() and redundant 'HMAT' prefix from the HMAT parsing code (Liu Shixin). - Make ACPI FPDT parsing code avoid calling acpi_os_map_memory() on invalid physical addresses (Hans de Goede). - Silence missing-declarations warning related to Apple device properties management (Lukas Wunner). * acpi-properties: ACPI: property: Silence missing-declarations warning in apple.c * acpi-tables: ACPI: HMAT: Drop unused dev_fmt() and redundant 'HMAT' prefix ACPI: tables: FPDT: Don't call acpi_os_map_memory() on invalid phys address * acpi-x86: ACPI: x86: Add a quirk for Dell Inspiron 14 2-in-1 for StorageD3Enable * acpi-soc: ACPI: LPSS: Deduplicate skipping device in acpi_lpss_create_device() ACPI: LPSS: Replace loop with first entry retrieval