RE: [PATCH 2/8] Thermal: Create zone level APIs

2013-03-01 Thread R, Durgadoss
ngbo.zh...@linaro.org; w...@nvidia.com > Subject: Re: [PATCH 2/8] Thermal: Create zone level APIs > > On 05-02-2013 06:46, Durgadoss R wrote: > > This patch adds a new thermal_zone structure to > > thermal.h. Also, adds zone level APIs to the thermal > > framework. >

RE: [PATCH 2/8] Thermal: Create zone level APIs

2013-03-01 Thread R, Durgadoss
...@nvidia.com Subject: Re: [PATCH 2/8] Thermal: Create zone level APIs On 05-02-2013 06:46, Durgadoss R wrote: This patch adds a new thermal_zone structure to thermal.h. Also, adds zone level APIs to the thermal framework. A thermal zone is a hot spot on the platform, which can have one

Re: [PATCH 2/8] Thermal: Create zone level APIs

2013-02-28 Thread Eduardo Valentin
On 05-02-2013 06:46, Durgadoss R wrote: This patch adds a new thermal_zone structure to thermal.h. Also, adds zone level APIs to the thermal framework. A thermal zone is a hot spot on the platform, which can have one or more sensors and cooling devices attached to it. These sensors can be

Re: [PATCH 2/8] Thermal: Create zone level APIs

2013-02-28 Thread Eduardo Valentin
On 05-02-2013 06:46, Durgadoss R wrote: This patch adds a new thermal_zone structure to thermal.h. Also, adds zone level APIs to the thermal framework. A thermal zone is a hot spot on the platform, which can have one or more sensors and cooling devices attached to it. These sensors can be

RE: [PATCH 2/8] Thermal: Create zone level APIs

2013-02-08 Thread R, Durgadoss
> -Original Message- > From: Zhang, Rui > Sent: Friday, February 08, 2013 3: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 2/8] Thermal: C

RE: [PATCH 2/8] Thermal: Create zone level APIs

2013-02-08 Thread Zhang Rui
t; > eduardo.valen...@ti.com; hongbo.zh...@linaro.org; w...@nvidia.com > > Subject: Re: [PATCH 2/8] Thermal: Create zone level APIs > > > > On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: > > > This patch adds a new thermal_zone structure to > > > thermal.

RE: [PATCH 2/8] Thermal: Create zone level APIs

2013-02-08 Thread R, Durgadoss
Hi Rui, > -Original Message- > From: Zhang, Rui > Sent: Friday, February 08, 2013 1:42 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 2/8]

Re: [PATCH 2/8] Thermal: Create zone level APIs

2013-02-08 Thread Zhang Rui
On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: > This patch adds a new thermal_zone structure to > thermal.h. Also, adds zone level APIs to the thermal > framework. > > A thermal zone is a hot spot on the platform, which > can have one or more sensors and cooling devices attached > to it.

Re: [PATCH 2/8] Thermal: Create zone level APIs

2013-02-08 Thread Zhang Rui
On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: This patch adds a new thermal_zone structure to thermal.h. Also, adds zone level APIs to the thermal framework. A thermal zone is a hot spot on the platform, which can have one or more sensors and cooling devices attached to it. These

RE: [PATCH 2/8] Thermal: Create zone level APIs

2013-02-08 Thread R, Durgadoss
Hi Rui, -Original Message- From: Zhang, Rui Sent: Friday, February 08, 2013 1:42 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 2/8] Thermal: Create zone level

RE: [PATCH 2/8] Thermal: Create zone level APIs

2013-02-08 Thread Zhang Rui
...@nvidia.com Subject: Re: [PATCH 2/8] Thermal: Create zone level APIs On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: This patch adds a new thermal_zone structure to thermal.h. Also, adds zone level APIs to the thermal framework. [snip.] + +struct thermal_sensor

RE: [PATCH 2/8] Thermal: Create zone level APIs

2013-02-08 Thread R, Durgadoss
-Original Message- From: Zhang, Rui Sent: Friday, February 08, 2013 3: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 2/8] Thermal: Create zone level APIs

[PATCH 2/8] Thermal: Create zone level APIs

2013-02-05 Thread Durgadoss R
This patch adds a new thermal_zone structure to thermal.h. Also, adds zone level APIs to the thermal framework. A thermal zone is a hot spot on the platform, which can have one or more sensors and cooling devices attached to it. These sensors can be mapped to a set of cooling devices, which when

[PATCH 2/8] Thermal: Create zone level APIs

2013-02-05 Thread Durgadoss R
This patch adds a new thermal_zone structure to thermal.h. Also, adds zone level APIs to the thermal framework. A thermal zone is a hot spot on the platform, which can have one or more sensors and cooling devices attached to it. These sensors can be mapped to a set of cooling devices, which when

RE: [PATCH 2/8] Thermal: Create zone level APIs

2012-12-19 Thread R, Durgadoss
Hi Joe, > -Original Message- > From: Joe Perches [mailto:j...@perches.com] > Sent: Tuesday, December 18, 2012 5:00 PM > To: R, Durgadoss > Cc: Zhang, Rui; linux...@vger.kernel.org; linux-kernel@vger.kernel.org; > hongbo.zh...@linaro.org; w...@nvidia.com > Subject: Re

RE: [PATCH 2/8] Thermal: Create zone level APIs

2012-12-19 Thread R, Durgadoss
Hi Joe, -Original Message- From: Joe Perches [mailto:j...@perches.com] Sent: Tuesday, December 18, 2012 5:00 PM To: R, Durgadoss Cc: Zhang, Rui; linux...@vger.kernel.org; linux-kernel@vger.kernel.org; hongbo.zh...@linaro.org; w...@nvidia.com Subject: Re: [PATCH 2/8] Thermal: Create

Re: [PATCH 2/8] Thermal: Create zone level APIs

2012-12-18 Thread Joe Perches
On Tue, 2012-12-18 at 14:59 +0530, Durgadoss R wrote: > This patch adds a new thermal_zone structure to > thermal.h. Also, adds zone level APIs to the thermal > framework. [] > diff --git a/drivers/thermal/thermal_sys.c b/drivers/thermal/thermal_sys.c > +#define GET_INDEX(tz, ptr, indx, type)

[PATCH 2/8] Thermal: Create zone level APIs

2012-12-18 Thread Durgadoss R
This patch adds a new thermal_zone structure to thermal.h. Also, adds zone level APIs to the thermal framework. A thermal zone is a hot spot on the platform, which can have one or more sensors and cooling devices attached to it. These sensors can be mapped to a set of cooling devices, which when

[PATCH 2/8] Thermal: Create zone level APIs

2012-12-18 Thread Durgadoss R
This patch adds a new thermal_zone structure to thermal.h. Also, adds zone level APIs to the thermal framework. A thermal zone is a hot spot on the platform, which can have one or more sensors and cooling devices attached to it. These sensors can be mapped to a set of cooling devices, which when

Re: [PATCH 2/8] Thermal: Create zone level APIs

2012-12-18 Thread Joe Perches
On Tue, 2012-12-18 at 14:59 +0530, Durgadoss R wrote: This patch adds a new thermal_zone structure to thermal.h. Also, adds zone level APIs to the thermal framework. [] diff --git a/drivers/thermal/thermal_sys.c b/drivers/thermal/thermal_sys.c +#define GET_INDEX(tz, ptr, indx, type)