OSDN Git Service

mmc: sdhci-msm: Enable one MID for SDHCI controller
authorSahitya Tummala <stummala@codeaurora.org>
Tue, 3 Mar 2015 08:33:20 +0000 (14:03 +0530)
committerSubhash Jadavani <subhashj@codeaurora.org>
Tue, 31 May 2016 22:27:18 +0000 (15:27 -0700)
commitb0a69fc74bd014dc8109a0dfeab58233d793ceb1
tree349fcf11e25ea9a2882bcf558e2b87b3b5d0f4d2
parentd397fec7fec5e6ead7dd3e54f48faca88aa71cf5
mmc: sdhci-msm: Enable one MID for SDHCI controller

The SDHCI reset for data is getting stuck with the default
MID configuration which uses descriptor requests with MID=0
and data requests with MID=1. This enables interleaving
between MID and is causing reset to be stuck somewhere in the
path DDR<->NOC<->SDHC on few chipsets. Enable one MID mode
as a workaround to this problem which is observed on SDCC5
controller of 8916/8939 and 8992 chipsets.

Change-Id: I12343b35d45774668b7e823ccaa067813fcea4cf
Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
Signed-off-by: Pavan Anamula <pavana@codeaurora.org>
drivers/mmc/host/sdhci-msm.c