Revert "mmc: sdhci: set to INT_DATA_END when there are data"
authorYuezhang.Mo@sony.com <Yuezhang.Mo@sony.com>
Wed, 17 Mar 2021 06:44:37 +0000 (06:44 +0000)
committerPeng Fan <peng.fan@nxp.com>
Fri, 10 Sep 2021 10:13:34 +0000 (18:13 +0800)
commit4a3ea75de4c5b3053eac326bf1c753ed65df8cb9
tree2b162bfa4a998890604810acb383ab0abecf0e21
parent4412fd8ba2ce5945d04f4b181a96e05576c46bf2
Revert "mmc: sdhci: set to INT_DATA_END when there are data"

This reverts commit 17ea3c862865c0d704646f67dbf8412f9ff54f59.

In eMMC specification, for the response-with-busy(R1b, R5b)
command, the DAT0 will driven to LOW as BUSY status, and in
sdhci specification, the transfer complete bit should be wait
for BUSY status de-assert.

All response-with-busy commands don't contain data, the data
judgement is no need.

Signed-off-by: Yuezhang.Mo <Yuezhang.Mo@sony.com>
Reviewed-by: Andy Wu <Andy.Wu@sony.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/sdhci.c