linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ACPI/Sleep: Add init_nvs_nosave_s3() function
@ 2013-01-28  7:47 Lan Tianyu
  2013-01-28  7:47 ` [PATCH 2/2] ACPI/Sleep: use init_nvs_nosave_s3() for Sony Vaio VPCCW29FX and VPCEB1S1E callback in the non-nvs blacklist Lan Tianyu
  2013-01-28 12:21 ` [PATCH 1/2] ACPI/Sleep: Add init_nvs_nosave_s3() function Rafael J. Wysocki
  0 siblings, 2 replies; 4+ messages in thread
From: Lan Tianyu @ 2013-01-28  7:47 UTC (permalink / raw)
  To: rjw; +Cc: Lan Tianyu, stern, swilmet, linux-pm, linux-acpi

commit 1bad2f19f7f7 introduces nvs_nosave_s3 flag to just ban
saving nvs in ths s3 rather than both of s3 and s4. This patch
is to add init_nvs_nosave_s3() to set nvs_nosave_s3 to true for
those machines in the nonvs blacklist which only don't need to
saving nvs during s3 rather than both s3 and s4.

Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
---
 drivers/acpi/sleep.c |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
index 2fcc67d..405b962 100644
--- a/drivers/acpi/sleep.c
+++ b/drivers/acpi/sleep.c
@@ -141,6 +141,12 @@ static int __init init_nvs_nosave(const struct dmi_system_id *d)
 	return 0;
 }
 
+static int __init init_nvs_nosave_s3(const struct dmi_system_id *d)
+{
+	acpi_nvs_nosave_s3();
+	return 0;
+}
+
 static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
 	{
 	.callback = init_old_suspend_ordering,
-- 
1.7.10.4


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

end of thread, other threads:[~2013-01-28 13:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28  7:47 [PATCH 1/2] ACPI/Sleep: Add init_nvs_nosave_s3() function Lan Tianyu
2013-01-28  7:47 ` [PATCH 2/2] ACPI/Sleep: use init_nvs_nosave_s3() for Sony Vaio VPCCW29FX and VPCEB1S1E callback in the non-nvs blacklist Lan Tianyu
2013-01-28 12:21 ` [PATCH 1/2] ACPI/Sleep: Add init_nvs_nosave_s3() function Rafael J. Wysocki
2013-01-28 13:05   ` Lan Tianyu

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