]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'acpi-properties', 'acpi-tables', 'acpi-x86' and 'acpi-soc'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 30 Sep 2022 18:52:39 +0000 (20:52 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 30 Sep 2022 18:52:39 +0000 (20:52 +0200)
commit5cff962609284b9918e9f4c235eef3aa184b6c64
treea9309aac074b1782fb5d55b33b0f5862fad894e0
parent556a335ef467a36a591dd8b058de1c595317e6ee
parent652e3d3d738c5b2cec5e00f53961a303b899e9b3
parent416796f8f7cb8e29fcb6aeacdf49d79220e375af
parent97a44a936f36c1326adbe58373ce9ed1bc2cfab9
parentcd7bbd06a66a2803cea77a5c47aa20a261265b1b
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