diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-30 18:21:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-30 18:21:02 -0400 |
commit | 3ed1c478eff8db80e234d5446cb378b503135888 (patch) | |
tree | e1c8e0f488ca49c49b5a31fe59add4254381dd4b /MAINTAINERS | |
parent | 151173e8ce9b95bbbbd7eedb9035cfaffbdb7cb2 (diff) | |
parent | 371deb9500831ad1afbf9ea00e373f650deaed2f (diff) |
Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull power management and ACPI updates from Rafael J Wysocki:
- ARM big.LITTLE cpufreq driver from Viresh Kumar.
- exynos5440 cpufreq driver from Amit Daniel Kachhap.
- cpufreq core cleanup and code consolidation from Viresh Kumar and
Stratos Karafotis.
- cpufreq scalability improvement from Nathan Zimmer.
- AMD "frequency sensitivity feedback" powersave bias for the ondemand
cpufreq governor from Jacob Shin.
- cpuidle code consolidation and cleanups from Daniel Lezcano.
- ARM OMAP cpuidle fixes from Santosh Shilimkar and Daniel Lezcano.
- ACPICA fixes and other improvements from Bob Moore, Jung-uk Kim, Lv
Zheng, Yinghai Lu, Tang Chen, Colin Ian King, and Linn Crosetto.
- ACPI core updates related to hotplug from Toshi Kani, Paul Bolle,
Yasuaki Ishimatsu, and Rafael J Wysocki.
- Intel Lynxpoint LPSS (Low-Power Subsystem) support improvements from
Rafael J Wysocki and Andy Shevchenko.
* tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (192 commits)
cpufreq: Revert incorrect commit 5800043
cpufreq: MAINTAINERS: Add co-maintainer
cpuidle: add maintainer entry
ACPI / thermal: do not always return THERMAL_TREND_RAISING for active trip points
ARM: s3c64xx: cpuidle: use init/exit common routine
cpufreq: pxa2xx: initialize variables
ACPI: video: correct acpi_video_bus_add error processing
SH: cpuidle: use init/exit common routine
ARM: S5pv210: compiling issue, ARM_S5PV210_CPUFREQ needs CONFIG_CPU_FREQ_TABLE=y
ACPI: Fix wrong parameter passed to memblock_reserve
cpuidle: fix comment format
pnp: use %*phC to dump small buffers
isapnp: remove debug leftovers
ARM: imx: cpuidle: use init/exit common routine
ARM: davinci: cpuidle: use init/exit common routine
ARM: kirkwood: cpuidle: use init/exit common routine
ARM: calxeda: cpuidle: use init/exit common routine
ARM: tegra: cpuidle: use init/exit common routine for tegra3
ARM: tegra: cpuidle: use init/exit common routine for tegra2
ARM: OMAP4: cpuidle: use init/exit common routine
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ea8f65fc6fa3..75f6282d342b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2203,12 +2203,34 @@ F: drivers/net/ethernet/ti/cpmac.c | |||
2203 | 2203 | ||
2204 | CPU FREQUENCY DRIVERS | 2204 | CPU FREQUENCY DRIVERS |
2205 | M: Rafael J. Wysocki <rjw@sisk.pl> | 2205 | M: Rafael J. Wysocki <rjw@sisk.pl> |
2206 | M: Viresh Kumar <viresh.kumar@linaro.org> | ||
2206 | L: cpufreq@vger.kernel.org | 2207 | L: cpufreq@vger.kernel.org |
2207 | L: linux-pm@vger.kernel.org | 2208 | L: linux-pm@vger.kernel.org |
2208 | S: Maintained | 2209 | S: Maintained |
2210 | T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git | ||
2209 | F: drivers/cpufreq/ | 2211 | F: drivers/cpufreq/ |
2210 | F: include/linux/cpufreq.h | 2212 | F: include/linux/cpufreq.h |
2211 | 2213 | ||
2214 | CPU FREQUENCY DRIVERS - ARM BIG LITTLE | ||
2215 | M: Viresh Kumar <viresh.kumar@linaro.org> | ||
2216 | M: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com> | ||
2217 | L: cpufreq@vger.kernel.org | ||
2218 | L: linux-pm@vger.kernel.org | ||
2219 | W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php | ||
2220 | S: Maintained | ||
2221 | F: drivers/cpufreq/arm_big_little.h | ||
2222 | F: drivers/cpufreq/arm_big_little.c | ||
2223 | F: drivers/cpufreq/arm_big_little_dt.c | ||
2224 | |||
2225 | CPUIDLE DRIVERS | ||
2226 | M: Rafael J. Wysocki <rjw@sisk.pl> | ||
2227 | M: Daniel Lezcano <daniel.lezcano@linaro.org> | ||
2228 | L: linux-pm@vger.kernel.org | ||
2229 | S: Maintained | ||
2230 | T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git | ||
2231 | F: drivers/cpuidle/* | ||
2232 | F: include/linux/cpuidle.h | ||
2233 | |||
2212 | CPUID/MSR DRIVER | 2234 | CPUID/MSR DRIVER |
2213 | M: "H. Peter Anvin" <hpa@zytor.com> | 2235 | M: "H. Peter Anvin" <hpa@zytor.com> |
2214 | S: Maintained | 2236 | S: Maintained |