[ARM] S3C24XX: Split pll code out of regs-clock.h
commit06cc9dbf238fb43cf66d1bd068cfe6e81f669317
authorBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:06:34 +0000 (21 14:06 +0100)
committerBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:12:13 +0000 (21 14:12 +0100)
treea8329736d7e372ab1e25cfa4d3f78763999d232f
parent68308ba13a24ee336c2358c736a2fb2447620671
[ARM] S3C24XX: Split pll code out of regs-clock.h

Move the PLL calculation code into it's own header
file for re-use with the other plat-s3c24xx based
systems such as the S3C24A0.

Note, we change the name of s3c2410_get_pll to the
more generically named s3c24xx_get_pll as well as
the related defintions.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2410/include/mach/regs-clock.h
arch/arm/mach-s3c2410/mach-h1940.c
arch/arm/mach-s3c2410/s3c2410.c
arch/arm/mach-s3c2412/s3c2412.c
arch/arm/plat-s3c24xx/clock.c
arch/arm/plat-s3c24xx/include/plat/pll.h [new file with mode: 0644]
arch/arm/plat-s3c24xx/s3c244x.c