RE: [PATCH 1/8] Thermal: Create sensor level APIs

2013-02-28 Thread R, Durgadoss
; Subject: Re: [PATCH 1/8] Thermal: Create sensor level APIs > > Durga, > > On 05-02-2013 06:46, Durgadoss R wrote: > > This patch creates sensor level APIs, in the > > generic thermal framework. > > > > A Thermal sensor is a piece of hardware that can report >

Re: [PATCH 1/8] Thermal: Create sensor level APIs

2013-02-28 Thread Eduardo Valentin
Durga, On 05-02-2013 06:46, Durgadoss R wrote: This patch creates sensor level APIs, in the generic thermal framework. A Thermal sensor is a piece of hardware that can report temperature of the spot in which it is placed. A thermal sensor driver reads the temperature from this sensor and

Re: [PATCH 1/8] Thermal: Create sensor level APIs

2013-02-28 Thread Eduardo Valentin
Durga, On 05-02-2013 06:46, Durgadoss R wrote: This patch creates sensor level APIs, in the generic thermal framework. A Thermal sensor is a piece of hardware that can report temperature of the spot in which it is placed. A thermal sensor driver reads the temperature from this sensor and

RE: [PATCH 1/8] Thermal: Create sensor level APIs

2013-02-28 Thread R, Durgadoss
] Thermal: Create sensor level APIs Durga, On 05-02-2013 06:46, Durgadoss R wrote: This patch creates sensor level APIs, in the generic thermal framework. A Thermal sensor is a piece of hardware that can report temperature of the spot in which it is placed. A thermal sensor driver

RE: [PATCH 1/8] Thermal: Create sensor level APIs

2013-02-08 Thread Zhang Rui
t; > eduardo.valen...@ti.com; hongbo.zh...@linaro.org; w...@nvidia.com > > Subject: Re: [PATCH 1/8] Thermal: Create sensor level APIs > > > > On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: > > > This patch creates sensor level APIs, in the > > > generic thermal fr

RE: [PATCH 1/8] Thermal: Create sensor level APIs

2013-02-08 Thread R, Durgadoss
Hi Rui, > -Original Message- > From: Zhang, Rui > Sent: Friday, February 08, 2013 1:24 PM > To: R, Durgadoss > Cc: linux...@vger.kernel.org; linux-kernel@vger.kernel.org; > eduardo.valen...@ti.com; hongbo.zh...@linaro.org; w...@nvidia.com > Subject: Re: [PATCH 1/8] T

RE: [PATCH 1/8] Thermal: Create sensor level APIs

2013-02-08 Thread R, Durgadoss
Hi Rui, -Original Message- From: Zhang, Rui Sent: Friday, February 08, 2013 1:24 PM To: R, Durgadoss Cc: linux...@vger.kernel.org; linux-kernel@vger.kernel.org; eduardo.valen...@ti.com; hongbo.zh...@linaro.org; w...@nvidia.com Subject: Re: [PATCH 1/8] Thermal: Create sensor level

RE: [PATCH 1/8] Thermal: Create sensor level APIs

2013-02-08 Thread Zhang Rui
...@nvidia.com Subject: Re: [PATCH 1/8] Thermal: Create sensor level APIs On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: This patch creates sensor level APIs, in the generic thermal framework. [snip.] + static ssize_t type_show(struct device *dev, struct device_attribute

Re: [PATCH 1/8] Thermal: Create sensor level APIs

2013-02-07 Thread Zhang Rui
On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: > This patch creates sensor level APIs, in the > generic thermal framework. > > A Thermal sensor is a piece of hardware that can report > temperature of the spot in which it is placed. A thermal > sensor driver reads the temperature from this

Re: [PATCH 1/8] Thermal: Create sensor level APIs

2013-02-07 Thread Zhang Rui
On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: This patch creates sensor level APIs, in the generic thermal framework. A Thermal sensor is a piece of hardware that can report temperature of the spot in which it is placed. A thermal sensor driver reads the temperature from this sensor

Re: [PATCH 1/8] Thermal: Create sensor level APIs

2012-12-18 Thread Joe Perches
On Tue, 2012-12-18 at 14:59 +0530, Durgadoss R wrote: > This patch creates sensor level APIs, in the > generic thermal framework. Just some trivial notes. > diff --git a/drivers/thermal/thermal_sys.c b/drivers/thermal/thermal_sys.c [] > +static ssize_t > +sensor_temp_show(struct device *dev,

Re: [PATCH 1/8] Thermal: Create sensor level APIs

2012-12-18 Thread Joe Perches
On Tue, 2012-12-18 at 14:59 +0530, Durgadoss R wrote: This patch creates sensor level APIs, in the generic thermal framework. Just some trivial notes. diff --git a/drivers/thermal/thermal_sys.c b/drivers/thermal/thermal_sys.c [] +static ssize_t +sensor_temp_show(struct device *dev, struct