[ARM] S3C24XX: Split pll code out of regs-clock.h
authorBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:06:34 +0000 (14:06 +0100)
committerBen Dooks <ben-linux@fluff.org>
Mon, 15 Dec 2008 21:46:02 +0000 (21:46 +0000)
commite24b864ab3e1a5916c87e13cfdc94c1d02f0578b
treef2c894494fc6831c72cd980b9d836efa900f5be3
parent93bc6b6371b6b7303ffdae0d69dcdc443b8b0d8a
[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