]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: sdhci: Always pass clock request value zero to set_clock host op
authorTodd Poynor <toddpoynor@google.com>
Tue, 27 Dec 2011 13:48:46 +0000 (15:48 +0200)
committerChris Ball <cjb@laptop.org>
Thu, 12 Jan 2012 04:58:47 +0000 (23:58 -0500)
commit30832ab56c80d96cfaf5a786524f0d8c57fadfa1
tree4afa0434624ca794611d61d17892770f9e41644e
parente2a0a5829c4069ee4a0f28c7301187ffaba91a46
mmc: sdhci: Always pass clock request value zero to set_clock host op

To allow the set_clock host op to disable the SDCLK source when not
needed, always call the host op when the requested clock speed is
zero.  Do this even if host->clock already equals zero, because
the SDHCI driver may set that value (without calling the host op)
to force an update at the next (non-zero-speed) call.

Signed-off-by: Todd Poynor <toddpoynor@google.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci.c