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()