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


Groups > linux.kernel > #1259313 > unrolled thread

[PATCH 0/3][v3] Fix thermal problems during suspend/bootup

Started byChen Yu <yu.c.chen@intel.com>
First post2015-10-30 09:30 +0100
Last post2015-10-30 09:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3][v3] Fix thermal problems during suspend/bootup Chen Yu <yu.c.chen@intel.com> - 2015-10-30 09:30 +0100

#1259313 — [PATCH 0/3][v3] Fix thermal problems during suspend/bootup

FromChen Yu <yu.c.chen@intel.com>
Date2015-10-30 09:30 +0100
Subject[PATCH 0/3][v3] Fix thermal problems during suspend/bootup
Message-ID<qpdeq-3t7-25@gated-at.bofh.it>
This patch set fixes two problems when system is trying to
suspend and boot up:
1.After system is woken up from suspend, the thermal framework uses
  the dirty 'cached' thermal variables before suspend, which might
  cause expected behavior.
2.If a cooling device is registered after the thermal zone's registration,
  current thermal framework forgets to update the thermal_zone's status,
  which might bring expected behavior under special cases.

Chen Yu (3):
  Thermal: initialize thermal zone device correctly
  Thermal: handle thermal zone device properly during system sleep
  Thermal: do thermal zone update after a cooling device registered

 drivers/thermal/step_wise.c    | 17 ++++++++--
 drivers/thermal/thermal_core.c | 75 ++++++++++++++++++++++++++++++++++++++++--
 drivers/thermal/thermal_core.h |  1 +
 include/linux/thermal.h        |  5 +++
 4 files changed, 93 insertions(+), 5 deletions(-)

-- 
1.8.4.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web