2 * sleep.c - ACPI sleep support.
4 * Copyright (c) 2005 Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
5 * Copyright (c) 2004 David Shaohua Li <shaohua.li@intel.com>
6 * Copyright (c) 2000-2003 Patrick Mochel
7 * Copyright (c) 2003 Open Source Development Lab
9 * This file is released under the GPLv2.
13 #include <linux/delay.h>
14 #include <linux/irq.h>
15 #include <linux/dmi.h>
16 #include <linux/device.h>
17 #include <linux/interrupt.h>
18 #include <linux/suspend.h>
19 #include <linux/reboot.h>
20 #include <linux/acpi.h>
21 #include <linux/module.h>
22 #include <linux/syscore_ops.h>
24 #include <trace/events/power.h>
30 * Some HW-full platforms do not have _S5, so they may need
31 * to leverage efi power off for a shutdown.
34 static u8 sleep_states
[ACPI_S_STATE_COUNT
];
36 static void acpi_sleep_tts_switch(u32 acpi_state
)
40 status
= acpi_execute_simple_method(NULL
, "\\_TTS", acpi_state
);
41 if (ACPI_FAILURE(status
) && status
!= AE_NOT_FOUND
) {
43 * OS can't evaluate the _TTS object correctly. Some warning
44 * message will be printed. But it won't break anything.
46 printk(KERN_NOTICE
"Failure in evaluating _TTS object\n");
50 static int tts_notify_reboot(struct notifier_block
*this,
51 unsigned long code
, void *x
)
53 acpi_sleep_tts_switch(ACPI_STATE_S5
);
57 static struct notifier_block tts_notifier
= {
58 .notifier_call
= tts_notify_reboot
,
63 static int acpi_sleep_prepare(u32 acpi_state
)
65 #ifdef CONFIG_ACPI_SLEEP
66 /* do we have a wakeup address for S2 and S3? */
67 if (acpi_state
== ACPI_STATE_S3
) {
68 if (!acpi_wakeup_address
)
70 acpi_set_waking_vector(acpi_wakeup_address
);
73 ACPI_FLUSH_CPU_CACHE();
75 printk(KERN_INFO PREFIX
"Preparing to enter system sleep state S%d\n",
77 acpi_enable_wakeup_devices(acpi_state
);
78 acpi_enter_sleep_state_prep(acpi_state
);
82 static bool acpi_sleep_state_supported(u8 sleep_state
)
87 status
= acpi_get_sleep_type_data(sleep_state
, &type_a
, &type_b
);
88 return ACPI_SUCCESS(status
) && (!acpi_gbl_reduced_hardware
89 || (acpi_gbl_FADT
.sleep_control
.address
90 && acpi_gbl_FADT
.sleep_status
.address
));
93 #ifdef CONFIG_ACPI_SLEEP
94 static u32 acpi_target_sleep_state
= ACPI_STATE_S0
;
96 u32
acpi_target_system_state(void)
98 return acpi_target_sleep_state
;
100 EXPORT_SYMBOL_GPL(acpi_target_system_state
);
102 static bool pwr_btn_event_pending
;
105 * The ACPI specification wants us to save NVS memory regions during hibernation
106 * and to restore them during the subsequent resume. Windows does that also for
107 * suspend to RAM. However, it is known that this mechanism does not work on
108 * all machines, so we allow the user to disable it with the help of the
109 * 'acpi_sleep=nonvs' kernel command line option.
111 static bool nvs_nosave
;
113 void __init
acpi_nvs_nosave(void)
119 * The ACPI specification wants us to save NVS memory regions during hibernation
120 * but says nothing about saving NVS during S3. Not all versions of Windows
121 * save NVS on S3 suspend either, and it is clear that not all systems need
122 * NVS to be saved at S3 time. To improve suspend/resume time, allow the
123 * user to disable saving NVS on S3 if their system does not require it, but
124 * continue to save/restore NVS for S4 as specified.
126 static bool nvs_nosave_s3
;
128 void __init
acpi_nvs_nosave_s3(void)
130 nvs_nosave_s3
= true;
134 * ACPI 1.0 wants us to execute _PTS before suspending devices, so we allow the
135 * user to request that behavior by using the 'acpi_old_suspend_ordering'
136 * kernel command line option that causes the following variable to be set.
138 static bool old_suspend_ordering
;
140 void __init
acpi_old_suspend_ordering(void)
142 old_suspend_ordering
= true;
145 static int __init
init_old_suspend_ordering(const struct dmi_system_id
*d
)
147 acpi_old_suspend_ordering();
151 static int __init
init_nvs_nosave(const struct dmi_system_id
*d
)
157 static struct dmi_system_id acpisleep_dmi_table
[] __initdata
= {
159 .callback
= init_old_suspend_ordering
,
160 .ident
= "Abit KN9 (nForce4 variant)",
162 DMI_MATCH(DMI_BOARD_VENDOR
, "http://www.abit.com.tw/"),
163 DMI_MATCH(DMI_BOARD_NAME
, "KN9 Series(NF-CK804)"),
167 .callback
= init_old_suspend_ordering
,
168 .ident
= "HP xw4600 Workstation",
170 DMI_MATCH(DMI_SYS_VENDOR
, "Hewlett-Packard"),
171 DMI_MATCH(DMI_PRODUCT_NAME
, "HP xw4600 Workstation"),
175 .callback
= init_old_suspend_ordering
,
176 .ident
= "Asus Pundit P1-AH2 (M2N8L motherboard)",
178 DMI_MATCH(DMI_BOARD_VENDOR
, "ASUSTek Computer INC."),
179 DMI_MATCH(DMI_BOARD_NAME
, "M2N8L"),
183 .callback
= init_old_suspend_ordering
,
184 .ident
= "Panasonic CF51-2L",
186 DMI_MATCH(DMI_BOARD_VENDOR
,
187 "Matsushita Electric Industrial Co.,Ltd."),
188 DMI_MATCH(DMI_BOARD_NAME
, "CF51-2L"),
192 .callback
= init_nvs_nosave
,
193 .ident
= "Sony Vaio VGN-FW41E_H",
195 DMI_MATCH(DMI_SYS_VENDOR
, "Sony Corporation"),
196 DMI_MATCH(DMI_PRODUCT_NAME
, "VGN-FW41E_H"),
200 .callback
= init_nvs_nosave
,
201 .ident
= "Sony Vaio VGN-FW21E",
203 DMI_MATCH(DMI_SYS_VENDOR
, "Sony Corporation"),
204 DMI_MATCH(DMI_PRODUCT_NAME
, "VGN-FW21E"),
208 .callback
= init_nvs_nosave
,
209 .ident
= "Sony Vaio VGN-FW21M",
211 DMI_MATCH(DMI_SYS_VENDOR
, "Sony Corporation"),
212 DMI_MATCH(DMI_PRODUCT_NAME
, "VGN-FW21M"),
216 .callback
= init_nvs_nosave
,
217 .ident
= "Sony Vaio VPCEB17FX",
219 DMI_MATCH(DMI_SYS_VENDOR
, "Sony Corporation"),
220 DMI_MATCH(DMI_PRODUCT_NAME
, "VPCEB17FX"),
224 .callback
= init_nvs_nosave
,
225 .ident
= "Sony Vaio VGN-SR11M",
227 DMI_MATCH(DMI_SYS_VENDOR
, "Sony Corporation"),
228 DMI_MATCH(DMI_PRODUCT_NAME
, "VGN-SR11M"),
232 .callback
= init_nvs_nosave
,
233 .ident
= "Everex StepNote Series",
235 DMI_MATCH(DMI_SYS_VENDOR
, "Everex Systems, Inc."),
236 DMI_MATCH(DMI_PRODUCT_NAME
, "Everex StepNote Series"),
240 .callback
= init_nvs_nosave
,
241 .ident
= "Sony Vaio VPCEB1Z1E",
243 DMI_MATCH(DMI_SYS_VENDOR
, "Sony Corporation"),
244 DMI_MATCH(DMI_PRODUCT_NAME
, "VPCEB1Z1E"),
248 .callback
= init_nvs_nosave
,
249 .ident
= "Sony Vaio VGN-NW130D",
251 DMI_MATCH(DMI_SYS_VENDOR
, "Sony Corporation"),
252 DMI_MATCH(DMI_PRODUCT_NAME
, "VGN-NW130D"),
256 .callback
= init_nvs_nosave
,
257 .ident
= "Sony Vaio VPCCW29FX",
259 DMI_MATCH(DMI_SYS_VENDOR
, "Sony Corporation"),
260 DMI_MATCH(DMI_PRODUCT_NAME
, "VPCCW29FX"),
264 .callback
= init_nvs_nosave
,
265 .ident
= "Averatec AV1020-ED2",
267 DMI_MATCH(DMI_SYS_VENDOR
, "AVERATEC"),
268 DMI_MATCH(DMI_PRODUCT_NAME
, "1000 Series"),
272 .callback
= init_old_suspend_ordering
,
273 .ident
= "Asus A8N-SLI DELUXE",
275 DMI_MATCH(DMI_BOARD_VENDOR
, "ASUSTeK Computer INC."),
276 DMI_MATCH(DMI_BOARD_NAME
, "A8N-SLI DELUXE"),
280 .callback
= init_old_suspend_ordering
,
281 .ident
= "Asus A8N-SLI Premium",
283 DMI_MATCH(DMI_BOARD_VENDOR
, "ASUSTeK Computer INC."),
284 DMI_MATCH(DMI_BOARD_NAME
, "A8N-SLI Premium"),
288 .callback
= init_nvs_nosave
,
289 .ident
= "Sony Vaio VGN-SR26GN_P",
291 DMI_MATCH(DMI_SYS_VENDOR
, "Sony Corporation"),
292 DMI_MATCH(DMI_PRODUCT_NAME
, "VGN-SR26GN_P"),
296 .callback
= init_nvs_nosave
,
297 .ident
= "Sony Vaio VPCEB1S1E",
299 DMI_MATCH(DMI_SYS_VENDOR
, "Sony Corporation"),
300 DMI_MATCH(DMI_PRODUCT_NAME
, "VPCEB1S1E"),
304 .callback
= init_nvs_nosave
,
305 .ident
= "Sony Vaio VGN-FW520F",
307 DMI_MATCH(DMI_SYS_VENDOR
, "Sony Corporation"),
308 DMI_MATCH(DMI_PRODUCT_NAME
, "VGN-FW520F"),
312 .callback
= init_nvs_nosave
,
313 .ident
= "Asus K54C",
315 DMI_MATCH(DMI_SYS_VENDOR
, "ASUSTeK Computer Inc."),
316 DMI_MATCH(DMI_PRODUCT_NAME
, "K54C"),
320 .callback
= init_nvs_nosave
,
321 .ident
= "Asus K54HR",
323 DMI_MATCH(DMI_SYS_VENDOR
, "ASUSTeK Computer Inc."),
324 DMI_MATCH(DMI_PRODUCT_NAME
, "K54HR"),
330 static void __init
acpi_sleep_dmi_check(void)
334 if (dmi_get_date(DMI_BIOS_DATE
, &year
, NULL
, NULL
) && year
>= 2012)
335 acpi_nvs_nosave_s3();
337 dmi_check_system(acpisleep_dmi_table
);
341 * acpi_pm_freeze - Disable the GPEs and suspend EC transactions.
343 static int acpi_pm_freeze(void)
345 acpi_disable_all_gpes();
346 acpi_os_wait_events_complete();
347 acpi_ec_block_transactions();
352 * acpi_pre_suspend - Enable wakeup devices, "freeze" EC and save NVS.
354 static int acpi_pm_pre_suspend(void)
357 return suspend_nvs_save();
361 * __acpi_pm_prepare - Prepare the platform to enter the target state.
363 * If necessary, set the firmware waking vector and do arch-specific
364 * nastiness to get the wakeup code to the waking vector.
366 static int __acpi_pm_prepare(void)
368 int error
= acpi_sleep_prepare(acpi_target_sleep_state
);
370 acpi_target_sleep_state
= ACPI_STATE_S0
;
376 * acpi_pm_prepare - Prepare the platform to enter the target sleep
377 * state and disable the GPEs.
379 static int acpi_pm_prepare(void)
381 int error
= __acpi_pm_prepare();
383 error
= acpi_pm_pre_suspend();
388 static int find_powerf_dev(struct device
*dev
, void *data
)
390 struct acpi_device
*device
= to_acpi_device(dev
);
391 const char *hid
= acpi_device_hid(device
);
393 return !strcmp(hid
, ACPI_BUTTON_HID_POWERF
);
397 * acpi_pm_finish - Instruct the platform to leave a sleep state.
399 * This is called after we wake back up (or if entering the sleep state
402 static void acpi_pm_finish(void)
404 struct device
*pwr_btn_dev
;
405 u32 acpi_state
= acpi_target_sleep_state
;
407 acpi_ec_unblock_transactions();
410 if (acpi_state
== ACPI_STATE_S0
)
413 printk(KERN_INFO PREFIX
"Waking up from system sleep state S%d\n",
415 acpi_disable_wakeup_devices(acpi_state
);
416 acpi_leave_sleep_state(acpi_state
);
418 /* reset firmware waking vector */
419 acpi_set_waking_vector(0);
421 acpi_target_sleep_state
= ACPI_STATE_S0
;
423 acpi_resume_power_resources();
425 /* If we were woken with the fixed power button, provide a small
426 * hint to userspace in the form of a wakeup event on the fixed power
427 * button device (if it can be found).
429 * We delay the event generation til now, as the PM layer requires
430 * timekeeping to be running before we generate events. */
431 if (!pwr_btn_event_pending
)
434 pwr_btn_event_pending
= false;
435 pwr_btn_dev
= bus_find_device(&acpi_bus_type
, NULL
, NULL
,
438 pm_wakeup_event(pwr_btn_dev
, 0);
439 put_device(pwr_btn_dev
);
444 * acpi_pm_start - Start system PM transition.
446 static void acpi_pm_start(u32 acpi_state
)
448 acpi_target_sleep_state
= acpi_state
;
449 acpi_sleep_tts_switch(acpi_target_sleep_state
);
450 acpi_scan_lock_acquire();
454 * acpi_pm_end - Finish up system PM transition.
456 static void acpi_pm_end(void)
458 acpi_scan_lock_release();
460 * This is necessary in case acpi_pm_finish() is not called during a
461 * failing transition to a sleep state.
463 acpi_target_sleep_state
= ACPI_STATE_S0
;
464 acpi_sleep_tts_switch(acpi_target_sleep_state
);
466 #else /* !CONFIG_ACPI_SLEEP */
467 #define acpi_target_sleep_state ACPI_STATE_S0
468 static inline void acpi_sleep_dmi_check(void) {}
469 #endif /* CONFIG_ACPI_SLEEP */
471 #ifdef CONFIG_SUSPEND
472 static u32 acpi_suspend_states
[] = {
473 [PM_SUSPEND_ON
] = ACPI_STATE_S0
,
474 [PM_SUSPEND_STANDBY
] = ACPI_STATE_S1
,
475 [PM_SUSPEND_MEM
] = ACPI_STATE_S3
,
476 [PM_SUSPEND_MAX
] = ACPI_STATE_S5
480 * acpi_suspend_begin - Set the target system sleep state to the state
481 * associated with given @pm_state, if supported.
483 static int acpi_suspend_begin(suspend_state_t pm_state
)
485 u32 acpi_state
= acpi_suspend_states
[pm_state
];
488 error
= (nvs_nosave
|| nvs_nosave_s3
) ? 0 : suspend_nvs_alloc();
492 if (!sleep_states
[acpi_state
]) {
493 pr_err("ACPI does not support sleep state S%u\n", acpi_state
);
496 if (acpi_state
> ACPI_STATE_S1
)
497 pm_set_suspend_via_firmware();
499 acpi_pm_start(acpi_state
);
504 * acpi_suspend_enter - Actually enter a sleep state.
507 * Flush caches and go to sleep. For STR we have to call arch-specific
508 * assembly, which in turn call acpi_enter_sleep_state().
509 * It's unfortunate, but it works. Please fix if you're feeling frisky.
511 static int acpi_suspend_enter(suspend_state_t pm_state
)
513 acpi_status status
= AE_OK
;
514 u32 acpi_state
= acpi_target_sleep_state
;
517 ACPI_FLUSH_CPU_CACHE();
519 trace_suspend_resume(TPS("acpi_suspend"), acpi_state
, true);
520 switch (acpi_state
) {
523 status
= acpi_enter_sleep_state(acpi_state
);
527 if (!acpi_suspend_lowlevel
)
529 error
= acpi_suspend_lowlevel();
532 pr_info(PREFIX
"Low-level resume complete\n");
533 pm_set_resume_via_firmware();
536 trace_suspend_resume(TPS("acpi_suspend"), acpi_state
, false);
538 /* This violates the spec but is required for bug compatibility. */
539 acpi_write_bit_register(ACPI_BITREG_SCI_ENABLE
, 1);
541 /* Reprogram control registers */
542 acpi_leave_sleep_state_prep(acpi_state
);
544 /* ACPI 3.0 specs (P62) says that it's the responsibility
545 * of the OSPM to clear the status bit [ implying that the
546 * POWER_BUTTON event should not reach userspace ]
548 * However, we do generate a small hint for userspace in the form of
549 * a wakeup event. We flag this condition for now and generate the
550 * event later, as we're currently too early in resume to be able to
551 * generate wakeup events.
553 if (ACPI_SUCCESS(status
) && (acpi_state
== ACPI_STATE_S3
)) {
554 acpi_event_status pwr_btn_status
= ACPI_EVENT_FLAG_DISABLED
;
556 acpi_get_event_status(ACPI_EVENT_POWER_BUTTON
, &pwr_btn_status
);
558 if (pwr_btn_status
& ACPI_EVENT_FLAG_STATUS_SET
) {
559 acpi_clear_event(ACPI_EVENT_POWER_BUTTON
);
561 pwr_btn_event_pending
= true;
566 * Disable and clear GPE status before interrupt is enabled. Some GPEs
567 * (like wakeup GPE) haven't handler, this can avoid such GPE misfire.
568 * acpi_leave_sleep_state will reenable specific GPEs later
570 acpi_disable_all_gpes();
571 /* Allow EC transactions to happen. */
572 acpi_ec_unblock_transactions();
574 suspend_nvs_restore();
576 return ACPI_SUCCESS(status
) ? 0 : -EFAULT
;
579 static int acpi_suspend_state_valid(suspend_state_t pm_state
)
585 case PM_SUSPEND_STANDBY
:
587 acpi_state
= acpi_suspend_states
[pm_state
];
589 return sleep_states
[acpi_state
];
595 static const struct platform_suspend_ops acpi_suspend_ops
= {
596 .valid
= acpi_suspend_state_valid
,
597 .begin
= acpi_suspend_begin
,
598 .prepare_late
= acpi_pm_prepare
,
599 .enter
= acpi_suspend_enter
,
600 .wake
= acpi_pm_finish
,
605 * acpi_suspend_begin_old - Set the target system sleep state to the
606 * state associated with given @pm_state, if supported, and
607 * execute the _PTS control method. This function is used if the
608 * pre-ACPI 2.0 suspend ordering has been requested.
610 static int acpi_suspend_begin_old(suspend_state_t pm_state
)
612 int error
= acpi_suspend_begin(pm_state
);
614 error
= __acpi_pm_prepare();
620 * The following callbacks are used if the pre-ACPI 2.0 suspend ordering has
623 static const struct platform_suspend_ops acpi_suspend_ops_old
= {
624 .valid
= acpi_suspend_state_valid
,
625 .begin
= acpi_suspend_begin_old
,
626 .prepare_late
= acpi_pm_pre_suspend
,
627 .enter
= acpi_suspend_enter
,
628 .wake
= acpi_pm_finish
,
630 .recover
= acpi_pm_finish
,
633 static int acpi_freeze_begin(void)
635 acpi_scan_lock_acquire();
639 static int acpi_freeze_prepare(void)
641 acpi_enable_wakeup_devices(ACPI_STATE_S0
);
642 acpi_enable_all_wakeup_gpes();
643 acpi_os_wait_events_complete();
644 if (acpi_sci_irq_valid())
645 enable_irq_wake(acpi_sci_irq
);
649 static void acpi_freeze_restore(void)
651 acpi_disable_wakeup_devices(ACPI_STATE_S0
);
652 if (acpi_sci_irq_valid())
653 disable_irq_wake(acpi_sci_irq
);
654 acpi_enable_all_runtime_gpes();
657 static void acpi_freeze_end(void)
659 acpi_scan_lock_release();
662 static const struct platform_freeze_ops acpi_freeze_ops
= {
663 .begin
= acpi_freeze_begin
,
664 .prepare
= acpi_freeze_prepare
,
665 .restore
= acpi_freeze_restore
,
666 .end
= acpi_freeze_end
,
669 static void acpi_sleep_suspend_setup(void)
673 for (i
= ACPI_STATE_S1
; i
< ACPI_STATE_S4
; i
++)
674 if (acpi_sleep_state_supported(i
))
678 * Use suspend-to-idle by default if ACPI_FADT_LOW_POWER_S0 is set and
679 * the default suspend mode was not selected from the command line.
681 if (acpi_gbl_FADT
.flags
& ACPI_FADT_LOW_POWER_S0
&&
682 mem_sleep_default
> PM_SUSPEND_MEM
)
683 mem_sleep_default
= PM_SUSPEND_FREEZE
;
685 suspend_set_ops(old_suspend_ordering
?
686 &acpi_suspend_ops_old
: &acpi_suspend_ops
);
687 freeze_set_ops(&acpi_freeze_ops
);
690 #else /* !CONFIG_SUSPEND */
691 static inline void acpi_sleep_suspend_setup(void) {}
692 #endif /* !CONFIG_SUSPEND */
694 #ifdef CONFIG_PM_SLEEP
695 static u32 saved_bm_rld
;
697 static int acpi_save_bm_rld(void)
699 acpi_read_bit_register(ACPI_BITREG_BUS_MASTER_RLD
, &saved_bm_rld
);
703 static void acpi_restore_bm_rld(void)
705 u32 resumed_bm_rld
= 0;
707 acpi_read_bit_register(ACPI_BITREG_BUS_MASTER_RLD
, &resumed_bm_rld
);
708 if (resumed_bm_rld
== saved_bm_rld
)
711 acpi_write_bit_register(ACPI_BITREG_BUS_MASTER_RLD
, saved_bm_rld
);
714 static struct syscore_ops acpi_sleep_syscore_ops
= {
715 .suspend
= acpi_save_bm_rld
,
716 .resume
= acpi_restore_bm_rld
,
719 void acpi_sleep_syscore_init(void)
721 register_syscore_ops(&acpi_sleep_syscore_ops
);
724 static inline void acpi_sleep_syscore_init(void) {}
725 #endif /* CONFIG_PM_SLEEP */
727 #ifdef CONFIG_HIBERNATION
728 static unsigned long s4_hardware_signature
;
729 static struct acpi_table_facs
*facs
;
730 static bool nosigcheck
;
732 void __init
acpi_no_s4_hw_signature(void)
737 static int acpi_hibernation_begin(void)
741 error
= nvs_nosave
? 0 : suspend_nvs_alloc();
743 acpi_pm_start(ACPI_STATE_S4
);
748 static int acpi_hibernation_enter(void)
750 acpi_status status
= AE_OK
;
752 ACPI_FLUSH_CPU_CACHE();
754 /* This shouldn't return. If it returns, we have a problem */
755 status
= acpi_enter_sleep_state(ACPI_STATE_S4
);
756 /* Reprogram control registers */
757 acpi_leave_sleep_state_prep(ACPI_STATE_S4
);
759 return ACPI_SUCCESS(status
) ? 0 : -EFAULT
;
762 static void acpi_hibernation_leave(void)
764 pm_set_resume_via_firmware();
766 * If ACPI is not enabled by the BIOS and the boot kernel, we need to
770 /* Reprogram control registers */
771 acpi_leave_sleep_state_prep(ACPI_STATE_S4
);
772 /* Check the hardware signature */
773 if (facs
&& s4_hardware_signature
!= facs
->hardware_signature
)
774 pr_crit("ACPI: Hardware changed while hibernated, success doubtful!\n");
775 /* Restore the NVS memory area */
776 suspend_nvs_restore();
777 /* Allow EC transactions to happen. */
778 acpi_ec_unblock_transactions();
781 static void acpi_pm_thaw(void)
783 acpi_ec_unblock_transactions();
784 acpi_enable_all_runtime_gpes();
787 static const struct platform_hibernation_ops acpi_hibernation_ops
= {
788 .begin
= acpi_hibernation_begin
,
790 .pre_snapshot
= acpi_pm_prepare
,
791 .finish
= acpi_pm_finish
,
792 .prepare
= acpi_pm_prepare
,
793 .enter
= acpi_hibernation_enter
,
794 .leave
= acpi_hibernation_leave
,
795 .pre_restore
= acpi_pm_freeze
,
796 .restore_cleanup
= acpi_pm_thaw
,
800 * acpi_hibernation_begin_old - Set the target system sleep state to
801 * ACPI_STATE_S4 and execute the _PTS control method. This
802 * function is used if the pre-ACPI 2.0 suspend ordering has been
805 static int acpi_hibernation_begin_old(void)
809 * The _TTS object should always be evaluated before the _PTS object.
810 * When the old_suspended_ordering is true, the _PTS object is
811 * evaluated in the acpi_sleep_prepare.
813 acpi_sleep_tts_switch(ACPI_STATE_S4
);
815 error
= acpi_sleep_prepare(ACPI_STATE_S4
);
819 error
= suspend_nvs_alloc();
821 acpi_target_sleep_state
= ACPI_STATE_S4
;
822 acpi_scan_lock_acquire();
829 * The following callbacks are used if the pre-ACPI 2.0 suspend ordering has
832 static const struct platform_hibernation_ops acpi_hibernation_ops_old
= {
833 .begin
= acpi_hibernation_begin_old
,
835 .pre_snapshot
= acpi_pm_pre_suspend
,
836 .prepare
= acpi_pm_freeze
,
837 .finish
= acpi_pm_finish
,
838 .enter
= acpi_hibernation_enter
,
839 .leave
= acpi_hibernation_leave
,
840 .pre_restore
= acpi_pm_freeze
,
841 .restore_cleanup
= acpi_pm_thaw
,
842 .recover
= acpi_pm_finish
,
845 static void acpi_sleep_hibernate_setup(void)
847 if (!acpi_sleep_state_supported(ACPI_STATE_S4
))
850 hibernation_set_ops(old_suspend_ordering
?
851 &acpi_hibernation_ops_old
: &acpi_hibernation_ops
);
852 sleep_states
[ACPI_STATE_S4
] = 1;
856 acpi_get_table(ACPI_SIG_FACS
, 1, (struct acpi_table_header
**)&facs
);
858 s4_hardware_signature
= facs
->hardware_signature
;
860 #else /* !CONFIG_HIBERNATION */
861 static inline void acpi_sleep_hibernate_setup(void) {}
862 #endif /* !CONFIG_HIBERNATION */
864 static void acpi_power_off_prepare(void)
866 /* Prepare to power off the system */
867 acpi_sleep_prepare(ACPI_STATE_S5
);
868 acpi_disable_all_gpes();
869 acpi_os_wait_events_complete();
872 static void acpi_power_off(void)
874 /* acpi_sleep_prepare(ACPI_STATE_S5) should have already been called */
875 printk(KERN_DEBUG
"%s called\n", __func__
);
877 acpi_enter_sleep_state(ACPI_STATE_S5
);
880 int __init
acpi_sleep_init(void)
882 char supported
[ACPI_S_STATE_COUNT
* 3 + 1];
883 char *pos
= supported
;
886 acpi_sleep_dmi_check();
888 sleep_states
[ACPI_STATE_S0
] = 1;
890 acpi_sleep_syscore_init();
891 acpi_sleep_suspend_setup();
892 acpi_sleep_hibernate_setup();
894 if (acpi_sleep_state_supported(ACPI_STATE_S5
)) {
895 sleep_states
[ACPI_STATE_S5
] = 1;
896 pm_power_off_prepare
= acpi_power_off_prepare
;
897 pm_power_off
= acpi_power_off
;
903 for (i
= 0; i
< ACPI_S_STATE_COUNT
; i
++) {
905 pos
+= sprintf(pos
, " S%d", i
);
907 pr_info(PREFIX
"(supports%s)\n", supported
);
910 * Register the tts_notifier to reboot notifier list so that the _TTS
911 * object can also be evaluated when the system enters S5.
913 register_reboot_notifier(&tts_notifier
);