mbox series

[0/3] Manage domain power state for hibernate freeze

Message ID 20221016095815.2550034-1-shawn.guo@linaro.org
Headers show
Series Manage domain power state for hibernate freeze | expand

Message

Shawn Guo Oct. 16, 2022, 9:58 a.m. UTC
The series tries to fix a hardware lockup issue caused by missing domain
power state management from hibernate .freeze[thaw]_noirq hooks.  The
detailed description of the issue can be found in commit log of patch
#3.

Shawn Guo (3):
  PM: domains: Pass generic PM noirq hooks to genpd_finish_suspend()
  PM: domains: Consolidate genpd_restore_noirq() and
    genpd_resume_noirq()
  PM: domains: Power off[on] domain in hibernate .freeze[thaw]_noirq
    hook

 drivers/base/power/domain.c | 130 +++++++++++++++---------------------
 1 file changed, 52 insertions(+), 78 deletions(-)