diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-27 19:54:49 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-27 19:54:49 -0400 |
commit | e4f5a3adc454745fea35f1c312e14cbeba6e0ea4 (patch) | |
tree | 7dae08f7d3466fcf158808784ec3b706e6cafec6 /MAINTAINERS | |
parent | ae6208301e1e37a203fab817b59279a0f5d774c6 (diff) | |
parent | a8e39c35b5d09598e129aa9b5e6f35aa3a1915d9 (diff) |
Merge branch 'pm-cpuidle'
* pm-cpuidle: (51 commits)
cpuidle: add maintainer entry
ARM: s3c64xx: cpuidle: use init/exit common routine
SH: cpuidle: use init/exit common routine
cpuidle: fix comment format
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
ARM: shmobile: cpuidle: use init/exit common routine
ARM: tegra: cpuidle: use init/exit common routine
ARM: OMAP3: cpuidle: use init/exit common routine
ARM: at91: cpuidle: use init/exit common routine
ARM: ux500: cpuidle: use init/exit common routine
cpuidle: make a single register function for all
ARM: ux500: cpuidle: replace for_each_online_cpu by for_each_possible_cpu
cpuidle: remove en_core_tk_irqen flag
ARM: OMAP3: remove cpuidle_wrap_enter
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8bdd7a7ef2f4..1bef08d407f3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2206,6 +2206,15 @@ 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 | CPUIDLE DRIVERS | ||
2210 | M: Rafael J. Wysocki <rjw@sisk.pl> | ||
2211 | M: Daniel Lezcano <daniel.lezcano@linaro.org> | ||
2212 | L: linux-pm@vger.kernel.org | ||
2213 | S: Maintained | ||
2214 | T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git | ||
2215 | F: drivers/cpuidle/* | ||
2216 | F: include/linux/cpuidle.h | ||
2217 | |||
2209 | CPUID/MSR DRIVER | 2218 | CPUID/MSR DRIVER |
2210 | M: "H. Peter Anvin" <hpa@zytor.com> | 2219 | M: "H. Peter Anvin" <hpa@zytor.com> |
2211 | S: Maintained | 2220 | S: Maintained |