]> git.sur5r.net Git - u-boot/commit
mmc: dw_mmc: reduce timeout detection cycle
authorXu Ziyuan <xzy.xu@rock-chips.com>
Tue, 19 Jul 2016 01:38:22 +0000 (09:38 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 28 Jul 2016 02:15:48 +0000 (20:15 -0600)
commit02ebd42cf19e523593d8e4e8f3d02083299fcdbb
tree973455836c56316f03a3f434059c938e6875b3e5
parent61f5ddcb7a997f7b7bca3680cd6f67e60e616841
mmc: dw_mmc: reduce timeout detection cycle

It's no need to speed 10 seconds to wait the mmc device out from busy
status. 500 milliseconds enough.

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Tested-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/dw_mmc.c