]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb26a2ad8da9e3099e94c384be577244b0b653108
tree53d4abf7dc5fcf8b563a6cce554312d800c760e0
parente616b815dfee945edbbc3c137fd56b1a658b3e03
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