This patchset adds a mechanism to query wakeup reasons (fixed events and GPEs). Chen Yu (1): ACPICA: Add new API to query wakeup reasons Lv Zheng (2): ACPI: Add GPE number in wakeup device list ACPI: Add wakeup reason support drivers/acpi/acpica/acevents.h | 2 + drivers/acpi/acpica/acglobal.h | 1 + drivers/acpi/acpica/achware.h | 4 ++ drivers/acpi/acpica/aclocal.h | 1 + drivers/acpi/acpica/evevent.c | 25 ++++++++++ drivers/acpi/acpica/hwgpe.c | 102 ++++++++++++++++++++++++++++++++++++++++ drivers/acpi/acpica/hwsleep.c | 38 +++++++++++++++ drivers/acpi/acpica/hwxfsleep.c | 23 +++++++++ drivers/acpi/proc.c | 7 +-- drivers/acpi/sleep.c | 3 ++ include/acpi/acpixf.h | 1 + 11 files changed, 204 insertions(+), 3 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html