diff options
author | 2025-07-22 15:59:47 +0200 | |
---|---|---|
committer | 2025-07-22 15:59:47 +0200 | |
commit | c58364ac072585abfa2a42d71bd00dd5eda1e01d (patch) | |
tree | b90ddcb2217b0fd1a67a12b6742595fc57f760fd | |
parent | Merge branch 'acpi-apei' (diff) | |
parent | ACPI: LPSS: Remove AudioDSP related ID (diff) | |
parent | ACPI: fan: Update debug message in fan_get_state_acpi4() (diff) | |
parent | ACPI: DPTF: Support for Wildcat Lake (diff) | |
parent | ACPI: pfr_update: Add more debug information when firmware update failed (diff) | |
parent | ACPI: PRM: Reduce unnecessary printing to avoid user confusion (diff) | |
parent | ACPI: TAD: Replace sprintf() with sysfs_emit() (diff) | |
download | wireguard-linux-c58364ac072585abfa2a42d71bd00dd5eda1e01d.tar.xz wireguard-linux-c58364ac072585abfa2a42d71bd00dd5eda1e01d.zip |
Merge branches 'acpi-soc', 'acpi-fan', 'acpi-dptf', 'acpi-pfrut', 'acpi-prm' and 'acpi-tad'
Merge updates of assorted ACPI drivers for 6.17-rc1:
- Remove an AudioDSP-related ID from the ACPI LPSS driver (Andy
Shevchenko)
- Replace sprintf()/scnprintf() with sysfs_emit() in the ACPI fan
driver and update a debug message in fan_get_state_acpi4() (Eslam
Khafagy, Abdelrahman Fekry, Sumeet Pawnikar)
- Add Intel Wildcat Lake support to the ACPI DPTF driver (Srinivas
Pandruvada)
- Add more debug information regarding failing firmware updates to the
ACPI pfr_update driver (Chen Yu)
- Reduce the verbosity of the ACPI PRM (platform runtime mechanism)
driver to avoid user confusion (Zhu Qiyu)
- Replace sprintf() with sysfs_emit() in the ACPI TAD (time and alarm
device) driver (Sukrut Heroorkar)
* acpi-soc:
ACPI: LPSS: Remove AudioDSP related ID
* acpi-fan:
ACPI: fan: Update debug message in fan_get_state_acpi4()
ACPI: fan: Replace sprintf() with sysfs_emit()
ACPI: fan: Replace sprintf()/scnprintf() with sysfs_emit() in show() functions
* acpi-dptf:
ACPI: DPTF: Support for Wildcat Lake
* acpi-pfrut:
ACPI: pfr_update: Add more debug information when firmware update failed
* acpi-prm:
ACPI: PRM: Reduce unnecessary printing to avoid user confusion
* acpi-tad:
ACPI: TAD: Replace sprintf() with sysfs_emit()