projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b1c2ba
)
mmc: msm_sdcc: Schedule clock disable after probe
author
San Mehat
<san@google.com>
Mon, 16 Nov 2009 19:59:01 +0000
(11:59 -0800)
committer
Daniel Walker
<dwalker@codeaurora.org>
Thu, 18 Mar 2010 20:16:02 +0000
(13:16 -0700)
Signed-off-by: San Mehat <san@google.com>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
drivers/mmc/host/msm_sdcc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/msm_sdcc.c
b/drivers/mmc/host/msm_sdcc.c
index 3b096f64ec5297afa8d8596970088e64f02e922b..84b284e3a288c221b68ee2b6cf830725bc9e8074 100644
(file)
--- a/
drivers/mmc/host/msm_sdcc.c
+++ b/
drivers/mmc/host/msm_sdcc.c
@@
-1242,6
+1242,8
@@
msmsdcc_probe(struct platform_device *pdev)
if (host->timer.function)
pr_info("%s: Polling status mode enabled\n", mmc_hostname(mmc));
+ if (host->use_bustimer)
+ mod_timer(&host->busclk_timer, jiffies + HZ);
return 0;
cmd_irq_free:
free_irq(cmd_irqres->start, host);