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:
f4ef345
)
powerpc/512x: initialize clocks before bus probing
author
Anatolij Gustschin
<agust@denx.de>
Fri, 25 Jan 2013 16:29:21 +0000
(17:29 +0100)
committer
Anatolij Gustschin
<agust@denx.de>
Tue, 29 Jan 2013 08:22:53 +0000
(09:22 +0100)
Early driver probing can fail due to not available clocks
(clk_get() fails) since the clk API init didn't take place yet.
Move clocks init before bus probing.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
No differences found