aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-03-11 14:33:32 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-03-11 14:33:32 +0100
commitd55cc9f854f800ff3cb16c6e6bd70acaddae0c9b (patch)
treed4921da2d4a479acb7b66ce8b28ef51844c6e82a /drivers/acpi
parent8c34f112ffcff67f6a1d09914e67b2d689cf0629 (diff)
parent26da9a8d279f30f1d0aa33cea0003a3d37fa051c (diff)
parente18afcb7b2a12b635ac10081f943fcf84ddacc51 (diff)
parent8d60902f16e2a36e9138a7ac0e90eb30f35a33b5 (diff)
parent2b959bdde4dde14a789070c04b2b8c029884db85 (diff)
downloadlinux-d55cc9f854f800ff3cb16c6e6bd70acaddae0c9b.tar.gz
Merge branches 'acpi-tables', 'acpi-processor', 'acpi-property' and 'acpi-thermal'
Merge ACPI tables parsing change, ACPI processor driver change, ACPI device properties handling changes and an ACPI thermal code change for 6.9-rc1: - Make the NFIT parsing code use acpi_evaluate_dsm_typed() (Andy Shevchenko). - Fix a memory leak in acpi_processor_power_exit() (Armin Wolf). - Make it possible to quirk the CSI-2 and MIPI DisCo for Imaging properties parsing and add a quirk for Dell XPS 9315 (Sakari Ailus). - Prevent false-positive static checker warnings from triggering by intializing some variables in the ACPI thermal code to zero (Colin Ian King). * acpi-tables: ACPI: NFIT: Switch to use acpi_evaluate_dsm_typed() * acpi-processor: ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit() * acpi-property: ACPI: property: Polish ignoring bad data nodes ACPI: property: Ignore bad graph port nodes on Dell XPS 9315 ACPI: utils: Make acpi_handle_path() not static * acpi-thermal: ACPI: thermal_lib: Initialize temp_decik to zero