]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: bcm2835: set SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK
authorStephen Warren <swarren@wwwdotorg.org>
Sat, 9 Feb 2013 03:56:27 +0000 (20:56 -0700)
committerChris Ball <cjb@laptop.org>
Tue, 12 Feb 2013 15:42:25 +0000 (10:42 -0500)
commite962206b4c4a46a1e972f17c4c441c637b8bbd4c
tree3db37008c4263001c23bee9c81040fc3a2549c41
parentbbdd64af1a938b1d70afee18b4fd7f615e4a6da1
mmc: bcm2835: set SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK

SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK does basically the same as
implementing struct sdhci_ops .get_timeout_clock, so simply set that
quirk and remove the custom code to simplify the driver.

Reported-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-bcm2835.c