mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'
* pm-avs: PM / AVS: rockchip-io: add io selectors and supplies for rk3399 * pm-clk: PM / clk: Add support for obtaining clocks from device-tree * pm-devfreq: PM / devfreq: Spelling s/frequnecy/frequency/ * pm-sleep: ACPI / PM: Runtime resume devices when waking from hibernate PM / sleep: Clear pm_suspend_global_flags upon hibernate
This commit is contained in:
commit
3513ac743d
7 changed files with 170 additions and 1 deletions
|
@ -339,6 +339,7 @@ int hibernation_snapshot(int platform_mode)
|
|||
pm_message_t msg;
|
||||
int error;
|
||||
|
||||
pm_suspend_clear_flags();
|
||||
error = platform_begin(platform_mode);
|
||||
if (error)
|
||||
goto Close;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue