Re: [PATCH] thermal: rcar: add .set_trip_temp support

2015-11-30 Thread Kuninori Morimoto
Hi Eduardo > According to discussion on your first version [1], this patch is not needed > anymore, right? > > If you want to add the support for writable trip points, please, add the > support to of-thermal, as this driver supports only DT booting boards. Thanks. I will investigate it. -- To u

Re: [PATCH] thermal: rcar: add .set_trip_temp support

2015-11-30 Thread Eduardo Valentin
On Wed, Nov 25, 2015 at 05:42:27AM +, Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > You can set trip temp if your kernel has CONFIG_THERMAL_WRITABLE_TRIPS > > echo $temp > /sys/class/thermal/thermal_zone0/trip_point_0_temp > > -45000 < $temp < 125000 is supported > Default is 90

[PATCH] thermal: rcar: add .set_trip_temp support

2015-11-24 Thread Kuninori Morimoto
From: Kuninori Morimoto You can set trip temp if your kernel has CONFIG_THERMAL_WRITABLE_TRIPS echo $temp > /sys/class/thermal/thermal_zone0/trip_point_0_temp -45000 < $temp < 125000 is supported Default is 9 Signed-off-by: Kuninori Morimoto --- This patch is v2 of "[PATCH] thermal: rc