ARM: s3c: remove cpufreq header dependencies
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Aug 2020 18:20:52 +0000 (20:20 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 20 Aug 2020 15:52:05 +0000 (17:52 +0200)
commit81b11a6a09964cfea4c525d22548790a1d92d38f
tree2f1caee50d56b318114f3e6929ca1923cabc8f2d
parent01e93a173935d11061721c3eb90a54f80719b54f
ARM: s3c: remove cpufreq header dependencies

The cpufreq drivers are split between the machine directory
and the drivers/cpufreq directory. In order to share header
files after we convert s3c to multiplatform, those headers
have to live in a different global location.

Move them to linux/soc/samsung/ in lack of a better place.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/20200806182059.2431-35-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
26 files changed:
arch/arm/mach-s3c24xx/common.c
arch/arm/mach-s3c24xx/cpufreq-utils.c
arch/arm/mach-s3c24xx/iotiming-s3c2410.c
arch/arm/mach-s3c24xx/iotiming-s3c2412.c
arch/arm/mach-s3c24xx/mach-bast.c
arch/arm/mach-s3c24xx/mach-osiris-dvs.c
arch/arm/mach-s3c24xx/mach-osiris.c
arch/arm/mach-s3c24xx/pll-s3c2410.c
arch/arm/mach-s3c24xx/pll-s3c2440-12000000.c
arch/arm/mach-s3c24xx/pll-s3c2440-16934400.c
arch/arm/mach-s3c24xx/s3c2410.c
arch/arm/mach-s3c24xx/s3c2412.c
arch/arm/mach-s3c24xx/s3c244x.c
arch/arm/mach-s3c64xx/s3c6400.c
arch/arm/mach-s3c64xx/s3c6410.c
arch/arm/plat-samsung/include/plat/cpu-freq-core.h [deleted file]
arch/arm/plat-samsung/include/plat/cpu-freq.h [deleted file]
arch/arm/plat-samsung/include/plat/cpu.h
drivers/cpufreq/s3c2410-cpufreq.c
drivers/cpufreq/s3c2412-cpufreq.c
drivers/cpufreq/s3c2440-cpufreq.c
drivers/cpufreq/s3c24xx-cpufreq-debugfs.c
drivers/cpufreq/s3c24xx-cpufreq.c
include/linux/soc/samsung/s3c-cpu-freq.h [new file with mode: 0644]
include/linux/soc/samsung/s3c-cpufreq-core.h [new file with mode: 0644]
include/linux/soc/samsung/s3c-pm.h