[PATCH v1 0/3] PM: sleep: Updates related to pm_suspend_target_state

Rafael J. Wysocki posted 3 patches 7 months, 1 week ago
[PATCH v1 0/3] PM: sleep: Updates related to pm_suspend_target_state
Posted by Rafael J. Wysocki 7 months, 1 week ago
Hi Everyone,

This allows PM debug messages to be printed during hibernation (again) in
patch [1/3], adds pm_suspend_in_progress() for checking if a system suspend
transition is in progress (which does not cover hibernation) on top of that
(patch [2/3]), and adds pm_sleep_transition_in_progress() covering both
system suspend and hibernation (patch [3/3]).

Thanks!
Re: [PATCH v1 0/3] PM: sleep: Updates related to pm_suspend_target_state
Posted by Mario Limonciello 7 months, 1 week ago
On 5/9/2025 7:49 AM, Rafael J. Wysocki wrote:
> Hi Everyone,
> 
> This allows PM debug messages to be printed during hibernation (again) in
> patch [1/3], adds pm_suspend_in_progress() for checking if a system suspend
> transition is in progress (which does not cover hibernation) on top of that
> (patch [2/3]), and adds pm_sleep_transition_in_progress() covering both
> system suspend and hibernation (patch [3/3]).
> 
> Thanks!
> 
> 
> 

Thanks, LGTM!

Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>