Re: [PATCHv9 02/20] thermal: introduce device tree parser

From: Matthew Longnecker
Date: Thu Jan 02 2014 - 12:35:18 EST


Eduardo,

For the most part, this binding is really well thought out. It makes a lot of sense to me (as someone who has been working with thermal management in Linux/Android-based mobile devices for a few years).

However, I have one substantive criticism.

On 11/12/2013 11:46 AM, Eduardo Valentin wrote:
+* Thermal zone nodes
+
+The thermal zone node is the node containing all the required info
+for describing a thermal zone, including its cooling device bindings. The
+thermal zone node must contain, apart from its own properties, one sub-node
+containing trip nodes and one sub-node containing all the zone cooling maps.
+
+Required properties:
...
+- thermal-sensors: A list of thermal sensor phandles and sensor specifier
+ Type: list of used while monitoring the thermal zone.
+ phandles + sensor
+ specifier
...
+Optional property:
+- coefficients: An array of integers (one signed cell) containing
+ Type: array coefficients to compose a linear relation between
+ Elem size: one cell the sensors listed in the thermal-sensors property.
+ Elem type: signed Coefficients defaults to 1, in case this property
+ is not specified. A simple linear polynomial is used:
+ Z = c0 * x0 + c1 + x1 + ... + c(n-1) * x(n-1) + cn.
+
+ The coefficients are ordered and they match with sensors
+ by means of sensor ID. Additional coefficients are
+ interpreted as constant offset.


"coefficients" is a problematic way of describing the relationship between temperatures at various sensors and temperature at some other location. It would make sense if heat flowed infinitely quickly. However, in practice thermal capacitance means that we need to take into account the _history_ of temperature at sensors in order to predict heat coupled into a distant point.

For example, assuming that handset enclosure starts at ~25C, the CPU could burst to 100C for many minutes before the handset enclosure reaches ~40C. However, at steady-state, the CPU might only be able to sustain 65C without pushing the enclosure above 40C.

I wouldn't be complaining except that you're proposing this as a DT definition. In this case, the binding you've proposed is poor abstraction of the hardware.

thanks,
Matt Longnecker

p.s. I apologize for chiming in without having read the entire history of the patch set. Engineers on my team will be trying this out for Tegra within the next few weeks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/