aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
parentMerge branches 'acpi-ec', 'acpi-cppc', 'acpi-fan' and 'acpi-battery' (diff)
parentACPI: LPSS: Provide an SSP type to the driver (diff)
parentACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU (diff)
parentACPI: AGDI: Add driver for Arm Generic Diagnostic Dump and Reset device (diff)
downloadlinux-dev-8a9bd50a9d68ba68c88cb5e8f64413a8520c33fe.tar.xz
linux-dev-8a9bd50a9d68ba68c88cb5e8f64413a8520c33fe.zip
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()