diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-07-22 18:07:11 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-07-22 18:07:11 +0200 |
commit | 40c28199550d5cdace4583bfe723a7636b170a90 (patch) | |
tree | ae2ea318995ac8e0fa7c78315232e4580ef59eb9 /scripts/lib/kdoc/kdoc_files.py | |
parent | 3b4d4c98e5bb74ba193179ac36af780b28e47d29 (diff) | |
parent | ebf266d0709b9b8eb3df1fde4152cdd329726598 (diff) | |
parent | b1092465e24bd943bb4c630d98d9c48635d7655c (diff) |
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()