diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-11-28 15:56:09 +0100 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-11-28 15:56:09 +0100 |
| commit | 60d69a7ed1e5ffa94f788e35b2ca86c6a750f2f2 (patch) | |
| tree | e30951094f35f6f7b16fd0be253ea253ab465845 /kernel | |
| parent | Merge tag 'devfreq-next-for-6.19' of git://git.kernel.org/pub/scm/linux/kerne... (diff) | |
| parent | PM: WQ_UNBOUND added to pm_wq workqueue (diff) | |
| parent | PCI/sysfs: Use PM_RUNTIME_ACQUIRE()/PM_RUNTIME_ACQUIRE_ERR() (diff) | |
| download | linux-60d69a7ed1e5ffa94f788e35b2ca86c6a750f2f2.tar.gz linux-60d69a7ed1e5ffa94f788e35b2ca86c6a750f2f2.zip | |
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
