commit | 0504913c13425cf197c7ea7081f427c208f95283 | [log] [tgz] |
---|---|---|
author | Asutosh Das <asutoshd@codeaurora.org> | Wed May 09 12:38:15 2012 +0530 |
committer | Subhash Jadavani <subhashj@codeaurora.org> | Thu May 10 11:31:15 2012 +0530 |
tree | 5bd00e64fc955ad50e153d1389ec049c95cac3c9 | |
parent | 8d21d64d4028a7ef2df1340c6ad4f11073781c42 [diff] |
mmc: msm_sdcc: Set DAT_CMD bit for all ADTC commands Previously, DAT_CMD bit was not being set for ACMD51, even though it is a read SCR command. This prevented data timeout interrupts in some cases. This fix sets the DAT_CMD bit for all ADTC (Addressed Data Transfer Commands) command types e.g. CMD24/25. CRs-Fixed: 359800 Change-Id: I70ae20474eadd803798b8dc054816d7687a79886 Signed-off-by: Asutosh Das <asutoshd@codeaurora.org>