Searched hist:cbe25ce37d6c2623b5ac09128987e98848a54c6c (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/acpi/ |
H A D | device_pm.c | diff cbe25ce37d6c2623b5ac09128987e98848a54c6c Sat Oct 14 17:43:15 CEST 2017 Rafael J. Wysocki <rafael.j.wysocki@intel.com> ACPI / PM: Combine device suspend routines
On top of a previous change getting rid of the PM QoS flag PM_QOS_FLAG_REMOTE_WAKEUP, combine two ACPI device suspend routines, acpi_dev_runtime_suspend() and acpi_dev_suspend_late(), into one, acpi_dev_suspend(), to eliminate some code duplication.
It also avoids enabling wakeup for devices handled by the ACPI LPSS middle layer on driver removal.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
|