]> Git Repo - u-boot.git/commit
mmc: sdhci: set to INT_DATA_END when there are data
authorJaehoon Chung <[email protected]>
Tue, 12 Jul 2016 12:18:46 +0000 (21:18 +0900)
committerJaehoon Chung <[email protected]>
Fri, 5 Aug 2016 02:21:24 +0000 (11:21 +0900)
commit17ea3c862865c0d704646f67dbf8412f9ff54f59
tree1fc4fb6f43a44b254e992c1459daf13a0320aede
parentbae4a1fdf59cddf02acd0070d1da7303fe5ffd0e
mmc: sdhci: set to INT_DATA_END when there are data

There is no data, it doesn't needs to wait for completing data transfer.
(It seems that it can be removed.)
Almost all timeout error is occured from stop command without data.
After applied this patch, I hope that we don't need to increase timeout value anymore.

Signed-off-by: Jaehoon Chung <[email protected]>
Acked-by: Lukasz Majewski <[email protected]>
Tested-by: Lukasz Majewski <[email protected]>
Acked-by: Minkyu Kang <[email protected]>
drivers/mmc/sdhci.c
This page took 0.041488 seconds and 4 git commands to generate.