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, > > > r

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

2012-09-24 Thread Zhang Rui
essage- > >>> 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 > >>> Mo

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

2012-09-24 Thread jonghwa3 . lee
>>> 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 fa

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

2012-09-24 Thread Zhang Rui
l 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 jonghwa3 . lee
.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 devi

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

2012-09-24 Thread R, Durgadoss
to: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; Amit Kachhap; R, Durgadoss; Jonghwa Lee > Subject: [PATCH] Thermal: Fix bug on generic thermal f

[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 polli