• U
    mmc: core: Improve runtime PM support during suspend/resume for sd/mmc · 0cb403a2
    Ulf Hansson 提交于
    The card device is considered as in-active after it has been suspended.
    To prevent any further runtime PM requests in suspend state, we then
    disable runtime PM.
    
    After the card device has been resumed, we shall consider it as active,
    like we also do after a probe sequence. When resumed, we can safely
    enable runtime PM again.
    
    This will make sure the PM core can request the card device to go to
    in-active state after a resume has been completed. Previously we had to
    wait for new pm_runtime_get->pm_runtime_put cycle to be executed.
    
    Additionally, once a resume has been carried out, update the last busy
    mark. At the moment this will have no effect but if the PM core will
    respect autosuspend enabled devices, when it directly triggers a
    runtime_suspend from a runtime_idle, it will mean the card device will
    be scheduled for a delayed runtime_suspend instead of done immediately.
    Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
    Signed-off-by: NChris Ball <cjb@laptop.org>
    0cb403a2
mmc.c 44.3 KB