Re: [PATCH 12/13] thermal: Add support for hardware-tracked trip points

2015-04-15 Thread Brian Norris
Hi Sascha, On Thu, Mar 26, 2015 at 04:53:59PM +0100, Sascha Hauer 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 point

Re: [PATCH 12/13] thermal: Add support for hardware-tracked trip points

2015-04-06 Thread Eduardo Valentin
On Thu, Mar 26, 2015 at 04:53:59PM +0100, Sascha Hauer 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 immediatel

[PATCH 12/13] thermal: Add support for hardware-tracked trip points

2015-03-26 Thread Sascha Hauer
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 .set_trips callba