ACPICA: Add support for multiple notify handlers
authorBob Moore <robert.moore@intel.com>
Thu, 3 May 2012 03:08:19 +0000 (11:08 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 1 Jun 2012 15:51:50 +0000 (11:51 -0400)
commit86ed4bc83abf530cf2019044b74f89a39dfd6425
tree7cd21414f6121486079be2ca9cb9ff0a7722e01b
parent5134abfcfb4a8a9ef42c82dabad05762fbf04376
ACPICA: Add support for multiple notify handlers

This change adds support to allow multiple notify handlers on
Device, ThermalZone, and Processor objects. Also re-worked
and restructured the entire notify support code for handler
installation, handler removal, notify event queuing, and notify
dispatch to handler.

Extends and updates original commit 3f0be67("ACPI / ACPICA: Multiple
system notify handlers per device") by Rafael Wysocki.

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/acglobal.h
drivers/acpi/acpica/aclocal.h
drivers/acpi/acpica/acobject.h
drivers/acpi/acpica/evmisc.c
drivers/acpi/acpica/evxface.c
drivers/acpi/acpica/exdump.c
drivers/acpi/acpica/utdelete.c
drivers/acpi/acpica/utglobal.c
include/acpi/actypes.h
This page took 0.025946 seconds and 5 git commands to generate.