linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Prashanth Prakash <pprakash@codeaurora.org>
To: linux-acpi@vger.kernel.org
Cc: harba@codeaurora.org, rjw@rjwysocki.net,
	Prashanth Prakash <pprakash@codeaurora.org>
Subject: [PATCH 0/3] ACPI: Support for platform initiated graceful shutdown
Date: Wed, 16 Mar 2016 13:36:59 -0600	[thread overview]
Message-ID: <1458157022-18633-1-git-send-email-pprakash@codeaurora.org> (raw)

This patch-set adds support for platform initited graceful shutdown as
described in the sections 5.6.6(Table-143) and 6.3.5.1 of ACPI 6.1 spec

Jonathan (Zhixiong) Zhang (1):
  ACPI: move ACPI_SYSTEM_HID to acpi_drivers.h

Prashanth Prakash (2):
  ACPI / sybus: add a driver for LNXSYBUS device
  ACPI: update the definition of common notification values

 drivers/acpi/Kconfig        |   6 +++
 drivers/acpi/Makefile       |   1 +
 drivers/acpi/scan.c         |   3 +-
 drivers/acpi/sybus.c        | 116 ++++++++++++++++++++++++++++++++++++++++++++
 include/acpi/acpi_drivers.h |   1 +
 include/acpi/actypes.h      |   2 +-
 6 files changed, 127 insertions(+), 2 deletions(-)
 create mode 100644 drivers/acpi/sybus.c

-- 
Qualcomm Technologies, Inc. on behalf
of the Qualcomm Innovation Center, Inc.  The Qualcomm Innovation Center, Inc. 
is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.


             reply	other threads:[~2016-03-16 19:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-16 19:36 Prashanth Prakash [this message]
2016-03-16 19:37 ` [PATCH 1/3] ACPI: move ACPI_SYSTEM_HID to acpi_drivers.h Prashanth Prakash
2016-03-17  1:50   ` Rafael J. Wysocki
2016-03-17 16:53     ` Prakash, Prashanth
2016-03-17 21:54       ` Rafael J. Wysocki
2016-03-18 15:33         ` Prakash, Prashanth
2016-03-16 19:37 ` [PATCH 2/3] ACPI / sybus: add a driver for LNXSYBUS device Prashanth Prakash
2016-03-16 19:37 ` [PATCH 3/3] ACPI: update the definition of common notification values Prashanth Prakash
2016-05-10 22:50 ` [PATCH 0/3] ACPI: Support for platform initiated graceful shutdown Al Stone
2016-05-10 23:28   ` Prakash, Prashanth
2016-05-11 20:59     ` Al Stone

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=1458157022-18633-1-git-send-email-pprakash@codeaurora.org \
    --to=pprakash@codeaurora.org \
    --cc=harba@codeaurora.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=rjw@rjwysocki.net \
    /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 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).