ping...... On 2014/6/30 14:07, Li, Aubrey wrote: > From: Aubrey Li <aubrey...@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 >
-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/