OSDN Git Service

mmc: cmdq_hci: Fix issue with triggering queue status after dcmd
authorSahitya Tummala <stummala@codeaurora.org>
Mon, 5 Oct 2015 10:50:10 +0000 (16:20 +0530)
committerSubhash Jadavani <subhashj@codeaurora.org>
Tue, 31 May 2016 22:27:37 +0000 (15:27 -0700)
commit77da995311249747adf8b5e3b08e1ab415437f25
treeab501b02741470d129a16fed56b809a6093c8aeb
parentd2cd07bae2906121ab050ef345b26ae5f401f9ca
mmc: cmdq_hci: Fix issue with triggering queue status after dcmd

To trigger queue status command after sending dcmd, we need
to set bit 31 of CQ_VENDOR_CFG register. But the current code
incorrectly sets bit 31 of CQCTL register.

Change-Id: Ic5b914cf6a5237ac51b2104453caba2c49c1efbc
Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
drivers/mmc/host/cmdq_hci.c