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:
62acb2f
)
ARM: S3C64XX: Combine the clock init code
author
Ben Dooks
<ben-linux@fluff.org>
Tue, 26 Jan 2010 06:10:38 +0000
(15:10 +0900)
committer
Ben Dooks
<ben-linux@fluff.org>
Sat, 20 Feb 2010 22:34:02 +0000
(22:34 +0000)
Turn the init sequence of
s3c24xx_register_baseclocks(xtal);
s3c64xx_register_clocks();
s3c6400_register_clocks(S3C6410_CLKDIV0_ARM_MASK);
into a single call as this is now contained within one file.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
No differences found