Re: [PATCH 2/4] thermal: of: implement .set_trips for device tree thermal zones

2016-05-03 Thread Caesar Wang
在 2016年04月28日 05:52, Eduardo Valentin 写道: On Mon, Apr 25, 2016 at 11:02:45AM +0800, Caesar Wang wrote: From: Sascha Hauer Signed-off-by: Sascha Hauer Signed-off-by: Caesar Wang Cc: Zhang Rui Cc:

Re: [PATCH 2/4] thermal: of: implement .set_trips for device tree thermal zones

2016-05-03 Thread Caesar Wang
在 2016年04月28日 05:52, Eduardo Valentin 写道: On Mon, Apr 25, 2016 at 11:02:45AM +0800, Caesar Wang wrote: From: Sascha Hauer Signed-off-by: Sascha Hauer Signed-off-by: Caesar Wang Cc: Zhang Rui Cc: Eduardo Valentin Cc: linux...@vger.kernel.org --- drivers/thermal/of-thermal.c | 12

Re: [PATCH 2/4] thermal: of: implement .set_trips for device tree thermal zones

2016-04-27 Thread Eduardo Valentin
On Mon, Apr 25, 2016 at 11:02:45AM +0800, Caesar Wang wrote: > From: Sascha Hauer > > Signed-off-by: Sascha Hauer > Signed-off-by: Caesar Wang > Cc: Zhang Rui > Cc: Eduardo Valentin

Re: [PATCH 2/4] thermal: of: implement .set_trips for device tree thermal zones

2016-04-27 Thread Eduardo Valentin
On Mon, Apr 25, 2016 at 11:02:45AM +0800, Caesar Wang wrote: > From: Sascha Hauer > > Signed-off-by: Sascha Hauer > Signed-off-by: Caesar Wang > Cc: Zhang Rui > Cc: Eduardo Valentin > Cc: linux...@vger.kernel.org > --- > > drivers/thermal/of-thermal.c | 12 >

[PATCH 2/4] thermal: of: implement .set_trips for device tree thermal zones

2016-04-24 Thread Caesar Wang
From: Sascha Hauer Signed-off-by: Sascha Hauer Signed-off-by: Caesar Wang Cc: Zhang Rui Cc: Eduardo Valentin Cc: linux...@vger.kernel.org --- drivers/thermal/of-thermal.c | 12

[PATCH 2/4] thermal: of: implement .set_trips for device tree thermal zones

2016-04-24 Thread Caesar Wang
From: Sascha Hauer Signed-off-by: Sascha Hauer Signed-off-by: Caesar Wang Cc: Zhang Rui Cc: Eduardo Valentin Cc: linux...@vger.kernel.org --- drivers/thermal/of-thermal.c | 12 include/linux/thermal.h | 4 2 files changed, 16 insertions(+) diff --git