OSDN Git Service

ACPICA: Distill multiple sleep method functions to a single function
authorBob Moore <robert.moore@intel.com>
Tue, 14 Feb 2012 10:43:03 +0000 (18:43 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 22 Mar 2012 05:45:00 +0000 (01:45 -0400)
commitf99648b1aff8b6158333a06c50d627be3c243a32
tree79718a2ed4c5962a0b728ba4a13b9303fffbdc13
parentf7b004a17c9183f023796dea0d70284684ec000d
ACPICA: Distill multiple sleep method functions to a single function

Adds acpi_hw_execute_sleep_method to handle the various sleep methods
such as _GTS, _BFS, _WAK, and _SST. Removes the specialized
functions previously used for each of these methods.

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/achware.h
drivers/acpi/acpica/hwsleep.c
drivers/acpi/acpica/hwxfsleep.c