[PATCH v2 0/5] Thermal: Support for hardware-tracked trip points

2016-05-03 Thread Caesar Wang
xt@nb) Changes in v2: - update the sysfs-api.txt for set_trips - add the commit in patch[v2 2/5]. - Update the commit for patch[v2 4/5]. Caesar Wang (1): thermal: rockchip: add the set_trips function Sascha Hauer (4): thermal: Add support for hardware-tracked trip points thermal: of: impl

[PATCH v2 1/5] thermal: Add support for hardware-tracked trip points

2016-05-03 Thread Caesar Wang
on an earlier version from Mikko Perttunen Signed-off-by: Sascha Hauer Signed-off-by: Caesar Wang Cc: Zhang Rui Cc: Eduardo Valentin Cc: linux...@vger.kernel.org --- Changes in v2: - update the sysfs-api.txt for set_trips Documentation/thermal/sysfs-api.txt | 7 + drivers/thermal/thermal_c

Re: [PATCH v2 0/5] Thermal: Support for hardware-tracked trip points

2016-05-23 Thread Caesar Wang
2016年05月03日 17:33, Caesar Wang wrote: The history patches come from Mikko and Sascha. http://thread.gmane.org/gmane.linux.power-management.general/59451 Now, I pick them up to continue upstream. Nevermind! This series history patches: v1: https://lkml.org/lkml/2016/4/24/227 This series adds suppor

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

2016-05-24 Thread Caesar Wang
Hi Javi, Thanks your reviewing. On 2016年05月24日 20:57, Javi Merino wrote: On Tue, May 03, 2016 at 05:33:29PM +0800, Caesar Wang wrote: From: Sascha Hauer This adds support for hardware-tracked trip points to the device tree thermal sensor framework. The framework supports an arbitrary

[PATCH v3 1/5] thermal: Add support for hardware-tracked trip points

2016-05-24 Thread Caesar Wang
on an earlier version from Mikko Perttunen Signed-off-by: Sascha Hauer Signed-off-by: Caesar Wang Cc: Zhang Rui Cc: Eduardo Valentin Cc: linux...@vger.kernel.org --- Changes in v3: - as Javi comments on https://patchwork.kernel.org/patch/9001281/. - add the lock for preventing the called from

[PATCH v3 0/5] Thermal: Support for hardware-tracked trip points

2016-05-24 Thread Caesar Wang
ter's ACK. Changes in v2: - update the sysfs-api.txt for set_trips. - add the commit in patch[v2 2/5]. - Update the commit for patch[v2 4/5]. Caesar Wang (1): thermal: rockchip: add the set_trips function Sascha Hauer (4): thermal: Add support for hardware-tracked trip points t

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

2016-05-25 Thread Caesar Wang
On 2016年05月26日 00:42, Javi Merino wrote: Hi Caesar, On Wed, May 25, 2016 at 11:47:45AM +0800, Caesar Wang wrote: From: 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

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

2016-05-25 Thread Caesar Wang
On 2016年05月26日 08:34, Caesar Wang wrote: On 2016年05月26日 00:42, Javi Merino wrote: Hi Caesar, On Wed, May 25, 2016 at 11:47:45AM +0800, Caesar Wang wrote: From: Sascha Hauer This adds support for hardware-tracked trip points to the device tree thermal sensor framework. The framework

[RESEND PATCH v4 1/5] thermal: Add support for hardware-tracked trip points

2016-05-27 Thread Caesar Wang
on an earlier version from Mikko Perttunen Signed-off-by: Sascha Hauer Signed-off-by: Caesar Wang Cc: Zhang Rui Cc: Eduardo Valentin Cc: linux...@vger.kernel.org --- Changes in v4: - Missing the lock added in v3. Changes in v3: - as Javi comments on https://patchwork.kernel.org/patch/9001281/.

Re: [RESEND PATCH v4 1/5] thermal: Add support for hardware-tracked trip points

2016-06-03 Thread Caesar Wang
Javi, Thanks your comments. On 2016年06月03日 01:30, Javi Merino wrote: Hi Caesar, On Fri, May 27, 2016 at 04:36:44PM +0800, Caesar Wang wrote: From: Sascha Hauer This adds support for hardware-tracked trip points to the device tree thermal sensor framework. The framework supports an

[PATCH v5 1/5] thermal: Add support for hardware-tracked trip points

2016-06-06 Thread Caesar Wang
on an earlier version from Mikko Perttunen Signed-off-by: Sascha Hauer Signed-off-by: Caesar Wang Cc: Zhang Rui Cc: Eduardo Valentin Cc: linux...@vger.kernel.org --- Changes in v5: - add the lock for thermal_zone_set_trips function. - change based on next kernel. Changes in v4: - Missing the lock

[PATCH v5 0/5] Thermal: Support for hardware-tracked trip points

2016-06-06 Thread Caesar Wang
he Javi comments on https://patchwork.kernel.org/patch/9001311/. - add the select if they set the option for devicetree. - Add the peter's ACK. Changes in v2: - update the sysfs-api.txt for set_trips. - add the commit in patch[v2 2/5]. - Update the commit for patch[v2 4/5]. Caesar Wang (1): th

[PATCH v6 1/5] thermal: Add support for hardware-tracked trip points

2016-06-22 Thread Caesar Wang
on an earlier version from Mikko Perttunen Signed-off-by: Sascha Hauer Signed-off-by: Caesar Wang Cc: Zhang Rui Cc: Eduardo Valentin Cc: linux...@vger.kernel.org Reviewed-by: Javi Merino --- Changes in v6: - add Javi's Reviewed-by - As Rui's comments on https://patchwork.kernel.or

[PATCH v6 0/5] Thermal: Support for hardware-tracked trip points

2016-06-22 Thread Caesar Wang
2 2/5]. - Update the commit for patch[v2 4/5]. Caesar Wang (1): thermal: rockchip: add the set_trips function Sascha Hauer (4): thermal: Add support for hardware-tracked trip points thermal: of: implement .set_trips for device tree thermal zones thermal: streamline get_trend callbacks th

Re: [PATCH v5 0/5] Thermal: Support for hardware-tracked trip points

2016-06-22 Thread Caesar Wang
On 2016年06月22日 11:25, Zhang Rui wrote: On 二, 2016-06-21 at 09:42 +0800, Caesar Wang wrote: Do you have other ideas for the following patches? :-) Even if only took two weeks feel after a long time. 9157919 New [v5,1/5] thermal: Add support for hardware- tracked trip points 9157917