]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: core: enable mmc host device to suspend/resume asynchronously
authorFu, Zhonghui <zhonghui.fu@linux.intel.com>
Fri, 22 Jan 2016 03:32:18 +0000 (11:32 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 2 Feb 2016 12:44:11 +0000 (13:44 +0100)
commit492d74278b559f2f44807de1ecded5e6b5542f83
treefcdd94549e9f68bf5a8da77f9fc4f0dc577ba071
parent67baaaa23533ab668d8d8de6cd935c073e0a7991
mmc: core: enable mmc host device to suspend/resume asynchronously

This patch enables mmc hosts to suspend/resume asynchronously.
This will improve system suspend/resume speed. After applying
this patch and enabling all mmc hosts' child devices to
suspend/resume asynchronously on ASUS T100TA, the system
suspend-to-idle time is reduced from 1645ms to 1107ms, and the
system resume time is reduced from 940ms to 914ms.

Signed-off-by: Zhonghui Fu <zhonghui.fu@linux.intel.com>
Acked-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/host.c