From: Rafael J. Wysocki Date: Wed, 23 Jul 2014 05:12:16 +0000 (+0800) Subject: ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake. X-Git-Tag: omap-for-v3.17/fixes-against-rc2~142^2~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c12f07d17c12193256a99e20c9a0f130fb8f7be8;p=pandora-kernel.git ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake. ACPICA commit c49dbfed2bc069d0038ea7e1294409bfde7c2c8c Some potential callers of acpi_setup_gpe_for_wake may know in advance that there won't be any notify handlers installed for device wake notifications from the given GPE (one example is a button GPE in Linux). For these cases, acpi_mark_gpe_for_wake should be used instead of acpi_setup_gpe_for_wake. This will set the ACPI_GPE_CAN_WAKE flag for the GPE without trying to setup implicit wake notification for it (since there's no handler method). Rafael Wysocki. Signed-off-by: Rafael J. Wysocki Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- Reading git-diff-tree failed