]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mrst_pmu: driver for Intel Moorestown Power Management Unit
authorLen Brown <len.brown@intel.com>
Wed, 13 Jul 2011 02:29:32 +0000 (22:29 -0400)
committerLen Brown <len.brown@intel.com>
Thu, 14 Jul 2011 05:11:20 +0000 (01:11 -0400)
commit10d669174448b08386874603d4c360b2097919fb
tree79b3d1561572f08616a64307934c575b017ee287
parent8d86e5f91440aa56a5df516bf58fe3883552ad56
mrst_pmu: driver for Intel Moorestown Power Management Unit

The Moorestown (MRST) Power Management Unit (PMU) driver
directs the SOC power states in the "Langwell" south complex (SCU).

It hooks pci_platform_pm_ops[] and thus observes all PCI ".set_state"
requests.  For devices in the SC, the pmu driver translates those
PCI requests into the appropriate commands for the SCU.

The PMU driver helps implement S0i3, a deep system idle power idle state.
Entry into S0i3 is via cpuidle, just like regular processor c-states.
S0i3 depends on pre-conditions including uni-processor, graphics off,
and certain IO devices in the SC must be off.  If those pre-conditions
are met, then the PMU allows cpuidle to enter S0i3, otherwise such requests
are demoted to Atom C6.

This driver is based on prototype work by Bruce Flemming,
Illyas Mansoor, Rajeev D. Muralidhar, Vishwesh M. Rudramuni,
Hari Seshadri and Sujith Thomas.  The current driver also
includes contributions from H. Peter Anvin, Arjan van de Ven,
Kristen Accardi, and Yong Wang.

Signed-off-by: Len Brown <len.brown@intel.com>
MAINTAINERS
arch/x86/platform/mrst/Makefile
arch/x86/platform/mrst/pmu.c [new file with mode: 0644]
arch/x86/platform/mrst/pmu.h [new file with mode: 0644]