summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Zobel <dzobel1@motorola.com>2014-04-22 15:53:14 -0500
committerDoug Zobel <dzobel1@motorola.com>2014-04-22 16:43:07 -0500
commit9b999b7836950198502375f1b7dddd38c6e95be6 (patch)
tree6d3b79987143b9cdc4f1fd127a5120a82a9b676c
parentdb2cdb82c574f98080c5129a03c00c1cae3154ab (diff)
downloadolio-linux-3.10-9b999b7836950198502375f1b7dddd38c6e95be6.tar.xz
olio-linux-3.10-9b999b7836950198502375f1b7dddd38c6e95be6.zip
IKXCLOCK-875 Disable secure erase trim command for Toshiba 4GB EMMC
Toshiba 4GB eMMC has problems with secure erase TRIM commands. Disable for now while we investigate with Toshiba. Change-Id: I14cd315b23dff9a4cf26a1436aa127d8595095a3
-rw-r--r--drivers/mmc/card/block.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/card/block.c b/drivers/mmc/card/block.c
index 32e06b986dd..5d04f741899 100644
--- a/drivers/mmc/card/block.c
+++ b/drivers/mmc/card/block.c
@@ -2312,6 +2312,9 @@ static const struct mmc_fixup blk_fixups[] =
MMC_FIXUP("VZL00M", CID_MANFID_SAMSUNG, CID_OEMID_ANY, add_quirk_mmc,
MMC_QUIRK_SEC_ERASE_TRIM_BROKEN),
+ MMC_FIXUP("004G90", CID_MANFID_TOSHIBA, CID_OEMID_ANY, add_quirk_mmc,
+ MMC_QUIRK_SEC_ERASE_TRIM_BROKEN),
+
END_FIXUP
};