Skip to content
Snippets Groups Projects
Commit 977a7a15 authored by Sahitya Tummala's avatar Sahitya Tummala Committed by Benoit Goby
Browse files

mmc: sdhci-msm: fix issue with tuning command


As of now we ignore CRC/INDEX command failures to tuning command
and still wait for data from card but in case the card did not
receive the command, it won't send the data. This is causing
software request timeout for tuning commands. Hence, software
must not ignore such cmd errors for tuning commands but end the
request immediately after resetting the controller for both CMD
and DATA. Also, wait for 146 MCLK cycles for card to send out the
data and thus to move to transfer state. Its corresponding phase must
also be considered as bad phase.

Bug: 13936571
CRs-fixed: 625855
Change-Id: Ic8462dd9c67e4f18a3ce73d972591772be8c6d10
Signed-off-by: default avatarSahitya Tummala <stummala@codeaurora.org>
parent 9e7fef52
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment