]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 9 Sep 2014 14:28:03 +0000 (19:58 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 3 Oct 2014 13:37:54 +0000 (15:37 +0200)
commit7741b50fe02a3ac052e1339023be119a6964abc3
tree56c887ddf156924bcf86716690f51080ebdbfc21
parent8e27aa6524d9d094db3905a26fd9b452339f05f6
cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'

The naming convention of this driver was always under the scanner, people
complained that it should have a more generic name than cpu0, as it manages all
CPUs that are sharing clock lines.

Also, in future it will be modified to support any number of clusters with
separate clock/voltage lines.

Lets rename it to 'cpufreq_dt' from 'cpufreq_cpu0'.

Tested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
21 files changed:
Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt [deleted file]
Documentation/devicetree/bindings/cpufreq/cpufreq-dt.txt [new file with mode: 0644]
arch/arm/configs/mvebu_v7_defconfig
arch/arm/mach-imx/imx27-dt.c
arch/arm/mach-imx/mach-imx51.c
arch/arm/mach-mvebu/pmsu.c
arch/arm/mach-omap2/pm.c
arch/arm/mach-shmobile/board-ape6evm-reference.c
arch/arm/mach-shmobile/cpufreq.c
arch/arm/mach-shmobile/setup-sh73a0.c
arch/arm/mach-zynq/common.c
drivers/cpufreq/Kconfig
drivers/cpufreq/Kconfig.arm
drivers/cpufreq/Makefile
drivers/cpufreq/cpufreq-cpu0.c [deleted file]
drivers/cpufreq/cpufreq-dt.c [new file with mode: 0644]
drivers/cpufreq/exynos4210-cpufreq.c
drivers/cpufreq/exynos4x12-cpufreq.c
drivers/cpufreq/exynos5250-cpufreq.c
drivers/cpufreq/highbank-cpufreq.c
drivers/cpufreq/s5pv210-cpufreq.c