]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/cpufreq/s5pv210-cpufreq.c
[CPUFREQ] Move ARM Samsung cpufreq drivers to drivers/cpufreq/
authorKukjin Kim <kgene.kim@samsung.com>
Wed, 1 Jun 2011 21:18:22 +0000 (14:18 -0700)
committerDave Jones <davej@redhat.com>
Wed, 13 Jul 2011 22:29:51 +0000 (18:29 -0400)
commitf7d770790f29781116d0de1339214934b8020c1e
treeecdc61b77b8d7c560ea35dd40169a2c2452db9b8
parentbe2de99beaca6506a1f97a636750c108a41b5c00
[CPUFREQ] Move ARM Samsung cpufreq drivers to drivers/cpufreq/

According to discussion of the ARM arch subsystem migration,
ARM cpufreq drivers move to drivers/cpufreq. So this patch
adds Kconfig.arm for ARM like x86 and adds Samsung S5PV210
and EXYNOS4210 cpufreq driver compile in there.
As a note, otherw will be moved.

Cc: Dave Jones <davej@redhat.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Dave Jones <davej@redhat.com>
arch/arm/mach-exynos4/Makefile
arch/arm/mach-exynos4/cpufreq.c [deleted file]
arch/arm/mach-s5pv210/Makefile
arch/arm/mach-s5pv210/cpufreq.c [deleted file]
drivers/cpufreq/Kconfig
drivers/cpufreq/Kconfig.arm [new file with mode: 0644]
drivers/cpufreq/Makefile
drivers/cpufreq/exynos4210-cpufreq.c [new file with mode: 0644]
drivers/cpufreq/s5pv210-cpufreq.c [new file with mode: 0644]