Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: integrator: move cpufreq driver to drivers/cpufreq

This patch moves cpufreq driver of ARM based integrator platform to
drivers/cpufreq.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Viresh Kumar and committed by
Rafael J. Wysocki
b7e614c8 cffc96eb

+9 -14
-11
arch/arm/Kconfig
··· 2166 2166 config CPU_FREQ_SA1110 2167 2167 bool 2168 2168 2169 - config CPU_FREQ_INTEGRATOR 2170 - tristate "CPUfreq driver for ARM Integrator CPUs" 2171 - depends on ARCH_INTEGRATOR && CPU_FREQ 2172 - default y 2173 - help 2174 - This enables the CPUfreq driver for ARM Integrator CPUs. 2175 - 2176 - For details, take a look at <file:Documentation/cpu-freq>. 2177 - 2178 - If in doubt, say Y. 2179 - 2180 2169 config CPU_FREQ_S3C 2181 2170 bool 2182 2171 help
-1
arch/arm/mach-integrator/Makefile
··· 9 9 obj-$(CONFIG_ARCH_INTEGRATOR_CP) += integrator_cp.o 10 10 11 11 obj-$(CONFIG_PCI) += pci_v3.o pci.o 12 - obj-$(CONFIG_CPU_FREQ_INTEGRATOR) += cpu.o 13 12 obj-$(CONFIG_INTEGRATOR_IMPD1) += impd1.o
-2
arch/arm/mach-integrator/cpu.c drivers/cpufreq/integrator-cpufreq.c
··· 1 1 /* 2 - * linux/arch/arm/mach-integrator/cpu.c 3 - * 4 2 * Copyright (C) 2001-2002 Deep Blue Solutions Ltd. 5 3 * 6 4 * This program is free software; you can redistribute it and/or modify
+8
drivers/cpufreq/Kconfig.arm
··· 66 66 67 67 If in doubt, say N. 68 68 69 + config ARM_INTEGRATOR 70 + tristate "CPUfreq driver for ARM Integrator CPUs" 71 + depends on ARCH_INTEGRATOR 72 + default y 73 + help 74 + This enables the CPUfreq driver for ARM Integrator CPUs. 75 + If in doubt, say Y. 76 + 69 77 config ARM_KIRKWOOD_CPUFREQ 70 78 def_bool ARCH_KIRKWOOD && OF 71 79 help
+1
drivers/cpufreq/Makefile
··· 57 57 obj-$(CONFIG_ARM_EXYNOS5250_CPUFREQ) += exynos5250-cpufreq.o 58 58 obj-$(CONFIG_ARM_HIGHBANK_CPUFREQ) += highbank-cpufreq.o 59 59 obj-$(CONFIG_ARM_IMX6Q_CPUFREQ) += imx6q-cpufreq.o 60 + obj-$(CONFIG_ARM_INTEGRATOR) += integrator-cpufreq.o 60 61 obj-$(CONFIG_ARM_KIRKWOOD_CPUFREQ) += kirkwood-cpufreq.o 61 62 obj-$(CONFIG_ARM_OMAP2PLUS_CPUFREQ) += omap-cpufreq.o 62 63 obj-$(CONFIG_PXA25x) += pxa2xx-cpufreq.o