All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] ACPI / PM: Move _PTS/_WAK invocations out of the noirq stage
@ 2016-06-28  8:04 ` Lv Zheng
  0 siblings, 0 replies; 10+ messages in thread
From: Lv Zheng @ 2016-06-28  8:04 UTC (permalink / raw)
  To: Rafael J. Wysocki, Rafael J. Wysocki, Len Brown
  Cc: Lv Zheng, Lv Zheng, linux-kernel, linux-acpi

Currently _PTS/_WAK are invoked during noirq stages, while in _PTS/_WAK,
there can be EC transactions. Though the EC driver is able to handle
transactions using polling mode, for the performance reason, it is better
to move _PTS/_WAK out of the noirq stage.

Lv Zheng (3):
  PM: Rename prepare_late/wake suspend_ops callbacks to
    prepare_noirq/finish_noirq
  PM: Add prepare_late/finish_early suspend_ops callbacks
  ACPI / PM: Fix EC polling issue by implementing
    prepare_late/finish_early suspend_ops callbacks

 arch/powerpc/platforms/pseries/suspend.c |    6 ++--
 drivers/acpi/sleep.c                     |    9 +++---
 include/linux/suspend.h                  |   50 +++++++++++++++++++++---------
 kernel/power/suspend.c                   |   18 +++++++----
 4 files changed, 55 insertions(+), 28 deletions(-)

-- 
1.7.10


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

end of thread, other threads:[~2016-07-19  4:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-28  8:04 [RFC PATCH 0/3] ACPI / PM: Move _PTS/_WAK invocations out of the noirq stage Lv Zheng
2016-06-28  8:04 ` Lv Zheng
2016-06-28  8:04 ` [RFC PATCH 1/3] PM: Rename prepare_late/wake suspend_ops callbacks to prepare_noirq/finish_noirq Lv Zheng
2016-06-28  8:04   ` Lv Zheng
2016-06-28  8:04 ` [RFC PATCH 2/3] PM: Add prepare_late/finish_early suspend_ops callbacks Lv Zheng
2016-06-28  8:04   ` Lv Zheng
2016-06-28  8:04 ` [RFC PATCH 3/3] ACPI / PM: Fix EC polling issue by implementing " Lv Zheng
2016-06-28  8:04   ` Lv Zheng
2016-07-16  0:51   ` Rafael J. Wysocki
2016-07-19  4:40     ` Zheng, Lv

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.