All of lore.kernel.org
 help / color / mirror / Atom feed
* [Resend PATCHv3 0/3] x86: new Intel atom SOC power management controller driver
@ 2014-06-30  6:07 Li, Aubrey
  2014-07-15 10:02 ` Li, Aubrey
  2014-07-23 15:51 ` H. Peter Anvin
  0 siblings, 2 replies; 3+ messages in thread
From: Li, Aubrey @ 2014-06-30  6:07 UTC (permalink / raw)
  To: H. Peter Anvin, alan, 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] 3+ messages in thread

end of thread, other threads:[~2014-07-23 15:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-30  6:07 [Resend PATCHv3 0/3] x86: new Intel atom SOC power management controller driver Li, Aubrey
2014-07-15 10:02 ` Li, Aubrey
2014-07-23 15:51 ` H. Peter Anvin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.