All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] ACPI: sleep: mechanism to query wakeup reasons
@ 2017-12-14  6:38 Lv Zheng
  2017-12-14  6:38 ` [RFC PATCH 1/3] ACPICA: Add new API " Lv Zheng
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lv Zheng @ 2017-12-14  6:38 UTC (permalink / raw)
  To: Rafael J . Wysocki, Rafael J . Wysocki, Len Brown
  Cc: Lv Zheng, Lv Zheng, linux-acpi

This patchset adds a mechanism to query wakeup reasons (fixed events
and GPEs).

Chen Yu (1):
  ACPICA: Add new API to query wakeup reasons

Lv Zheng (2):
  ACPI: Add GPE number in wakeup device list
  ACPI: Add wakeup reason support

 drivers/acpi/acpica/acevents.h  |   2 +
 drivers/acpi/acpica/acglobal.h  |   1 +
 drivers/acpi/acpica/achware.h   |   4 ++
 drivers/acpi/acpica/aclocal.h   |   1 +
 drivers/acpi/acpica/evevent.c   |  25 ++++++++++
 drivers/acpi/acpica/hwgpe.c     | 102 ++++++++++++++++++++++++++++++++++++++++
 drivers/acpi/acpica/hwsleep.c   |  38 +++++++++++++++
 drivers/acpi/acpica/hwxfsleep.c |  23 +++++++++
 drivers/acpi/proc.c             |   7 +--
 drivers/acpi/sleep.c            |   3 ++
 include/acpi/acpixf.h           |   1 +
 11 files changed, 204 insertions(+), 3 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-12-15  0:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-14  6:38 [RFC PATCH 0/3] ACPI: sleep: mechanism to query wakeup reasons Lv Zheng
2017-12-14  6:38 ` [RFC PATCH 1/3] ACPICA: Add new API " Lv Zheng
2017-12-14  6:38 ` [RFC PATCH 2/3] ACPI: Add GPE number in wakeup device list Lv Zheng
2017-12-14  6:38 ` [RFC PATCH 3/3] ACPI: Add wakeup reason support Lv Zheng
2017-12-15  0:52 ` [RFC PATCH 0/3] ACPI: sleep: mechanism to query wakeup reasons Rafael J. Wysocki

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.