]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00289406-2 mmc: sdhci-esdhc-imx: add SDHCI_QUIRK2_NOSTD_TIMEOUT_COUNTER
authorDong Aisheng <b29396@freescale.com>
Fri, 22 Nov 2013 12:39:15 +0000 (20:39 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 20 Aug 2014 08:06:45 +0000 (10:06 +0200)
commitee3c8a27e7d8896eaeeaec00ee3878e4d616307d
treebf4766142a159f1bd97ae896e1c1fda58eab32ad
parentd07c5d09906566b72fbd634f395ca357d66b4a43
ENGR00289406-2 mmc: sdhci-esdhc-imx: add SDHCI_QUIRK2_NOSTD_TIMEOUT_COUNTER

The max timeout counter for uSDHC is SDCLK x (1 << 28), not as standard
controller defined as TMCLK x (1 <<27).
Add SDHCI_QUIRK2_NOSTD_TIMEOUT_COUNTER quirk to handle it.

Signed-off-by: Dong Aisheng <b29396@freescale.com>
drivers/mmc/host/sdhci-esdhc-imx.c