]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ACPICA: Add GPE support for dynamically loaded ACPI tables
authorBob Moore <robert.moore@intel.com>
Tue, 27 Apr 2010 03:32:28 +0000 (11:32 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 6 May 2010 07:05:54 +0000 (03:05 -0400)
commit186c307f008d2a53961cd970aaf7cb9c33e79cb1
treed0f6af298f4012aafed58c27b8db498ddd9ed7ba
parentb9ee2043096b02e5da8c62f9a8a8f2e172b3606b
ACPICA: Add GPE support for dynamically loaded ACPI tables

For all GPEs, including FADT-based and GPE Block Devices, execute
any _PRW methods in the new table, and process any _Lxx/_Exx GPE
methods in the new table. Any runtime GPE that is referred to
by an _Lxx/_Exx method in the new table is immediately enabled.
ACPICA BZ 833.

http://www.acpica.org/bugzilla/show_bug.cgi?id=833

Signed-off-by: Bob Moore <robert.moore@intel.com>
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/exconfig.c