diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-03-24 13:50:52 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-03-24 13:50:52 +0300 |
commit | 1bca17e8a211a07f835b00c4242667d091fd7a7d (patch) | |
tree | deb06947535d986b1ceb939466aaf25d349ac2e9 /tools/perf/scripts/python/libxed.py | |
parent | 425b1c97b07f2290700f708edabef32861e2b2db (diff) | |
parent | 7d36289aa7447283883df4dc3ea816dbe06e1c8b (diff) | |
parent | 6c00f29f74cb2c063b6f31a0b6d73f9db132b9ac (diff) | |
parent | 01ca2846338d314cdcd3da1aca7f290ec380542c (diff) | |
parent | a7e23ec17feecc7bac0d500cea900cace7b50129 (diff) | |
parent | 064009ebc171dc11aaa86c0bdce939640e1d033d (diff) | |
download | linux-1bca17e8a211a07f835b00c4242667d091fd7a7d.tar.xz |
Merge branches 'acpi-power', 'acpi-fan', 'acpi-thermal', 'acpi-button' and 'acpi-video'
Merge five ACPI driver updates for 6.15-rc1:
- Use the str_on_off() helper function instead of hard-coded strings in
the ACPI power resources handling code (Thorsten Blum).
- Add fan speed reporting for ACPI fans that have _FST, but otherwise
do not support the entire ACPI 4 fan interface (Joshua Grisham).
- Fix a stale comment regarding trip points in acpi_thermal_add() that
diverged from the commented code after removing _CRT evaluation from
acpi_thermal_get_trip_points() (xueqin Luo).
- Make ACPI button driver also subscribe to system events (Mario
Limonciello).
- Use the str_yes_no() helper function instead of hard-coded strings in
the ACPI backlight (video) driver (Thorsten Blum).
* acpi-power:
ACPI: power: Use str_on_off() helper function
* acpi-fan:
ACPI: fan: Add fan speed reporting for fans with only _FST
* acpi-thermal:
ACPI: thermal: Fix stale comment regarding trip points
* acpi-button:
ACPI: button: Install notifier for system events as well
* acpi-video:
ACPI: video: Use str_yes_no() helper in acpi_video_bus_add()