From: Zhang Rui Date: Mon, 4 Feb 2013 07:10:10 +0000 (+0000) Subject: ACPI: enable ACPI SCI during suspend X-Git-Tag: v3.9-rc1~146^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89a22dadb8810983868f5bbbc5530b27bf714a60;p=pandora-kernel.git ACPI: enable ACPI SCI during suspend Enable ACPI SCI during suspend so that SCI can be used as wake events for PM_SUSPEND_FREEZE. For S3/S4 transition, We disable all GPEs in suspend_ops->prepare_late() to fix a problem that GPEs may trigger SCI before arch_suspend_disable_irqs() is run. So it is safe to leave the SCI enabled until arch_suspend_irq_disable() is run. Signed-off-by: Zhang Rui Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed