* [PATCHv3 0/3] x86: new Intel atom SOC power management controller driver
@ 2014-06-30 2:52 Li, Aubrey
0 siblings, 0 replies; only message in thread
From: Li, Aubrey @ 2014-06-30 2:52 UTC (permalink / raw)
To: H. Peter Anvin, alan@linux.intel.com, Adam Williamson, LKML
From: Aubrey Li <aubrey.li@linux.intel.com>
The Power Management Controller (PMC) controls many of the power
management features present in the SoC. This driver provides the power
off functionality and s0ix residency control, also provides the SOC
device state and platform sleep state observation via debugfs.
v3:
- split the driver into tree pieces: the power off functionality, the
s0ix residency control, and the debugfs exports.
v2:
- allow pmc_atom and lpc_ich to work at the same time.
Aubrey Li (3):
X86 platform: New Intel Atom SOC power management controller driver
x86/pmc_atom: disable a few S0ix wake up events for S0ix residency
x86/pmc_atom: expose PMC device state and platform sleep state
arch/x86/Kconfig | 4 +
arch/x86/include/asm/pmc_atom.h | 107 +++++++++++++
arch/x86/kernel/Makefile | 1 +
arch/x86/kernel/pmc_atom.c | 321
+++++++++++++++++++++++++++++++++++++++
4 files changed, 433 insertions(+)
create mode 100644 arch/x86/include/asm/pmc_atom.h
create mode 100644 arch/x86/kernel/pmc_atom.c
--
1.7.10.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-30 2:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 2:52 [PATCHv3 0/3] x86: new Intel atom SOC power management controller driver Li, Aubrey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).