From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755575AbbCBQL7 (ORCPT ); Mon, 2 Mar 2015 11:11:59 -0500 Received: from outbound-smtp01.blacknight.com ([81.17.249.7]:53043 "EHLO outbound-smtp01.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750959AbbCBQL5 (ORCPT ); Mon, 2 Mar 2015 11:11:57 -0500 Message-ID: <54F48BCB.7070505@nexus-software.ie> Date: Mon, 02 Mar 2015 16:11:55 +0000 From: "Bryan O'Donoghue" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Ong Boon Leong , rui.zhang@intel.com, edubezval@gmail.com, hock.leong.kweh@intel.com CC: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/1] thermal: intel Quark SoC X1000 DTS thermal driver References: <1424880737-12119-1-git-send-email-boon.leong.ong@intel.com> <1424880737-12119-2-git-send-email-boon.leong.ong@intel.com> In-Reply-To: <1424880737-12119-2-git-send-email-boon.leong.ong@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25/02/15 16:12, Ong Boon Leong wrote: > +config INTEL_QUARK_DTS_THERMAL > + tristate "Intel Quark DTS thermal driver" > + depends on X86 && IOSF_MBI Since the change is in RC-1 suggest depends on X86_INTEL_QUARK you can skip this though it's not important. Tested works for me: root@clanton:~# cat /sys/class/thermal/thermal_zone0/temp 62 Apply finger to die directly - doesn't burn but it's a bit uncomfortable root@clanton:~# cat /sys/class/thermal/thermal_zone0/temp 56 Remove finger root@clanton:~# cat /sys/class/thermal/thermal_zone0/temp 60 root@clanton:~# cat /sys/class/thermal/thermal_zone0/temp 61 root@clanton:~# cat /sys/class/thermal/thermal_zone0/temp Reviewed-by: Bryan O'Donoghue Tested-by: Bryan O'Donoghue