Files
u-boot/drivers
mingming lee fb80eaa9d8 mmc: mtk-sd: fix hang when data read quickly
For CMD21 tuning data, the 128/64 bytes data may coming in very
short time, before msdc_start_data(), the read data has already
come, in this case, clear MSDC_INT will cause the interrupt disappear
and lead to the thread hang.

the solution is just clear all interrupts before command was sent.

Signed-off-by: mingming lee <mingming.lee@mediatek.com>
2020-01-16 09:39:45 -05:00
..
2019-12-02 18:23:09 -05:00
2020-01-07 14:37:50 +01:00
2020-01-10 10:25:13 -05:00
2019-08-07 15:31:04 -04:00
2020-01-14 22:54:00 +01:00
2019-11-01 16:45:40 +03:00
2020-01-10 10:25:13 -05:00
2020-01-06 17:07:49 -05:00
2020-01-10 14:18:26 -05:00