OSDN Git Service

mmc: longer timeout for long read time quirk
authorMatt Gumbel <matthew.k.gumbel@intel.com>
Fri, 20 May 2016 07:33:46 +0000 (10:33 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 23 May 2016 09:52:40 +0000 (11:52 +0200)
commit32ecd320db39bcb007679ed42f283740641b81ea
tree482fb695dcc4aad5cd1ac1f939bf4e2e2659bc96
parentd4aa908c7978f60557a799ca53b5ae4166fd8355
mmc: longer timeout for long read time quirk

008GE0 Toshiba mmc in some Intel Baytrail tablets responds to
MMC_SEND_EXT_CSD in 450-600ms.

This patch will...

() Increase the long read time quirk timeout from 300ms to 600ms. Original
   author of that quirk says 300ms was only a guess and that the number
   may need to be raised in the future.

() Add this specific MMC to the quirk

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