aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2010-03-08 14:07:30 -0500
committerLen Brown <len.brown@intel.com>2010-05-28 14:26:20 -0400
commit2671717265ae6e720a9ba5f13fbec3a718983b65 (patch)
tree16a3c688e297a9a69421640410f7140a6114a8e3 /MAINTAINERS
parent02cf4f9808382af7265cafc33dc86ec5875526aa (diff)
intel_idle: native hardware cpuidle driver for latest Intel processors
This EXPERIMENTAL driver supersedes acpi_idle on Intel Atom Processors, Intel Core i3/i5/i7 Processors and associated Intel Xeon processors. It does not support the Intel Core2 processor or earlier. For kernels configured with ACPI, CONFIG_INTEL_IDLE=y allows intel_idle to probe before the ACPI processor driver. Booting with "intel_idle.max_cstate=0" disables intel_idle and the system will fall back on ACPI's "acpi_idle". Typical Linux distributions load ACPI processor module early, making CONFIG_INTEL_IDLE=m not easily useful on ACPI platforms. intel_idle probes all processors at module_init time. Processors that are hot-added later will be limited to using C1 in idle. Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index d329b053a718..276e79bb462c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2850,6 +2850,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2850S: Maintained 2850S: Maintained
2851F: drivers/input/ 2851F: drivers/input/
2852 2852
2853INTEL IDLE DRIVER
2854M: Len Brown <lenb@kernel.org>
2855L: linux-pm@lists.linux-foundation.org
2856T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
2857S: Supported
2858F: drivers/idle/intel_idle.c
2859
2853INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 2860INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2854M: Maik Broemme <mbroemme@plusserver.de> 2861M: Maik Broemme <mbroemme@plusserver.de>
2855L: linux-fbdev@vger.kernel.org 2862L: linux-fbdev@vger.kernel.org