[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1445828170.git.yu.c.chen@intel.com>
Date: Mon, 26 Oct 2015 11:12:29 +0800
From: Chen Yu <yu.c.chen@...el.com>
To: rui.zhang@...el.com, edubezval@...il.com, javi.merino@....com
Cc: linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
Chen Yu <yu.c.chen@...el.com>
Subject: [PATCH 0/3][v2] Fix thermal problems during suspend/bootup
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 | 78 +++++++++++++++++++++++++++++++++++++++---
drivers/thermal/thermal_core.h | 1 +
include/linux/thermal.h | 4 +++
4 files changed, 94 insertions(+), 6 deletions(-)
--
1.8.4.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists