Searched hist:"9 b93d392fdbd336b0f1558592010c0169801afa5" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/mmc/host/ |
H A D | dw_mmc-exynos.c | diff 9b93d392fdbd336b0f1558592010c0169801afa5 Wed Nov 23 03:36:02 CST 2016 Joonyoung Shim <jy0922.shim@samsung.com> mmc: dw_mmc: exynos: fix to call suspend callback
The dw_mmc-exynos should be RPM_ACTIVE on probe() to call suspend callback of runtime PM in pm_runtime_force_suspend() during first system suspend. Also call pm_runtime_get_noresume() on probe() because it doesn't call suspend/resume callback by runtime PM now.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
|