diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-09 19:08:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-09 19:08:13 -0400 |
commit | a35c6322e52c550b61a04a44df27d22394ee0a2c (patch) | |
tree | da74b2167097281f38ddffcb13b7b43861ce931f /MAINTAINERS | |
parent | bef4a0ab984662d4ccd68d431a7c4ef3daebcb43 (diff) | |
parent | 158a71f83800f07c0da0f0159d2670bdf4bdd852 (diff) |
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC driver update from Kevin Hilman:
"This contains the ARM SoC related driver updates for v3.12. The only
thing this cycle are core PM updates and CPUidle support for ARM's TC2
big.LITTLE development platform"
* tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
cpuidle: big.LITTLE: vexpress-TC2 CPU idle driver
ARM: vexpress: tc2: disable GIC CPU IF in tc2_pm_suspend
drivers: irq-chip: irq-gic: introduce gic_cpu_if_down()
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 233ddce8eeff..7a78b9f2aae2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2307,6 +2307,15 @@ F: drivers/cpufreq/arm_big_little.h | |||
2307 | F: drivers/cpufreq/arm_big_little.c | 2307 | F: drivers/cpufreq/arm_big_little.c |
2308 | F: drivers/cpufreq/arm_big_little_dt.c | 2308 | F: drivers/cpufreq/arm_big_little_dt.c |
2309 | 2309 | ||
2310 | CPUIDLE DRIVER - ARM BIG LITTLE | ||
2311 | M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | ||
2312 | M: Daniel Lezcano <daniel.lezcano@linaro.org> | ||
2313 | L: linux-pm@vger.kernel.org | ||
2314 | L: linux-arm-kernel@lists.infradead.org | ||
2315 | T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git | ||
2316 | S: Maintained | ||
2317 | F: drivers/cpuidle/cpuidle-big_little.c | ||
2318 | |||
2310 | CPUIDLE DRIVERS | 2319 | CPUIDLE DRIVERS |
2311 | M: Rafael J. Wysocki <rjw@sisk.pl> | 2320 | M: Rafael J. Wysocki <rjw@sisk.pl> |
2312 | M: Daniel Lezcano <daniel.lezcano@linaro.org> | 2321 | M: Daniel Lezcano <daniel.lezcano@linaro.org> |