mmc: msm_sdcc: Delay SDCC resume until needed
Resuming a card could take a significant amount of time, impacting user experience. Previous solution used pm_runtime helpers which conflicted with commit d292ce79 - "PM: Limit race conditions between runtime PM and system sleep". Instead, current solution does nothing on pm_resume, and uses an internal flag to keep track of this decision in preparation for the next request. CRs-Fixed: 356367 Change-Id: I0ed5426a4374785967bce0732b09c60b65196658 Signed-off-by:Oluwafemi Adeyemi <aadeyemi@codeaurora.org> Signed-off-by:
Sujit Reddy Thumma <sthumma@codeaurora.org>
Loading
Please sign in to comment