linux/drivers/cpufreq
Viresh Kumar c3bc3d67ff cpufreq: ppc_cbe: Use generic cpufreq routines
Most of the CPUFreq drivers do similar things in .exit() and .verify() routines
and .attr. So its better if we have generic routines for them which can be used
by cpufreq drivers then.

This patch uses these generic routines in the ppc_cbe driver.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2013-10-16 00:50:27 +02:00
..
Kconfig cpufreq: Fix incorrect dependecies for ARM SA11xx drivers 2013-05-12 14:04:16 +02:00
Kconfig.arm cpufreq: fix EXYNOS drivers selection 2013-08-12 12:00:21 +05:30
Kconfig.powerpc Merge branch 'pm-cpufreq-assorted' into pm-cpufreq 2013-06-27 21:46:45 +02:00
Kconfig.x86 cpufreq: X86_AMD_FREQ_SENSITIVITY: select CPU_FREQ_TABLE 2013-06-18 13:53:11 +05:30
Makefile cpufreq: Remove unused APERF/MPERF support 2013-07-26 01:06:43 +02:00
acpi-cpufreq.c cpufreq: acpi: Use generic cpufreq routines 2013-10-16 00:50:23 +02:00
amd_freq_sensitivity.c cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand governor 2013-04-10 13:19:26 +02:00
arm_big_little.c cpufreq: arm_big_little: Use generic cpufreq routines 2013-10-16 00:50:23 +02:00
arm_big_little.h cpufreq: ARM big LITTLE: Move cpu_to_cluster() to arm_big_little.h 2013-05-12 14:04:15 +02:00
arm_big_little_dt.c cpufreq: arm_big_little: remove device tree parsing for cpu nodes 2013-08-21 10:29:55 +01:00
at32ap-cpufreq.c cpufreq: at32ap: Use generic cpufreq routines 2013-10-16 00:50:23 +02:00
blackfin-cpufreq.c cpufreq: blackfin: Use generic cpufreq routines 2013-10-16 00:50:24 +02:00
cpufreq-cpu0.c cpufreq: cpufreq-cpu0: Use generic cpufreq routines 2013-10-16 00:50:24 +02:00
cpufreq-nforce2.c cpufreq: add new routine cpufreq_verify_within_cpu_limits() 2013-10-16 00:50:23 +02:00
cpufreq.c cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICY 2013-10-16 00:50:23 +02:00
cpufreq_conservative.c cpufreq: governors: Remove duplicate check of target freq in supported range 2013-08-28 22:03:02 +02:00
cpufreq_governor.c cpufreq: Don't use smp_processor_id() in preemptible context 2013-08-29 22:19:23 +02:00
cpufreq_governor.h cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICY 2013-10-16 00:50:23 +02:00
cpufreq_ondemand.c cpufreq: governors: Remove duplicate check of target freq in supported range 2013-08-28 22:03:02 +02:00
cpufreq_performance.c cpufreq: Clean up header files included in the core 2013-08-07 23:34:09 +02:00
cpufreq_powersave.c cpufreq: Clean up header files included in the core 2013-08-07 23:34:09 +02:00
cpufreq_stats.c cpufreq: Fix wrong time unit conversion 2013-09-10 02:49:46 +02:00
cpufreq_userspace.c cpufreq: Fix minor formatting issues 2013-06-21 01:06:34 +02:00
cris-artpec3-cpufreq.c cpufreq: cris: Use generic cpufreq routines 2013-10-16 00:50:24 +02:00
cris-etraxfs-cpufreq.c cpufreq: cris: Use generic cpufreq routines 2013-10-16 00:50:24 +02:00
davinci-cpufreq.c cpufreq: davinci: Use generic cpufreq routines 2013-10-16 00:50:24 +02:00
dbx500-cpufreq.c cpufreq: dbx500: Use generic cpufreq routines 2013-10-16 00:50:24 +02:00
e_powersaver.c cpufreq: e_powersaver: Use generic cpufreq routines 2013-10-16 00:50:24 +02:00
elanfreq.c cpufreq: elanfreq: Use generic cpufreq routines 2013-10-16 00:50:24 +02:00
exynos-cpufreq.c cpufreq: exynos: Use generic cpufreq routines 2013-10-16 00:50:25 +02:00
exynos-cpufreq.h cpufreq: fix EXYNOS drivers selection 2013-08-12 12:00:21 +05:30
exynos4x12-cpufreq.c arm-soc: cleanups 2013-02-21 14:58:40 -08:00
exynos4210-cpufreq.c arm-soc: cleanups 2013-02-21 14:58:40 -08:00
exynos5250-cpufreq.c arm-soc: cleanups 2013-02-21 14:58:40 -08:00
exynos5440-cpufreq.c cpufreq: exynos: Use generic cpufreq routines 2013-10-16 00:50:25 +02:00
freq_table.c cpufreq: define generic .attr, .exit() and .verify() routines 2013-10-16 00:50:23 +02:00
gx-suspmod.c cpufreq / gx: Fix gx_detect_chipset() __init attribute location 2013-08-14 22:24:23 +02:00
highbank-cpufreq.c cpufreq: highbank-cpufreq: remove device tree parsing for cpu nodes 2013-08-21 10:29:54 +01:00
ia64-acpi-cpufreq.c cpufreq: ia64-acpi: Use generic cpufreq routines 2013-10-16 00:50:25 +02:00
imx6q-cpufreq.c cpufreq: imx6q: Use generic cpufreq routines 2013-10-16 00:50:25 +02:00
integrator-cpufreq.c cpufreq: add new routine cpufreq_verify_within_cpu_limits() 2013-10-16 00:50:23 +02:00
intel_pstate.c cpufreq: add new routine cpufreq_verify_within_cpu_limits() 2013-10-16 00:50:23 +02:00
kirkwood-cpufreq.c cpufreq: kirkwood: Use generic cpufreq routines 2013-10-16 00:50:25 +02:00
longhaul.c cpufreq: longhaul: Use generic cpufreq routines 2013-10-16 00:50:25 +02:00
longhaul.h cpufreq: delete __cpuinit usage from all cpufreq files 2013-07-14 19:36:57 -04:00
longrun.c cpufreq: add new routine cpufreq_verify_within_cpu_limits() 2013-10-16 00:50:23 +02:00
loongson2_cpufreq.c cpufreq: loongson2: Use generic cpufreq routines 2013-10-16 00:50:25 +02:00
maple-cpufreq.c cpufreq: maple: Use generic cpufreq routines 2013-10-16 00:50:26 +02:00
omap-cpufreq.c cpufreq: omap: Use generic cpufreq routines 2013-10-16 00:50:26 +02:00
p4-clockmod.c cpufreq: p4-clockmod: Use generic cpufreq routines 2013-10-16 00:50:26 +02:00
pasemi-cpufreq.c cpufreq: pasemi: Use generic cpufreq routines 2013-10-16 00:50:26 +02:00
pcc-cpufreq.c cpufreq: add new routine cpufreq_verify_within_cpu_limits() 2013-10-16 00:50:23 +02:00
pmac32-cpufreq.c cpufreq: pmac: Use generic cpufreq routines 2013-10-16 00:50:26 +02:00
pmac64-cpufreq.c cpufreq: pmac: Use generic cpufreq routines 2013-10-16 00:50:26 +02:00
powernow-k6.c cpufreq: powernow: Use generic cpufreq routines 2013-10-16 00:50:26 +02:00
powernow-k7.c cpufreq: powernow: Use generic cpufreq routines 2013-10-16 00:50:26 +02:00
powernow-k7.h
powernow-k8.c cpufreq: powernow: Use generic cpufreq routines 2013-10-16 00:50:26 +02:00
powernow-k8.h cpufreq: Remove support for hardware P-state chips from powernow-k8 2012-09-09 22:05:30 +02:00
ppc-corenet-cpufreq.c cpufreq: ppc-corenet: Use generic cpufreq routines 2013-10-16 00:50:26 +02:00
ppc_cbe_cpufreq.c cpufreq: ppc_cbe: Use generic cpufreq routines 2013-10-16 00:50:27 +02:00
ppc_cbe_cpufreq.h cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreq 2013-04-10 13:19:26 +02:00
ppc_cbe_cpufreq_pervasive.c cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreq 2013-04-10 13:19:26 +02:00
ppc_cbe_cpufreq_pmi.c cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreq 2013-04-10 13:19:26 +02:00
pxa2xx-cpufreq.c cpufreq: pxa: use cpufreq_table_validate_and_show() 2013-09-30 20:18:43 +02:00
pxa3xx-cpufreq.c cpufreq: pxa: use cpufreq_table_validate_and_show() 2013-09-30 20:18:43 +02:00
s3c24xx-cpufreq-debugfs.c cpufreq: s3c24xx: move cpufreq driver to drivers/cpufreq 2013-05-20 23:04:28 +09:00
s3c24xx-cpufreq.c cpufreq: s3cx4xx: use cpufreq_table_validate_and_show() 2013-09-30 20:18:44 +02:00
s3c64xx-cpufreq.c cpufreq: s3cx4xx: use cpufreq_table_validate_and_show() 2013-09-30 20:18:44 +02:00
s3c2410-cpufreq.c cpufreq: s3c24xx: move cpufreq driver to drivers/cpufreq 2013-05-20 23:04:28 +09:00
s3c2412-cpufreq.c cpufreq: s3c24xx: move cpufreq driver to drivers/cpufreq 2013-05-20 23:04:28 +09:00
s3c2416-cpufreq.c cpufreq: s3cx4xx: use cpufreq_table_validate_and_show() 2013-09-30 20:18:44 +02:00
s3c2440-cpufreq.c cpufreq: s3c24xx: move cpufreq driver to drivers/cpufreq 2013-05-20 23:04:28 +09:00
s5pv210-cpufreq.c cpufreq: s5pv210: use cpufreq_table_validate_and_show() 2013-09-30 20:18:44 +02:00
sa1100-cpufreq.c cpufreq: sa11x0: let cpufreq core initialize struct policy fields 2013-09-30 20:18:44 +02:00
sa1110-cpufreq.c cpufreq: sa11x0: let cpufreq core initialize struct policy fields 2013-09-30 20:18:44 +02:00
sc520_freq.c cpufreq: sc520: use cpufreq_table_validate_and_show() 2013-09-30 20:18:44 +02:00
sh-cpufreq.c cpufreq: add new routine cpufreq_verify_within_cpu_limits() 2013-10-16 00:50:23 +02:00
sparc-us2e-cpufreq.c cpufreq: sparc: use cpufreq_table_validate_and_show() 2013-09-30 20:18:44 +02:00
sparc-us3-cpufreq.c cpufreq: sparc: use cpufreq_table_validate_and_show() 2013-09-30 20:18:44 +02:00
spear-cpufreq.c cpufreq: spear: use cpufreq_table_validate_and_show() 2013-09-30 20:18:44 +02:00
speedstep-centrino.c cpufreq: speedstep: use cpufreq_table_validate_and_show() 2013-09-30 20:18:44 +02:00
speedstep-ich.c cpufreq: speedstep: use cpufreq_table_validate_and_show() 2013-09-30 20:18:44 +02:00
speedstep-lib.c cpufreq: Add support for x86 cpuinfo auto loading v4 2012-01-26 16:49:06 -08:00
speedstep-lib.h
speedstep-smi.c cpufreq: speedstep: use cpufreq_table_validate_and_show() 2013-09-30 20:18:44 +02:00
tegra-cpufreq.c cpufreq: tegra: fix implementation of ->exit() 2013-09-30 20:18:45 +02:00
unicore2-cpufreq.c cpufreq: add new routine cpufreq_verify_within_cpu_limits() 2013-10-16 00:50:23 +02:00