mmc: core: Suspend cqe during sdhci_msm_reset
During suspend/resume cycle CQE s/w state machine remains active state
(i.e, CQE is in the enabled state) but since suspend/resume triggers
shdci_reset,CQE gets reset and would be in disable state.
There is a mismatch between s/w sate and h/w state which leads to
s/w request timeout.
To synchronize both s/w and h/w states, invoke cqe disable after
sdhci-reset.
Change-Id: I0c1cca005d7c92dd02d66b0aac4d9a688493b12f
Signed-off-by:
Sarthak Garg <sartgarg@codeaurora.org>
Loading
Please register or sign in to comment