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


Groups > linux.kernel > #1706919 > unrolled thread

[PATCH v2 0/2] ACPI: Low power idle constraints check

Started bySrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
First post2017-08-09 00:50 +0200
Last post2017-08-09 00:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/2] ACPI: Low power idle constraints check Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2017-08-09 00:50 +0200

#1706919 — [PATCH v2 0/2] ACPI: Low power idle constraints check

FromSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Date2017-08-09 00:50 +0200
Subject[PATCH v2 0/2] ACPI: Low power idle constraints check
Message-ID<uclu1-6Bf-3@gated-at.bofh.it>
This patchset enables debugging of low power idle. This is done by checking
all the required constraints on wake.

v2
- Changes as suggested by Lukas Wunner.
- Using pm_debug_messages_on attribute to prevent constraints check to
save some cycles on wake.

Srinivas Pandruvada (2):
  PM / sleep: Export the setting of pm_debug_messages_on
  ACPI / Sleep: Check low power idle constraints for debug only

 drivers/acpi/sleep.c    | 162 ++++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/suspend.h |   6 ++
 kernel/power/main.c     |   5 ++
 3 files changed, 173 insertions(+)

-- 
2.7.5

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web