Merge branches 'pm-domains' and 'pm-core'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 10 Oct 2022 16:34:02 +0000 (18:34 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 10 Oct 2022 16:34:02 +0000 (18:34 +0200)
commitf7e6b99f22f22f3630139aeaeecb83d77e47bf9b
treeded7afb45567f98080d976ba3fbdc4042f0ee6c0
parentcf4e0f8a396e42144d4b984ade8735621db5c20e
parent129b60c957711a20434f4d4404652f0720e1ba1d
parent34e1ed189fab1b7533befb266b96051104c1deb6
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