]> Git Repo - linux.git/commit
mmc: sdhci: Always pass clock request value zero to set_clock host op
authorTodd Poynor <[email protected]>
Tue, 27 Dec 2011 13:48:46 +0000 (15:48 +0200)
committerChris Ball <[email protected]>
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 <[email protected]>
Acked-by: Adrian Hunter <[email protected]>
Signed-off-by: Chris Ball <[email protected]>
drivers/mmc/host/sdhci.c
This page took 0.054145 seconds and 4 git commands to generate.