ARM: SAMSUNG: Remove legacy clock code
authorTomasz Figa <t.figa@samsung.com>
Wed, 2 Jul 2014 17:42:03 +0000 (19:42 +0200)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 18 Jul 2014 19:24:59 +0000 (04:24 +0900)
commit32726d2d5502302ba5753854f5f2f12ba22681c4
treee432c5599c79ea3bdf7304477cdebb39e3a82c26
parentf73d4cb681d2ede6d31974dde3ecce7a3ae8e8ff
ARM: SAMSUNG: Remove legacy clock code

Since S5PV210 now has a complete clock driver using Common Clock
Framework, there is no reason to keep the old code. Remove it together
with the whole legacy Samsung-specific clock framework which no longer
has any users.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
42 files changed:
arch/arm/Kconfig
arch/arm/mach-exynos/pm.c
arch/arm/mach-s3c24xx/common.c
arch/arm/mach-s3c24xx/iotiming-s3c2412.c
arch/arm/mach-s3c24xx/mach-h1940.c
arch/arm/mach-s3c24xx/mach-jive.c
arch/arm/mach-s3c24xx/mach-smdk2413.c
arch/arm/mach-s3c24xx/mach-smdk2416.c
arch/arm/mach-s3c24xx/mach-smdk2443.c
arch/arm/mach-s3c24xx/mach-vstms.c
arch/arm/mach-s3c24xx/s3c2410.c
arch/arm/mach-s3c24xx/s3c2412.c
arch/arm/mach-s3c24xx/s3c2442.c
arch/arm/mach-s3c24xx/s3c244x.c
arch/arm/mach-s3c64xx/mach-anw6410.c
arch/arm/mach-s3c64xx/mach-crag6410.c
arch/arm/mach-s3c64xx/mach-hmt.c
arch/arm/mach-s3c64xx/mach-ncp.c
arch/arm/mach-s3c64xx/mach-smartq.c
arch/arm/mach-s3c64xx/mach-smdk6400.c
arch/arm/mach-s3c64xx/mach-smdk6410.c
arch/arm/mach-s3c64xx/s3c6400.c
arch/arm/mach-s3c64xx/s3c6410.c
arch/arm/mach-s5pv210/Kconfig
arch/arm/mach-s5pv210/Makefile
arch/arm/mach-s5pv210/clock.c [deleted file]
arch/arm/mach-s5pv210/common.c
arch/arm/mach-s5pv210/common.h
arch/arm/mach-s5pv210/mach-goni.c
arch/arm/mach-s5pv210/mach-smdkv210.c
arch/arm/mach-s5pv210/pm.c
arch/arm/plat-samsung/Kconfig
arch/arm/plat-samsung/Makefile
arch/arm/plat-samsung/clock-clksrc.c [deleted file]
arch/arm/plat-samsung/clock.c [deleted file]
arch/arm/plat-samsung/include/plat/clock-clksrc.h [deleted file]
arch/arm/plat-samsung/include/plat/clock.h [deleted file]
arch/arm/plat-samsung/include/plat/cpu-freq-core.h
arch/arm/plat-samsung/include/plat/pll.h [deleted file]
arch/arm/plat-samsung/include/plat/s5p-clock.h [deleted file]
arch/arm/plat-samsung/init.c
arch/arm/plat-samsung/s5p-clock.c [deleted file]