All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Zhang, Rui" <rui.zhang@intel.com>
To: "kuninori.morimoto.gx@renesas.com" <kuninori.morimoto.gx@renesas.com>
Cc: "edubezval@gmail.com" <edubezval@gmail.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-renesas-soc@vger.kernel.org" 
	<linux-renesas-soc@vger.kernel.org>,
	"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
	"yoshihiro.shimoda.uh@renesas.com"
	<yoshihiro.shimoda.uh@renesas.com>,
	"cm-hiep@jinso.co.jp" <cm-hiep@jinso.co.jp>
Subject: Re: lm-senser can't detect thermal on thermal_zone
Date: Fri, 13 May 2016 00:44:43 +0000	[thread overview]
Message-ID: <1463100287.15071.8.camel@rzhang1-mobl4> (raw)
In-Reply-To: <87posrn1oj.wl%kuninori.morimoto.gx@renesas.com>

On Thu, 2016-05-12 at 08:09 +0000, Kuninori Morimoto wrote:
> Hi Zhang, Eduardo
> 
> Our platform now is using thermal_zone, but lm-senser became no longer working.
> It works on non thermal_zone. we can get current thermal from
> /sys/class/thermal/thermal_zone0 on thermal_zone.
> What does lm-senser is doing ? and why it doesn't work on thermal_zone ??
> 
> 	-- thermal_zone enable patch --
> 
> 	a8b805f3606f7af7f2b44763d3d6cf05f7c15afd
> 	(ARM: dts: r8a7790: enable to use thermal-zone)
> 
> 	-- lm-senser error on thermal-zone ----
> 
> 	> sensors
> 	No sensors found!
> 	Make sure you loaded all the kernel drivers you need.
> 	Try sensors-detect to find out which these are.
> 
> 	-- thermal-zone / non thermal-zone situation --
> 
> 	non thermal-zon
> 	  sensor command: OK
> 	  read from /sys/class/thermal/thermal_zone0 : OK
> 
> 	thermal-zon
> 	  sensor command: NG
> 	  read from /sys/class/thermal/thermal_zone0 : OK

config THERMAL_HWMON
        bool
        prompt "Expose thermal sensors as hwmon device"
        depends on HWMON=y || HWMON=THERMAL
        default y

please check if the thermal subsystem is built in, while hwmon subsystem
is built as module.
you should either set CONFIG_HWMON=y, or set both CONFIG_HWMON and
CONFIG_THERMAL as module.

thanks,
rui

  reply	other threads:[~2016-05-13  0:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-12  8:09 lm-senser can't detect thermal on thermal_zone Kuninori Morimoto
2016-05-12  8:09 ` Kuninori Morimoto
2016-05-13  0:44 ` Zhang, Rui [this message]
2016-05-13  0:44   ` Zhang, Rui
2016-05-13  2:04   ` Kuninori Morimoto
2016-05-13  2:04     ` Kuninori Morimoto
2016-05-30  6:28     ` Kuninori Morimoto
2016-05-30  6:28       ` Kuninori Morimoto
2016-06-09  3:07       ` Kuninori Morimoto
2016-06-09  3:07         ` Kuninori Morimoto
2016-06-14  6:32         ` Zhang Rui
2016-06-14  6:32           ` Zhang Rui
2016-06-14  7:03           ` Kuninori Morimoto
2016-06-14  7:03             ` Kuninori Morimoto
2016-06-14 13:24             ` Zhang Rui
2016-06-14 13:24               ` Zhang Rui
2016-06-16  0:23               ` Kuninori Morimoto
2016-06-16  0:23                 ` Kuninori Morimoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1463100287.15071.8.camel@rzhang1-mobl4 \
    --to=rui.zhang@intel.com \
    --cc=cm-hiep@jinso.co.jp \
    --cc=edubezval@gmail.com \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=yoshihiro.shimoda.uh@renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.