]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: core: Add default timeout value for CMD6
authorSeungwon Jeon <tgih.jun@samsung.com>
Fri, 23 Sep 2011 05:15:29 +0000 (14:15 +0900)
committerChris Ball <cjb@laptop.org>
Mon, 10 Oct 2011 22:31:34 +0000 (18:31 -0400)
commitf84f5b93a86aff31c5a4b1ad8d82f51dcf7779f9
treee3e804297db87a57301120690bc18dadcf30b7ed
parentcf59af30dffcbab8be4007cf76ec9ffd016caad2
mmc: core: Add default timeout value for CMD6

EXT_CSD[248] includes the default maximum timeout for CMD6.
This field is added at eMMC4.5 Spec. And it can be used for default
timeout except for some operations which don't define the timeout
(i.e. background operation, sanitize, flush cache) in eMMC4.5 Spec.

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/mmc.c
include/linux/mmc/card.h
include/linux/mmc/mmc.h