linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Manage domain power state for hibernate freeze
@ 2022-11-01  2:47 Shawn Guo
  2022-11-01  2:47 ` [PATCH v2 1/3] PM: domains: Pass generic PM noirq hooks to genpd_finish_suspend() Shawn Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Shawn Guo @ 2022-11-01  2:47 UTC (permalink / raw)
  To: Rafael J . Wysocki
  Cc: Kevin Hilman, Ulf Hansson, Len Brown, Pavel Machek,
	Greg Kroah-Hartman, linux-pm, linux-kernel, Shawn Guo

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.

Changes for v2:
- Fix kernel doc of genpd_finish_resume() to use the new function name

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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-11-02  9:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-01  2:47 [PATCH v2 0/3] Manage domain power state for hibernate freeze Shawn Guo
2022-11-01  2:47 ` [PATCH v2 1/3] PM: domains: Pass generic PM noirq hooks to genpd_finish_suspend() Shawn Guo
2022-11-01 10:23   ` Ulf Hansson
2022-11-01  2:47 ` [PATCH v2 2/3] PM: domains: Consolidate genpd_restore_noirq() and genpd_resume_noirq() Shawn Guo
2022-11-01 10:23   ` Ulf Hansson
2022-11-02  9:30     ` Shawn Guo
2022-11-01  2:47 ` [PATCH v2 3/3] PM: domains: Power off[on] domain in hibernate .freeze[thaw]_noirq hook Shawn Guo
2022-11-01 10:24   ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).