]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: S3C24XX: remove legacy clock code
authorHeiko Stuebner <heiko@sntech.de>
Thu, 8 May 2014 20:49:36 +0000 (05:49 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 12 May 2014 23:00:45 +0000 (08:00 +0900)
commitdefd9da51d1a472ffa7a92ba71ffa07839bdc1a3
tree0d9105b3ff04ea3dfcf73d1532d7e9b7a7a16c61
parent07ee5e7c3ec00b30996160e9a378471872ea779e
ARM: S3C24XX: remove legacy clock code

With the move to the common clock framework completed for s3c2410, s3c2440
and s3c2442, the legacy clock code for these machines can go away too.

This also includes the legacy dclk code, as all legacy users are converted.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
13 files changed:
arch/arm/mach-s3c24xx/Kconfig
arch/arm/mach-s3c24xx/Makefile
arch/arm/mach-s3c24xx/clock-dclk.c [deleted file]
arch/arm/mach-s3c24xx/clock-s3c2410.c [deleted file]
arch/arm/mach-s3c24xx/clock-s3c2440.c [deleted file]
arch/arm/mach-s3c24xx/clock-s3c244x.c [deleted file]
arch/arm/mach-s3c24xx/common.h
arch/arm/mach-s3c24xx/include/mach/regs-clock.h
arch/arm/mach-s3c24xx/include/mach/regs-gpio.h
arch/arm/mach-s3c24xx/pm.c
arch/arm/mach-s3c24xx/s3c2410.c
arch/arm/mach-s3c24xx/s3c2442.c
arch/arm/mach-s3c24xx/s3c244x.c