ACPICA: Implicit notify support
authorLin Ming <ming.m.lin@intel.com>
Mon, 13 Dec 2010 05:39:17 +0000 (13:39 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 12 Jan 2011 09:27:00 +0000 (04:27 -0500)
commitbba63a296ffab20e08d9e8252d2f0d99050ac859
tree53d4abf7dc5fcf8b563a6cce554312d800c760e0
parent5a284cd75d635e3c5db0210dc9a9a44c6839f460
ACPICA: Implicit notify support

This feature provides an automatic device notification for wake devices
when a wakeup GPE occurs and there is no corresponding GPE method or
handler. Rather than ignoring such a GPE, an implicit AML Notify
operation is performed on the parent device object.
This feature is not part of the ACPI specification and is provided for
Windows compatibility only.

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/acevents.h
drivers/acpi/acpica/aclocal.h
drivers/acpi/acpica/evgpe.c
drivers/acpi/acpica/evgpeblk.c
drivers/acpi/acpica/evgpeinit.c
drivers/acpi/acpica/evxfgpe.c
drivers/acpi/ec.c
drivers/acpi/scan.c
include/acpi/acpixf.h
include/acpi/actypes.h