diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-04-01 08:57:49 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-02 09:26:32 -0400 |
commit | 8a67f0ef2b684b34162d39e8f436fe39e9635a19 (patch) | |
tree | dc997ac3064c69e775485213b824e7c3efeb5b99 /MAINTAINERS | |
parent | eb2f50ff93f08c8001d0d7e1148948ba80989aaf (diff) |
cpufreq: ARM big LITTLE: Add generic cpufreq driver and its DT glue
big LITTLE is ARM's new Architecture focussing power/performance needs of modern
world. More information about big LITTLE can be found here:
http://www.arm.com/products/processors/technologies/biglittleprocessing.php
http://lwn.net/Articles/481055/
In order to keep cpufreq support for all big LITTLE platforms simple/generic,
this patch tries to add a generic cpufreq driver layer for all big LITTLE
platforms.
The driver is divided into two parts:
- Core driver: Generic and shared across all big LITTLE SoC's
- Glue drivers: Per platform drivers providing ops to the core driver
This patch adds in a generic glue driver which would extract information from
Device Tree.
Future SoC's can either reuse the DT glue or write their own depending on the
need.
Signed-off-by: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 74e58a4d035b..be739837d6c3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2206,6 +2206,17 @@ S: Maintained | |||
2206 | F: drivers/cpufreq/ | 2206 | F: drivers/cpufreq/ |
2207 | F: include/linux/cpufreq.h | 2207 | F: include/linux/cpufreq.h |
2208 | 2208 | ||
2209 | CPU FREQUENCY DRIVERS - ARM BIG LITTLE | ||
2210 | M: Viresh Kumar <viresh.kumar@linaro.org> | ||
2211 | M: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com> | ||
2212 | L: cpufreq@vger.kernel.org | ||
2213 | L: linux-pm@vger.kernel.org | ||
2214 | W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php | ||
2215 | S: Maintained | ||
2216 | F: drivers/cpufreq/arm_big_little.h | ||
2217 | F: drivers/cpufreq/arm_big_little.c | ||
2218 | F: drivers/cpufreq/arm_big_little_dt.c | ||
2219 | |||
2209 | CPUID/MSR DRIVER | 2220 | CPUID/MSR DRIVER |
2210 | M: "H. Peter Anvin" <hpa@zytor.com> | 2221 | M: "H. Peter Anvin" <hpa@zytor.com> |
2211 | S: Maintained | 2222 | S: Maintained |