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

2014-08-01 Thread edubez...@gmail.com
Moro, On Fri, Aug 1, 2014 at 7:42 AM, Mikko Perttunen wrote: > Moi Eduardo :) > > > On 30/07/14 17:16, Eduardo Valentin wrote: >> >> Terve Mikko, >> >> On Fri, Jun 27, 2014 at 11:11:34AM +0300, Mikko Perttunen wrote: >>> >>> This adds support for hardware-tracked trip points to the device tree >>

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

2014-08-01 Thread Mikko Perttunen
Moi Eduardo :) On 30/07/14 17:16, Eduardo Valentin wrote: Terve Mikko, On Fri, Jun 27, 2014 at 11:11:34AM +0300, Mikko Perttunen wrote: This adds support for hardware-tracked trip points to the device tree thermal sensor framework. The framework supports an arbitrary number of trip points. Wh

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

2014-07-30 Thread Eduardo Valentin
Terve Mikko, On Fri, Jun 27, 2014 at 11:11:34AM +0300, Mikko Perttunen wrote: > 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

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

2014-07-03 Thread Mikko Perttunen
On 01/07/14 21:15, Stephen Warren wrote: The thermal core only supports a fixed number of trip points for each driver and the core informs the driver of any changes to those, so drivers using the core framework can already have hardware trip points, but just a fixed number of them. The way of-th

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

2014-07-01 Thread Stephen Warren
On 07/01/2014 01:27 AM, Mikko Perttunen wrote: > Inline. > > On 01/07/14 00:08, Stephen Warren wrote: >> On 06/27/2014 02:11 AM, Mikko Perttunen wrote: >>> This adds support for hardware-tracked trip points to the device tree >>> thermal sensor framework. >>> >>> The framework supports an arbitrar

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

2014-07-01 Thread Mikko Perttunen
Inline. On 01/07/14 00:08, Stephen Warren wrote: On 06/27/2014 02:11 AM, Mikko Perttunen wrote: 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

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

2014-06-30 Thread Stephen Warren
On 06/27/2014 02:11 AM, Mikko Perttunen wrote: > 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 a

[PATCH 1/6] thermal: of: Add support for hardware-tracked trip points

2014-06-27 Thread 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 found. A sensor driver cal