Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1452364

[PATCH v2 0/2] ACPI / EC: Tune suspend/resume speed using PM operations

From Lv Zheng <lv.zheng@intel.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] ACPI / EC: Tune suspend/resume speed using PM operations
Date 2016-07-29 12:10 +0200
Message-ID <s0cTU-3ex-17@gated-at.bofh.it> (permalink)
References <rXiCu-5Cf-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


There are 2 improvements can be done to the EC driver to make system
suspend/resume faster:
1. Automatically use busy polling mode when noirq is entered
2. Disallow event handling (SCI_EVT/_Qxx) during suspend/resume period

This patchset achieves such performance tuning on top of a recent
workaround that creates ec_query_wq.

Lv Zheng (2):
  ACPI / EC: Add PM operations to tune polling mode efficiency
  ACPI / EC: Add PM operations to block event handling

 drivers/acpi/ec.c       |  199 ++++++++++++++++++++++++++++++++++++-----------
 drivers/acpi/internal.h |    3 +-
 drivers/acpi/sleep.c    |    4 +-
 3 files changed, 158 insertions(+), 48 deletions(-)

-- 
1.7.10

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] ACPI / EC: Tune suspend/resume speed using PM operations Lv Zheng <lv.zheng@intel.com> - 2016-07-29 12:10 +0200
  [PATCH v2 1/2] ACPI / EC: Add PM operations to tune polling mode efficiency Lv Zheng <lv.zheng@intel.com> - 2016-07-29 12:10 +0200
  [PATCH v2 2/2] ACPI / EC: Add PM operations to block event handling Lv Zheng <lv.zheng@intel.com> - 2016-07-29 12:10 +0200
    RE: [PATCH v2 2/2] ACPI / EC: Add PM operations to block event  handling "Zheng, Lv" <lv.zheng@intel.com> - 2016-08-03 03:10 +0200

csiph-web