From: Eduardo Valentin Date: Tue, 16 Jul 2013 19:26:28 +0000 (-0400) Subject: thermal: thermal_core: allow binding with limits on bind_params X-Git-Tag: v3.12-rc1~45^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8892d83894bcbd2717846cfa85955152b73453f;p=pandora-kernel.git thermal: thermal_core: allow binding with limits on bind_params When registering a thermal zone device using platform information via bind_params, the thermal framework will always perform the cdev binding using the lowest and highest limits (THERMAL_NO_LIMIT). This patch changes the data structures so that it is possible to inform what are the desired limits for each trip point inside a bind_param. The way the binding is performed is also changed so that it uses the new data structure. Cc: Zhang Rui Cc: linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin --- Reading git-diff-tree failed