aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-10-10 18:34:02 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-10-10 18:34:02 +0200
commitf7e6b99f22f22f3630139aeaeecb83d77e47bf9b (patch)
treeded7afb45567f98080d976ba3fbdc4042f0ee6c0 /tools/power
parentMerge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux (diff)
parentPM: domains: log failures to register always-on domains (diff)
parentPM: Improve EXPORT_*_DEV_PM_OPS macros (diff)
downloadlinux-dev-f7e6b99f22f22f3630139aeaeecb83d77e47bf9b.tar.xz
linux-dev-f7e6b99f22f22f3630139aeaeecb83d77e47bf9b.zip
Merge branches 'pm-domains' and 'pm-core'
Merge additional generic power domains handling update and an improvement of the PM callback definition macros for 6.1-rc1: - Add an error message to be printed when a power domain marked as "always on" is not actually on during initialization (Johan Hovold). - Extend macros used for defining power management callbacks to allow conditional exporting of noirq and late/early suspend/resume PM callbacks (Paul Cercueil). * pm-domains: PM: domains: log failures to register always-on domains * pm-core: PM: Improve EXPORT_*_DEV_PM_OPS macros