RE: [PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2013-03-01 Thread R, Durgadoss
: [PATCH 3/8] Thermal: Add APIs to bind cdev to new zone > structure > > Durga, > > On 05-02-2013 06:46, Durgadoss R wrote: > > This patch creates new APIs to add/remove a > > cdev to/from a zone. This patch does not change > > the old cooling device implementation.

RE: [PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2013-03-01 Thread R, Durgadoss
APIs to bind cdev to new zone structure Durga, On 05-02-2013 06:46, Durgadoss R wrote: This patch creates new APIs to add/remove a cdev to/from a zone. This patch does not change the old cooling device implementation. Same comments on patch 02/08 I want to rise here: - Consider

Re: [PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2013-02-28 Thread Eduardo Valentin
Durga, On 05-02-2013 06:46, Durgadoss R wrote: This patch creates new APIs to add/remove a cdev to/from a zone. This patch does not change the old cooling device implementation. Same comments on patch 02/08 I want to rise here: - Consider using linked list - You may have contention on your

Re: [PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2013-02-28 Thread Eduardo Valentin
Durga, On 05-02-2013 06:46, Durgadoss R wrote: This patch creates new APIs to add/remove a cdev to/from a zone. This patch does not change the old cooling device implementation. Same comments on patch 02/08 I want to rise here: - Consider using linked list - You may have contention on your

Re: [PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2013-02-08 Thread Zhang Rui
On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: > This patch creates new APIs to add/remove a > cdev to/from a zone. This patch does not change > the old cooling device implementation. > > Signed-off-by: Durgadoss R > --- > drivers/thermal/thermal_sys.c | 80 >

Re: [PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2013-02-08 Thread Zhang Rui
On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: This patch creates new APIs to add/remove a cdev to/from a zone. This patch does not change the old cooling device implementation. Signed-off-by: Durgadoss R durgados...@intel.com --- drivers/thermal/thermal_sys.c | 80

[PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2013-02-05 Thread Durgadoss R
This patch creates new APIs to add/remove a cdev to/from a zone. This patch does not change the old cooling device implementation. Signed-off-by: Durgadoss R --- drivers/thermal/thermal_sys.c | 80 + include/linux/thermal.h |9 + 2 files

[PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2013-02-05 Thread Durgadoss R
This patch creates new APIs to add/remove a cdev to/from a zone. This patch does not change the old cooling device implementation. Signed-off-by: Durgadoss R durgados...@intel.com --- drivers/thermal/thermal_sys.c | 80 + include/linux/thermal.h |

RE: [PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2012-12-25 Thread R, Durgadoss
ngbo.zh...@linaro.org > Subject: Re: [PATCH 3/8] Thermal: Add APIs to bind cdev to new zone > structure > > On 12/18/2012 05:29 PM, Durgadoss R wrote: > > This patch creates new APIs to add/remove a > > cdev to/from a zone. This patch does not change > > the ol

Re: [PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2012-12-25 Thread Wei Ni
On 12/18/2012 05:29 PM, Durgadoss R wrote: > This patch creates new APIs to add/remove a > cdev to/from a zone. This patch does not change > the old cooling device implementation. > > Signed-off-by: Durgadoss R > --- > drivers/thermal/thermal_sys.c | 80 >

Re: [PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2012-12-25 Thread Wei Ni
On 12/18/2012 05:29 PM, Durgadoss R wrote: This patch creates new APIs to add/remove a cdev to/from a zone. This patch does not change the old cooling device implementation. Signed-off-by: Durgadoss R durgados...@intel.com --- drivers/thermal/thermal_sys.c | 80

RE: [PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2012-12-25 Thread R, Durgadoss
: Re: [PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure On 12/18/2012 05:29 PM, Durgadoss R wrote: This patch creates new APIs to add/remove a cdev to/from a zone. This patch does not change the old cooling device implementation. Signed-off-by: Durgadoss R durgados

[PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2012-12-18 Thread Durgadoss R
This patch creates new APIs to add/remove a cdev to/from a zone. This patch does not change the old cooling device implementation. Signed-off-by: Durgadoss R --- drivers/thermal/thermal_sys.c | 80 + include/linux/thermal.h |8 + 2 files

[PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2012-12-18 Thread Durgadoss R
This patch creates new APIs to add/remove a cdev to/from a zone. This patch does not change the old cooling device implementation. Signed-off-by: Durgadoss R durgados...@intel.com --- drivers/thermal/thermal_sys.c | 80 + include/linux/thermal.h |