From: Rafael J. Wysocki Date: Fri, 28 Nov 2025 14:56:09 +0000 (+0100) Subject: Merge branches 'pm-core' and 'pm-runtime' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60d69a7ed1e5ffa94f788e35b2ca86c6a750f2f2;p=thirdparty%2Flinux.git Merge branches 'pm-core' and 'pm-runtime' Merge a core power management update and runtime PM framework updates for 6.19-rc1: - Add WQ_UNBOUND to pm_wq workqueue (Marco Crivellari) - Add runtime PM wrapper macros for ACQUIRE()/ACQUIRE_ERR() and use them in the PCI core and the ACPI TAD driver (Rafael Wysocki) - Improve runtime PM in the ACPI TAD driver (Rafael Wysocki) - Update pm_runtime_allow/forbid() documentation (Rafael Wysocki) - Fix typos in runtime.c comments (Malaya Kumar Rout) * pm-core: PM: WQ_UNBOUND added to pm_wq workqueue * pm-runtime: PCI/sysfs: Use PM_RUNTIME_ACQUIRE()/PM_RUNTIME_ACQUIRE_ERR() ACPI: TAD: Use PM_RUNTIME_ACQUIRE()/PM_RUNTIME_ACQUIRE_ERR() PM: runtime: Wrapper macros for ACQUIRE()/ACQUIRE_ERR() PM: runtime: fix typos in runtime.c comments ACPI: TAD: Improve runtime PM using guard macros ACPI: TAD: Rearrange runtime PM operations in acpi_tad_remove() PM: runtime: docs: Update pm_runtime_allow/forbid() documentation --- 60d69a7ed1e5ffa94f788e35b2ca86c6a750f2f2