From: Rafael J. Wysocki Date: Thu, 24 Jun 2010 23:21:42 +0000 (+0200) Subject: ACPI / EC: Do not use acpi_set_gpe X-Git-Tag: v2.6.36-rc1~491^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3784730b02b9f147a55b0e4623fcad671273e6e6;p=pandora-kernel.git ACPI / EC: Do not use acpi_set_gpe The EC driver is the last user of acpi_set_gpe() and since it is guaranteed that the EC GPE will not be shared, acpi_disable_gpe() and acpi_enable_gpe() may be used for disabling the GPE temporarilty if a GPE storm is detected and re-enabling it during EC transactions. Signed-off-by: Rafael J. Wysocki Signed-off-by: Len Brown --- Reading git-diff-tree failed