From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Subject: [PATCH 0/2] thermal: Set default thermal_zoneX mode to "enabled" Date: Mon, 19 Jan 2015 12:44:02 +0100 Message-ID: <1421667844-13627-1-git-send-email-l.majewski@samsung.com> Return-path: Received: from mailout1.samsung.com ([203.254.224.24]:32410 "EHLO mailout1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751901AbbASLoT (ORCPT ); Mon, 19 Jan 2015 06:44:19 -0500 Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Eduardo Valentin , Zhang Rui , Kukjin Kim , Kukjin Kim Cc: Linux PM list , "linux-samsung-soc@vger.kernel.org" , Bartlomiej Zolnierkiewicz , Lukasz Majewski , Amit Daniel Kachhap , Abhilash Kesavan , Abhilash Kesavan , Kyungmin Park , Chanwoo Choi , Lukasz Majewski After Exynos TMU rework the default value of /sys/class/thermal/thermal_zone0/mode was set to "disabled" Those two patches enable it by default. The problem was reported by: Abhilash Kesavan Dependencies: linux-soc-thermal/next SHA1: 1813d80874699145f04af6b05ebab0a6419001fb And applied following patch series: [PATCH v5 00/18] thermal: exynos: Thermal code rework to use device tree Lukasz Majewski (2): thermal: exynos: Reorder exynos_map_dt_data() function thermal: of: Enable thermal_zoneX when sensor is correctly added drivers/thermal/of-thermal.c | 3 +++ drivers/thermal/samsung/exynos_tmu.c | 7 ++++--- 2 files changed, 7 insertions(+), 3 deletions(-) -- 2.0.0.rc2