git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12aad63
)
ARM: imx6: use common of_clk_init() call to initialize clocks
author
Shawn Guo
<shawn.guo@linaro.org>
Tue, 21 May 2013 01:58:51 +0000
(09:58 +0800)
committer
Shawn Guo
<shawn.guo@linaro.org>
Mon, 17 Jun 2013 07:45:14 +0000
(15:45 +0800)
Instead of explicitly calling clock initialization functions, we can
declare the functions with CLK_OF_DECLARE() and then call common
of_clk_init() to have them invoked properly.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
No differences found