Thread (22 messages) flat view 22 messages, 3 authors, 2011-02-23

[PATCH 5/7] ARM: tegra: timer: Enable timer and rtc clocks

From: Russell King - ARM Linux <hidden>
Date: 2011-02-22 20:56:51
Also in: linux-tegra, lkml

On Mon, Feb 21, 2011 at 06:39:50PM -0800, Colin Cross wrote:
+	struct clk *clk;
 	unsigned long rate = clk_measure_input_freq();
 	int ret;
 
+	clk = clk_get_sys("timer", NULL);
+	BUG_ON(IS_ERR(clk));
+	clk_enable(clk);
+	clk_put(clk);
+
+	clk = clk_get_sys("rtc-tegra", NULL);
+	BUG_ON(IS_ERR(clk));
+	clk_enable(clk);
+	clk_put(clk);
It's probably better to leave them get'd if you're continuing to use
them and just forget the reference.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help