From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Delvare Subject: Re: How to use the generic thermal sysfs. Date: Fri, 27 Jul 2012 09:30:37 +0200 Message-ID: <20120727093037.094335eb@endymion.delvare> References: <1342088573.27605.101.camel@tegra-chromium-2> <4D68720C2E767A4AA6A8796D42C8EB5915287C@BGSMSX101.gar.corp.intel.com> <1342144273.1682.237.camel@rui.sh.intel.com> <1342164616.27605.129.camel@tegra-chromium-2> <1342165278.1682.259.camel@rui.sh.intel.com> <1343295094.4042.24.camel@tegra-chromium-2> <1343352098.1682.447.camel@rui.sh.intel.com> <1343357901.4042.70.camel@tegra-chromium-2> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1343357901.4042.70.camel@tegra-chromium-2> Sender: linux-kernel-owner@vger.kernel.org To: Wei Ni Cc: Zhang Rui , "R, Durgadoss" , "Brown, Len" , akpm@linux-foundation.org, joe@perches.com, linux-kernel@vger.kernel.org, linux-tegra@ger.kernel.org, Alex Courbot List-Id: linux-tegra@vger.kernel.org On Fri, 27 Jul 2012 10:58:21 +0800, Wei Ni wrote: > On Fri, 2012-07-27 at 09:21 +0800, Zhang Rui wrote: > > is it possible to program the sensor at this time, in your own thermal > > driver? > > Since we are using the generic thermal driver lm90.c, I'm not sure if we > could program these limits in the generic driver, I think it's better to > have a generic interface to set the limits, so I wish to add a > callback .set_limits() in the generic thermal framework. I can confirm that hwmon drivers do not set limits, it is up to user-space to do it if they want. So if there is a need to do so in the kernel itself, a proper interface at the generic thermal framework level seems appropriate. -- Jean Delvare