]> www.infradead.org Git - users/hch/misc.git/commit
Merge branch 'pm-sleep'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 30 Jan 2025 20:28:16 +0000 (21:28 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 30 Jan 2025 20:28:16 +0000 (21:28 +0100)
commita01e0f47a7a10668c178f058bcf136f8ec897286
treec976a969b7754c2f4b66ce90520c91d8f2df32fb
parent14ee7df1ac5a93019394e17375003e86f45cdcd8
parent3775fc538f535a7c5adaf11990c7932a0bd1f9eb
Merge branch 'pm-sleep'

Merge fixes related to system sleep for 6.14-rc1:

 - Add missing error handling for syscore_suspend() to the hibernation
   core code (Wentao Liang).

 - Revert a commit that added unused macros (Andy Shevchenko).

 - Synchronize the runtime PM status of devices that were runtime-
   suspended before a system-wide suspend and need to be resumed during
   the subsequent syste-wide resume transition (Rafael Wysocki).

* pm-sleep:
  PM: sleep: core: Synchronize runtime PM status of parents and children
  PM: Revert "Add EXPORT macros for exporting PM functions"
  PM: hibernate: Add error handling for syscore_suspend()