Re: [PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

2016-04-27 Thread Eduardo Valentin
On Fri, Apr 22, 2016 at 06:17:54PM +0800, Caesar Wang wrote: > Hi Sascha, > These are still the newest patches. I won't have any resources in the > near future for continuing the work on them, so feel free to pick them > up. There hasn't been much discussion around these patches which

Re: [PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

2016-04-27 Thread Eduardo Valentin
On Fri, Apr 22, 2016 at 06:17:54PM +0800, Caesar Wang wrote: > Hi Sascha, > These are still the newest patches. I won't have any resources in the > near future for continuing the work on them, so feel free to pick them > up. There hasn't been much discussion around these patches which

Re: [PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

2016-04-22 Thread Caesar Wang
Hi Sascha, These are still the newest patches. I won't have any resources in the near future for continuing the work on them, so feel free to pick them up. There hasn't been much discussion around these patches which was the reason I abandoned them. Okay. I start to pick them up and do some

Re: [PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

2016-04-22 Thread Caesar Wang
Hi Sascha, These are still the newest patches. I won't have any resources in the near future for continuing the work on them, so feel free to pick them up. There hasn't been much discussion around these patches which was the reason I abandoned them. Okay. I start to pick them up and do some

Re: [PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

2016-04-21 Thread Sascha Hauer
On Fri, Apr 22, 2016 at 09:54:19AM +0800, Caesar Wang wrote: > Hi Brian, Eduardo, Sascha > > 在 2016年04月21日 09:12, Brian Norris 写道: > >+ Sascha > > > >On Wed, Apr 20, 2016 at 04:48:18PM -0700, Eduardo Valentin wrote: > >>On Mon, Apr 18, 2016 at 11:35:59AM +0800, Caesar Wang wrote: > >>>From: Mikko

Re: [PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

2016-04-21 Thread Sascha Hauer
On Fri, Apr 22, 2016 at 09:54:19AM +0800, Caesar Wang wrote: > Hi Brian, Eduardo, Sascha > > 在 2016年04月21日 09:12, Brian Norris 写道: > >+ Sascha > > > >On Wed, Apr 20, 2016 at 04:48:18PM -0700, Eduardo Valentin wrote: > >>On Mon, Apr 18, 2016 at 11:35:59AM +0800, Caesar Wang wrote: > >>>From: Mikko

Re: [PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

2016-04-21 Thread Caesar Wang
Hi Brian, Eduardo, Sascha 在 2016年04月21日 09:12, Brian Norris 写道: + Sascha On Wed, Apr 20, 2016 at 04:48:18PM -0700, Eduardo Valentin wrote: On Mon, Apr 18, 2016 at 11:35:59AM +0800, Caesar Wang wrote: From: Mikko Perttunen This adds support for hardware-tracked trip

Re: [PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

2016-04-21 Thread Caesar Wang
Hi Brian, Eduardo, Sascha 在 2016年04月21日 09:12, Brian Norris 写道: + Sascha On Wed, Apr 20, 2016 at 04:48:18PM -0700, Eduardo Valentin wrote: On Mon, Apr 18, 2016 at 11:35:59AM +0800, Caesar Wang wrote: From: Mikko Perttunen This adds support for hardware-tracked trip points to the device

Re: [PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

2016-04-20 Thread Brian Norris
+ Sascha On Wed, Apr 20, 2016 at 04:48:18PM -0700, Eduardo Valentin wrote: > On Mon, Apr 18, 2016 at 11:35:59AM +0800, Caesar Wang wrote: > > From: Mikko Perttunen > > > > This adds support for hardware-tracked trip points to the device tree > > > > diff --git

Re: [PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

2016-04-20 Thread Brian Norris
+ Sascha On Wed, Apr 20, 2016 at 04:48:18PM -0700, Eduardo Valentin wrote: > On Mon, Apr 18, 2016 at 11:35:59AM +0800, Caesar Wang wrote: > > From: Mikko Perttunen > > > > This adds support for hardware-tracked trip points to the device tree > > > > diff --git a/include/linux/thermal.h

Re: [PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

2016-04-20 Thread Eduardo Valentin
On Mon, Apr 18, 2016 at 11:35:59AM +0800, Caesar Wang wrote: > From: Mikko Perttunen > > This adds support for hardware-tracked trip points to the device tree > diff --git a/include/linux/thermal.h b/include/linux/thermal.h > index 97b86c5..6ef932a 100644 > ---

Re: [PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

2016-04-20 Thread Eduardo Valentin
On Mon, Apr 18, 2016 at 11:35:59AM +0800, Caesar Wang wrote: > From: Mikko Perttunen > > This adds support for hardware-tracked trip points to the device tree > diff --git a/include/linux/thermal.h b/include/linux/thermal.h > index 97b86c5..6ef932a 100644 > --- a/include/linux/thermal.h > +++

[PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

2016-04-17 Thread Caesar Wang
From: Mikko Perttunen This adds support for hardware-tracked trip points to the device tree thermal sensor framework. The framework supports an arbitrary number of trip points. Whenever the current temperature is updated, the trip points immediately below and above the

[PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

2016-04-17 Thread Caesar Wang
From: Mikko Perttunen This adds support for hardware-tracked trip points to the device tree thermal sensor framework. The framework supports an arbitrary number of trip points. Whenever the current temperature is updated, the trip points immediately below and above the current temperature are