summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-09-11 21:46:56 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-09-11 21:46:56 +0200
commitbb19180d718542a24f8f5564def08e815676be50 (patch)
treeb08f9d962f1ed03e2f663294a2626c3c251f6e60
parent4ed63b31dca820323fb73129808ceb0e3cd1a5ea (diff)
parenteea3d532d87ada4d844d4b00c2e17879c5ca0e9c (diff)
parent07442c46abad1d50ac82af5e0f9c5de2732c4592 (diff)
parentaaf21ac93909e08a12931173336bdb52ac8499f1 (diff)
parent5ac5f3f80aea2575a84791f0eb18eef9919684c9 (diff)
downloadlinux-bb19180d718542a24f8f5564def08e815676be50.tar.gz
linux-bb19180d718542a24f8f5564def08e815676be50.tar.bz2
linux-bb19180d718542a24f8f5564def08e815676be50.zip
Merge branches 'acpi-battery', 'acpi-pmic', 'acpi-cppc' and 'acpi-processor'
Merge ACPI battery driver, ACPI PMIC driver, ACPI processor driver and ACPI CPPC library updates for 6.12-rc1: - Use the driver core for the async probing management in the ACPI battery driver (Thomas Weißschuh). - Remove redundant initalizations of a local variable to NULL from the ACPI battery driver (Ilpo Järvinen). - Use strscpy() instead of strcpy() in the ACPI battery driver (Muhammad Qasim Abdul Majeed). - Remove unneeded check in tps68470_pmic_opregion_probe() (Aleksandr Mishin). - Add support for setting the EPP register through the ACPI CPPC sysfs interface if it is in FFH (Mario Limonciello). - Fix MASK_VAL() usage in the ACPI CPPC library (Clément Léger). - Reduce the log level of a per-CPU message about idle states in the ACPI processor driver (Li RongQing). * acpi-battery: ACPI: battery: use driver core managed async probing ACPI: battery: Remove redundant NULL initalizations ACPI: battery: Use strscpy() instead of strcpy() * acpi-pmic: ACPI: PMIC: Remove unneeded check in tps68470_pmic_opregion_probe() * acpi-cppc: ACPI: CPPC: Add support for setting EPP register in FFH ACPI: CPPC: Fix MASK_VAL() usage * acpi-processor: ACPI: processor: Reduce the log level of a per-CPU message about idle states