summary refs log tree commit diff
path: root/include/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-03-18 17:48:55 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-03-18 17:48:55 +0100
commit8a9bd50a9d68ba68c88cb5e8f64413a8520c33fe (patch)
tree24985d45a8e518a1d0ed71f9600356b15a4abaef /include/acpi
parent24b2b094b5567c1440f902bab892a23b9d98e398 (diff)
parent620c803f42defec5c43d3f46cadc101de9aa37ea (diff)
parentc844d22fe0c0b37dc809adbdde6ceb6462c43acf (diff)
parenta2a591fb76e6f5461dfd04715b69c317e50c43a5 (diff)
downloadlinux-8a9bd50a9d68ba68c88cb5e8f64413a8520c33fe.tar.gz
Merge branches 'acpi-soc', 'acpi-video' and 'acpi-apei'
Merge ACPI SoC drivers changes, ACPI backlight driver changes and APEI
changes for 5.18-rc1:

 - Make the ACPI driver for Intel SoCs (LPSS) let the SPI driver know
   the exact type of the controller (Andy Shevchenko).

 - Force native backlight mode on Clevo NL5xRU and NL5xNU (Werner
   Sembach).

 - Fix return value of __setup handlers in the APEI code (Randy
   Dunlap).

 - Add Arm Generic Diagnostic Dump and Reset device driver (Ilkka
   Koskinen).

 - Limit printable size of BERT table data (Darren Hart).

 - Fix up HEST and GHES initialization (Shuai Xue).

* acpi-soc:
  ACPI: LPSS: Provide an SSP type to the driver
  ACPI: LPSS: Constify properties member in struct lpss_device_desc
  ACPI: platform: Constify properties parameter in acpi_create_platform_device()

* acpi-video:
  ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU

* acpi-apei:
  ACPI: AGDI: Add driver for Arm Generic Diagnostic Dump and Reset device
  ACPI/APEI: Limit printable size of BERT table data
  ACPI: APEI: fix return value of __setup handlers
  ACPI: APEI: rename ghes_init() with an "acpi_" prefix
  ACPI: APEI: explicit init of HEST and GHES in apci_init()