From 1e881786c9038cd78dfa325b012f4a00ce1bcfd4 Mon Sep 17 00:00:00 2001 From: Jianpeng Ma Date: Mon, 21 Oct 2013 00:25:20 +0530 Subject: [PATCH] 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 Tested-by: Yuzheng Ma Reviewed-by: Hein Tibosch Signed-off-by: Jianpeng Ma Signed-off-by: Balaji T K Signed-off-by: Chris Ball --- Reading git-format-patch failed