diff options
author | 2025-03-24 11:50:52 +0100 | |
---|---|---|
committer | 2025-03-24 11:50:52 +0100 | |
commit | 1bca17e8a211a07f835b00c4242667d091fd7a7d (patch) | |
tree | deb06947535d986b1ceb939466aaf25d349ac2e9 /scripts/lib/kdoc/kdoc_re.py | |
parent | PNP: Expand length of fixup id string (diff) | |
parent | ACPI: power: Use str_on_off() helper function (diff) | |
parent | ACPI: fan: Add fan speed reporting for fans with only _FST (diff) | |
parent | ACPI: thermal: Fix stale comment regarding trip points (diff) | |
parent | ACPI: button: Install notifier for system events as well (diff) | |
parent | ACPI: video: Use str_yes_no() helper in acpi_video_bus_add() (diff) | |
download | wireguard-linux-1bca17e8a211a07f835b00c4242667d091fd7a7d.tar.xz wireguard-linux-1bca17e8a211a07f835b00c4242667d091fd7a7d.zip |
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()