]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci: Let a driver override timeout clock frequency
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 24 Sep 2014 07:27:32 +0000 (10:27 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 3 Oct 2014 12:25:34 +0000 (14:25 +0200)
commitf5fa92e58bce2cbcce99c2c5260c0b338a1ef201
treebbb998d49bde5c5dda3f19f9ecdeba4132b58c49
parentff59c520b5fec9733d5402fdfa76fa4435a40bba
mmc: sdhci: Let a driver override timeout clock frequency

Let a driver override the timeout clock frequency by
populating it before calling sdhci_add_host().  Note
the value will otherwise be zero because sdhci_host is
zeroed when allocated.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c