]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: mmc: Fix partition switch timeout for some eMMCs
authorAdrian Hunter <adrian.hunter@intel.com>
Thu, 5 May 2016 05:12:28 +0000 (08:12 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 16 May 2016 09:31:28 +0000 (11:31 +0200)
commit3551886250d0bdbbdcb0eca612a5b2172a2b6c83
tree1f53292995e28eb4211442365ad8a77079bbca6c
parent6bca3604f2af280da809d23d08058692f68f5707
mmc: mmc: Fix partition switch timeout for some eMMCs

Some eMMCs set the partition switch timeout too low.

Now typically eMMCs are considered a critical component (e.g. because
they store the root file system) and consequently are expected to be
reliable.  Thus we can neglect the use case where eMMCs can't switch
reliably and we might want a lower timeout to facilitate speedy
recovery.

Although we could employ a quirk for the cards that are affected (if
we could identify them all), as described above, there is little
benefit to having a low timeout, so instead simply set a minimum
timeout.

The minimum is set to 300ms somewhat arbitrarily - the examples that
have been seen had a timeout of 10ms but were sometimes taking 60-70ms.

Cc: stable@vger.kernel.org
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/mmc.c