commit | 84df6a76648527b23c3d8e562663d342678c19b8 | [log] [tgz] |
---|---|---|
author | Yang Xiwen <forbidden405@outlook.com> | Thu Feb 01 22:05:43 2024 +0800 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Mon Apr 15 16:01:32 2024 +0900 |
tree | cfdedf517ae3648f72732cd53d2bdc01c8ffc31b | |
parent | 0425947155de84ed8f7ceb8149d1a7aeccf1fd04 [diff] |
mmc: dw_mmc: Don't return error if data busy timeout As described in [1], some poor hardware or cards would fail to release the bus and keep driving data lines low. Ignore it and send the next cmd directly seems okay for most cases. [1]: https://patchwork.kernel.org/project/linux-mmc/patch/1424458179-5456-1-git-send-email-dianders@chromium.org/ Signed-off-by: Yang Xiwen <forbidden405@outlook.com> Tested-by: Jaehoon Chung <jh80.chung@samsung.com>