linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/9] ARM: mxc: time: convert to clk_prepare/clk_unprepare
@ 2011-11-10  4:54 Richard Zhao
  2011-11-10  4:54 ` [PATCH 2/9] ARM: mxc: ahci: " Richard Zhao
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Richard Zhao @ 2011-11-10  4:54 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Richard Zhao <richard.zhao@linaro.org>
---
 arch/arm/plat-mxc/time.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-mxc/time.c b/arch/arm/plat-mxc/time.c
index 4b0fe28..5fa0cc4 100644
--- a/arch/arm/plat-mxc/time.c
+++ b/arch/arm/plat-mxc/time.c
@@ -292,6 +292,7 @@ void __init mxc_timer_init(struct clk *timer_clk, void __iomem *base, int irq)
 {
 	uint32_t tctl_val;
 
+	clk_prepare(timer_clk);
 	clk_enable(timer_clk);
 
 	timer_base = base;
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-11-10  8:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10  4:54 [PATCH 1/9] ARM: mxc: time: convert to clk_prepare/clk_unprepare Richard Zhao
2011-11-10  4:54 ` [PATCH 2/9] ARM: mxc: ahci: " Richard Zhao
2011-11-10  4:54 ` [PATCH 3/9] ARM: mxc: pwm: " Richard Zhao
2011-11-10  4:54 ` [PATCH 4/9] ARM: mxc: epit: " Richard Zhao
2011-11-10  4:54 ` [PATCH 5/9] ARM: mxc: arch_reset: " Richard Zhao
2011-11-10  4:54 ` [PATCH 6/9] ARM: mxc: audmux-v2: " Richard Zhao
2011-11-10  4:54 ` [PATCH 7/9] ARM: pm-imx5: " Richard Zhao
2011-11-10  4:54 ` [PATCH 8/9] ARM: mx31moboard: " Richard Zhao
2011-11-10  4:54 ` [PATCH 9/9] ARM: mxs: " Richard Zhao
2011-11-10  8:03 ` [PATCH 1/9] ARM: mxc: time: " Sascha Hauer
2011-11-10  8:18   ` Richard Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).