diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-12-12 15:24:15 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-12-12 15:24:15 +0100 |
commit | bee74dcbd3908291f4bfff3c81a52d52dcd48814 (patch) | |
tree | de2d78d39da97f7ba6bf8945e4a88b8f5476f27b /tools | |
parent | 39f26d10120ada8553647d9f61223bda7a22336b (diff) | |
parent | 64ee25282610fcf872a4491ed5eaec440d3a485b (diff) | |
parent | 6d7d3c287410c0ad499e478e2338dc3d7e3392b1 (diff) | |
parent | 92266c65e08793fda74d1d71edfbe25000807f39 (diff) | |
parent | 62a0ec9dc1dfb0f58138f1e2527e4a26567268e5 (diff) | |
download | lwn-bee74dcbd3908291f4bfff3c81a52d52dcd48814.tar.gz lwn-bee74dcbd3908291f4bfff3c81a52d52dcd48814.zip |
Merge branches 'acpi-fan', 'acpi-pcc', 'acpi-misc' and 'pnp'
Merge ACPI fan driver fixes, ACPI PCC driver fixes, miscellaneous ACPI
cleanups and PNP updates for 6.2-rc1:
- Make the ACPI fan driver use sysfs_emit_at() in its sysfs interface
code (ye xingchen).
- Fix the _FIF package extraction failure handling in the ACPI fan
driver (Hanjun Guo).
- Fix the PCC mailbox handling error code path (Huisong Li).
- Avoid using PCC Opregions if there is no platform interrupt allocated
for this purpose (Huisong Li).
- Use sysfs_emit() instead of scnprintf() in the ACPI PAD driver and
CPPC library (ye xingchen).
- Fix some kernel-doc issues in the ACPI GSI processing code (Xiongfeng
Wang).
- Fix name memory leak in pnp_alloc_dev() (Yang Yingliang).
- Do not disable PNP devices on suspend when they cannot be re-enabled
on resume (Hans de Goede).
* acpi-fan:
ACPI: fan: Convert to use sysfs_emit_at() API
ACPI: fan: Bail out if extract package failed
* acpi-pcc:
mailbox: pcc: Reset pcc_chan_count to zero in case of PCC probe failure
ACPI: PCC: Setup PCC Opregion handler only if platform interrupt is available
* acpi-misc:
ACPI: use sysfs_emit() instead of scnprintf()
ACPI: irq: Fix some kernel-doc issues
* pnp:
PNP: Do not disable devices on suspend when they cannot be re-enabled on resume
PNP: fix name memory leak in pnp_alloc_dev()