Re: [PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-24 Thread jonghwa3 . lee
On 2012년 09월 25일 12:04, R, Durgadoss wrote: > Hi Rui, > Hi, Jonghwa, I still do not understand what the problem is. Say if a cooling device fails to bind, the thermal zone device would still work properly, just like the failure cooling device is not referenced in this

RE: [PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-24 Thread R, Durgadoss
Hi Rui, > > > Hi, Jonghwa, > > > > > > I still do not understand what the problem is. > > > Say if a cooling device fails to bind, the thermal zone device would > > > still work properly, just like the failure cooling device is not > > > referenced in this thermal zone. > > > > > > thanks, > > >

Re: [PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-24 Thread Zhang Rui
al Message- > >>> From: Jonghwa Lee [mailto:jonghwa3@samsung.com] > >>> Sent: Monday, September 24, 2012 7:36 AM > >>> To: linux-...@vger.kernel.org > >>> Cc: linux-kernel@vger.kernel.org; Brown, Len; Rafael J. Wysocki; Andrew > >>> Morton;

Re: [PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-24 Thread jonghwa3 . lee
gt;> To: linux-...@vger.kernel.org >>> Cc: linux-kernel@vger.kernel.org; Brown, Len; Rafael J. Wysocki; Andrew >>> Morton; Amit Kachhap; R, Durgadoss; Jonghwa Lee >>> Subject: [PATCH] Thermal: Fix bug on generic thermal framework. >>> >>> When system fai

RE: [PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-24 Thread Zhang Rui
Wysocki; Andrew > > Morton; Amit Kachhap; R, Durgadoss; Jonghwa Lee > > Subject: [PATCH] Thermal: Fix bug on generic thermal framework. > > > > When system fails to bind cooling devices to thermal zone device during > > registering thermal zone device, it l

Re: [PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-24 Thread jonghwa3 . lee
n, Len; Rafael J. Wysocki; Andrew >> Morton; Amit Kachhap; R, Durgadoss; Jonghwa Lee >> Subject: [PATCH] Thermal: Fix bug on generic thermal framework. >> >> When system fails to bind cooling devices to thermal zone device during >> registering thermal zone device, it lea

RE: [PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-24 Thread R, Durgadoss
nghwa3@samsung.com] > Sent: Monday, September 24, 2012 7:36 AM > To: linux-...@vger.kernel.org > Cc: linux-kernel@vger.kernel.org; Brown, Len; Rafael J. Wysocki; Andrew > Morton; Amit Kachhap; R, Durgadoss; Jonghwa Lee > Subject: [PATCH] Thermal: Fix bug on generic thermal framew

RE: [PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-24 Thread R, Durgadoss
@samsung.com] Sent: Monday, September 24, 2012 7:36 AM To: linux-...@vger.kernel.org Cc: linux-kernel@vger.kernel.org; Brown, Len; Rafael J. Wysocki; Andrew Morton; Amit Kachhap; R, Durgadoss; Jonghwa Lee Subject: [PATCH] Thermal: Fix bug on generic thermal framework. When system fails

Re: [PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-24 Thread jonghwa3 . lee
Subject: [PATCH] Thermal: Fix bug on generic thermal framework. When system fails to bind cooling devices to thermal zone device during registering thermal zone device, it leaves registering without canceling delayed work. It probably makes panic if polling rate is not enough to release

RE: [PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-24 Thread Zhang Rui
] Thermal: Fix bug on generic thermal framework. When system fails to bind cooling devices to thermal zone device during registering thermal zone device, it leaves registering without canceling delayed work. It probably makes panic if polling rate is not enough to release that work from

Re: [PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-24 Thread jonghwa3 . lee
; Jonghwa Lee Subject: [PATCH] Thermal: Fix bug on generic thermal framework. When system fails to bind cooling devices to thermal zone device during registering thermal zone device, it leaves registering without canceling delayed work. It probably makes panic if polling rate is not enough

Re: [PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-24 Thread Zhang Rui
@vger.kernel.org; Brown, Len; Rafael J. Wysocki; Andrew Morton; Amit Kachhap; R, Durgadoss; Jonghwa Lee Subject: [PATCH] Thermal: Fix bug on generic thermal framework. When system fails to bind cooling devices to thermal zone device during registering thermal zone device, it leaves registering

RE: [PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-24 Thread R, Durgadoss
Hi Rui, Hi, Jonghwa, I still do not understand what the problem is. Say if a cooling device fails to bind, the thermal zone device would still work properly, just like the failure cooling device is not referenced in this thermal zone. thanks, rui Hi rui, No, it

Re: [PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-24 Thread jonghwa3 . lee
On 2012년 09월 25일 12:04, R, Durgadoss wrote: Hi Rui, Hi, Jonghwa, I still do not understand what the problem is. Say if a cooling device fails to bind, the thermal zone device would still work properly, just like the failure cooling device is not referenced in this thermal zone. thanks,

[PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-23 Thread Jonghwa Lee
When system fails to bind cooling devices to thermal zone device during registering thermal zone device, it leaves registering without canceling delayed work. It probably makes panic if polling rate is not enough to release that work from workqueue. So it is better to ignore initialization of

[PATCH] Thermal: Fix bug on generic thermal framework.

2012-09-23 Thread Jonghwa Lee
When system fails to bind cooling devices to thermal zone device during registering thermal zone device, it leaves registering without canceling delayed work. It probably makes panic if polling rate is not enough to release that work from workqueue. So it is better to ignore initialization of