Viresh Kumar
3bc28ab6da
cpufreq: remove CONFIG_CPU_FREQ_TABLE
...
CONFIG_CPU_FREQ_TABLE will be always enabled when cpufreq framework is used, as
cpufreq core depends on it. So, we don't need this CONFIG option anymore as it
is not configurable. Remove CONFIG_CPU_FREQ_TABLE and update its users.
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:33 +02:00
Rafael J. Wysocki
39a95f4861
Merge branch 'pm-cpufreq-assorted' into pm-cpufreq
...
* pm-cpufreq-assorted: (21 commits)
cpufreq: powernow-k8: call CPUFREQ_POSTCHANGE notfier in error cases
cpufreq: pcc: call CPUFREQ_POSTCHANGE notfier in error cases
cpufreq: e_powersaver: call CPUFREQ_POSTCHANGE notfier in error cases
cpufreq: ACPI: call CPUFREQ_POSTCHANGE notfier in error cases
cpufreq: make __cpufreq_notify_transition() static
cpufreq: Fix minor formatting issues
cpufreq: Fix governor start/stop race condition
cpufreq: Simplify userspace governor
cpufreq: powerpc: move cpufreq driver to drivers/cpufreq
cpufreq: kirkwood: Select CPU_FREQ_TABLE option
cpufreq: big.LITTLE needs cpufreq table
cpufreq: SPEAr needs cpufreq table
cpufreq: powerpc: Add cpufreq driver for Freescale e500mc SoCs
cpufreq: remove unnecessary cpufreq_cpu_{get|put}() calls
cpufreq: MAINTAINERS: Add git tree path for ARM specific updates
cpufreq: rename index as driver_data in cpufreq_frequency_table
cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directory
cpufreq: Move get_cpu_idle_time() to cpufreq.c
cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c
cpufreq: Add EXPORT_SYMBOL_GPL for have_governor_per_policy
...
2013-06-27 21:46:45 +02:00
Viresh Kumar
5f5e302b53
cpufreq: powerpc: CBE_RAS: select CPU_FREQ_TABLE
...
CPUFreq driver of this platform uses APIs from freq_table.c and so must select
CPU_FREQ_TABLE.
Cc: linuxppc-dev@lists.ozlabs.org
Acked-by: Arnd Bergmann <arnd@arndb.de >
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org >
2013-06-18 13:53:09 +05:30
Viresh Kumar
7fb6a53db5
cpufreq: powerpc: move cpufreq driver to drivers/cpufreq
...
Move cpufreq driver of powerpc platform to drivers/cpufreq.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org >
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com >
2013-06-07 13:44:39 +02:00
Tang Yuantian
defa4c738a
cpufreq: powerpc: Add cpufreq driver for Freescale e500mc SoCs
...
Add cpufreq driver for Freescale e500mc, e5500 and e6500 SoCs
which are capable of changing the CPU frequency dynamically
Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com >
Signed-off-by: Li Yang <leoli@freescale.com >
Acked-by: Viresh Kumar <viresh.kumar@linaro.org >
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com >
2013-06-05 14:19:28 +02:00
Viresh Kumar
6eb1c37742
cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreq
...
This patch moves cpufreq driver of powerpc platforms/cell to drivers/cpufreq.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org >
Acked-by: Arnd Bergmann <arnd@arndb.de >
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com >
2013-04-10 13:19:26 +02:00
Dmitry Eremin-Solenikov
5d8c665889
powerpc/cpufreq: Add cpufreq driver for Momentum Maple boards
...
Add simple cpufreq driver for Maple-based boards (ppc970fx evaluation
kit and others). Driver is based on a cpufreq driver for 64-bit powermac
boxes with all pmac-dependant features removed and simple cleanup
applied.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com >
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org >
2011-07-19 15:13:04 +10:00