]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci: Allow for long command timeouts
authorAdrian Hunter <adrian.hunter@intel.com>
Thu, 14 Nov 2013 08:16:20 +0000 (10:16 +0200)
committerChris Ball <chris@printf.net>
Mon, 20 Jan 2014 14:54:40 +0000 (09:54 -0500)
commit1ce50fd6a03056c3b19f80ba11210163fa670fac
treefd7969412565a38b9a74a32bac02ce4abff0003e
parent9cc3aaea512fb4b713a19bbaab70ed797f5d6bad
mmc: sdhci: Allow for long command timeouts

The driver has a timer with a 10 second timeout to catch devices that stop
responding.  However it is possible for commands to take even longer than
that.  Change the timer timeout to reflect the command timeout.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/host/sdhci.c