ACPICA: Split sleep/wake functions into two files
authorBob Moore <[email protected]>
Tue, 14 Feb 2012 10:47:42 +0000 (18:47 +0800)
committerLen Brown <[email protected]>
Thu, 22 Mar 2012 05:45:03 +0000 (01:45 -0400)
commit709585765734e90d9fe0a2dc9c6f4e49eff5c6ec
tree937a5f1bc23c706f9771e9a4cbbee8bd9b497b02
parentf99648b1aff8b6158333a06c50d627be3c243a32
ACPICA: Split sleep/wake functions into two files

The functions for the original/legacy sleep/wake registers are in
hwsleep.c, and the functions for the new extended FADT V5 sleep
registers are in hwesleep.c

Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Lin Ming <[email protected]>
Signed-off-by: Len Brown <[email protected]>
drivers/acpi/acpica/Makefile
drivers/acpi/acpica/achware.h
drivers/acpi/acpica/hwesleep.c [new file with mode: 0644]
drivers/acpi/acpica/hwsleep.c