]> Pileus Git - ~andy/linux/commit
ACPICA: Add function to handle PM1 control registers
authorBob Moore <robert.moore@intel.com>
Wed, 18 Feb 2009 06:36:05 +0000 (14:36 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 26 Mar 2009 20:38:26 +0000 (16:38 -0400)
commit32c9ef994d91352b710b948ec369cd18d6bca51b
treed915c0c472f8d99fc2ebd8bd4ef8533489f2232d
parent82d79b86646504a0ab97fe50ac137df65f651a27
ACPICA: Add function to handle PM1 control registers

Added acpi_hw_write_pm1_control. This function writes both of the PM1
control registers (A/B). These registers are different than than
the PM1 A/B status and enable registers in that different values
can be written to the A/B registers.  Most notably, the SLP_TYP
bits can be different, as per the values returned from the _Sx
predefined 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/aclocal.h
drivers/acpi/acpica/hwregs.c
drivers/acpi/acpica/hwsleep.c