From: Rafael J. Wysocki Date: Wed, 11 Sep 2024 19:46:56 +0000 (+0200) Subject: Merge branches 'acpi-battery', 'acpi-pmic', 'acpi-cppc' and 'acpi-processor' X-Git-Tag: v6.12~493^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb19180d718542a24f8f5564def08e815676be50;p=platform%2Fkernel%2Flinux-amlogic.git 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 --- bb19180d718542a24f8f5564def08e815676be50