All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Li, Aubrey" <aubrey.li@linux.intel.com>
To: "H. Peter Anvin" <hpa@linux.intel.com>,
	"alan@linux.intel.com" <alan@linux.intel.com>,
	Adam Williamson <awilliam@redhat.com>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [Resend PATCHv3 0/3] x86: new Intel atom SOC power management controller driver
Date: Tue, 15 Jul 2014 18:02:17 +0800	[thread overview]
Message-ID: <53C4FC29.2010703@linux.intel.com> (raw)
In-Reply-To: <53B0FEA9.6060707@linux.intel.com>

ping......

On 2014/6/30 14:07, Li, Aubrey wrote:
> 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
> 


  reply	other threads:[~2014-07-15 10:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2014-07-23 15:51 ` H. Peter Anvin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53C4FC29.2010703@linux.intel.com \
    --to=aubrey.li@linux.intel.com \
    --cc=alan@linux.intel.com \
    --cc=awilliam@redhat.com \
    --cc=hpa@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.