[PATCH v6 04/17] ARM64 / ACPI: Introduce sleep-arm.c

2015-01-04 Thread Hanjun Guo
From: Graeme Gregory ACPI 5.1 does not currently support S states for ARM64 hardware but ACPI code will call acpi_target_system_state() for device power managment, so introduce sleep-arm.c to allow other drivers to function until S states are defined. Tested-by: Suravee Suthikulpanit

[PATCH v6 04/17] ARM64 / ACPI: Introduce sleep-arm.c

2015-01-04 Thread Hanjun Guo
From: Graeme Gregory graeme.greg...@linaro.org ACPI 5.1 does not currently support S states for ARM64 hardware but ACPI code will call acpi_target_system_state() for device power managment, so introduce sleep-arm.c to allow other drivers to function until S states are defined. Tested-by: Suravee