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 /drivers/acpi/sbs.c | |
parent | Merge branches 'acpi-apei', 'acpi-x86', 'acpi-battery' and 'acpi-pfrut' (diff) | |
parent | ACPI: fan: Convert to use sysfs_emit_at() API (diff) | |
parent | mailbox: pcc: Reset pcc_chan_count to zero in case of PCC probe failure (diff) | |
parent | ACPI: use sysfs_emit() instead of scnprintf() (diff) | |
parent | PNP: Do not disable devices on suspend when they cannot be re-enabled on resume (diff) | |
download | linux-bee74dcbd3908291f4bfff3c81a52d52dcd48814.tar.xz linux-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()