Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mmc: omap_hsmmc: fix timeout for cmd and data soft reset
With HSMMC_HAS_UPDATED_RESET reset of cmd/data (SRC/SRD) can be to quick and can be missed resulting in wait for software timeout. With cpu_relax timeout can be long and unpredictable. Use udelay instead for timeout implementation. Reported-by: Yuzheng Ma <[email protected]> Tested-by: Yuzheng Ma <[email protected]> Reviewed-by: Hein Tibosch <[email protected]> Signed-off-by: Jianpeng Ma <[email protected]> Signed-off-by: Balaji T K <[email protected]> Signed-off-by: Chris Ball <[email protected]>
- Loading branch information