diff options
author | 2025-07-22 18:07:11 +0200 | |
---|---|---|
committer | 2025-07-22 18:07:11 +0200 | |
commit | 40c28199550d5cdace4583bfe723a7636b170a90 (patch) | |
tree | ae2ea318995ac8e0fa7c78315232e4580ef59eb9 | |
parent | Merge branches 'pm-runtime' and 'pm-powercap' (diff) | |
parent | PM: docs: Use my kernel.org address in ABI docs and DT bindings (diff) | |
parent | Merge tag 'linux-cpupower-6.17-rc1-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux (diff) | |
download | wireguard-linux-40c28199550d5cdace4583bfe723a7636b170a90.tar.xz wireguard-linux-40c28199550d5cdace4583bfe723a7636b170a90.zip |
Merge branches 'pm-misc' and 'pm-tools'
Merge miscellaneous power management updates and cpupower utility
updates for 6.17-rc1:
- Update contact information in the PM ABI docs and maintainer
information in the power domains DT binding (Rafael Wysocki)
- Update PM header inclusions to follow the IWYU (Include What You Use)
principle (Andy Shevchenko)
- Add flags to specify power on attach/detach for PM domains, make the
driver core detach PM domains in device_unbind_cleanup(), and drop
the dev_pm_domain_detach() call from the platform bus type (Claudiu
Beznea)
- Improve Python binding's Makefile for cpupower (John B. Wyatt IV)
- Fix printing of CORE, CPU fields in cpupower-monitor (Gautham Shenoy)
* pm-misc:
PM: docs: Use my kernel.org address in ABI docs and DT bindings
driver core: platform: Drop dev_pm_domain_detach() call
PM: domains: Detach on device_unbind_cleanup()
PM: domains: Add flags to specify power on attach/detach
PM: Don't use "proxy" headers
* pm-tools:
cpupower: Improve Python binding's Makefile
pm: cpupower: Fix printing of CORE, CPU fields in cpupower-monitor
pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop()