diff options
author | 2024-09-11 21:46:56 +0200 | |
---|---|---|
committer | 2024-09-11 21:46:56 +0200 | |
commit | bb19180d718542a24f8f5564def08e815676be50 (patch) | |
tree | b08f9d962f1ed03e2f663294a2626c3c251f6e60 /scripts/module-common.c | |
parent | Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-utils' and 'acpi-soc' (diff) | |
parent | ACPI: battery: use driver core managed async probing (diff) | |
parent | ACPI: PMIC: Remove unneeded check in tps68470_pmic_opregion_probe() (diff) | |
parent | ACPI: CPPC: Add support for setting EPP register in FFH (diff) | |
parent | ACPI: processor: Reduce the log level of a per-CPU message about idle states (diff) | |
download | wireguard-linux-bb19180d718542a24f8f5564def08e815676be50.tar.xz wireguard-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