]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: core: Separate the timeout value for cache-ctrl
authorSeungwon Jeon <tgih.jun@samsung.com>
Fri, 9 Dec 2011 08:47:17 +0000 (17:47 +0900)
committerChris Ball <cjb@laptop.org>
Thu, 12 Jan 2012 20:17:14 +0000 (15:17 -0500)
commit8bc0678b845531221ba2ea6efe34db66e587705b
treed0ffa31202536d956de642786d39be023e57c71f
parent984589e59f5796b4ef9a778c6a1937fc9319c423
mmc: core: Separate the timeout value for cache-ctrl

Turning the cache off implies flushing cache which doesn't define
maximum timeout unlike cache-on. This patch will apply the generic
CMD6 timeout only for cache-on. Additionally the kernel message is
added for checking failure case of cache-on.

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/core.c
drivers/mmc/core/mmc.c