On Mon, Oct 15, 2018 at 11:11:57PM +0900, Yoshihiro Kaneko wrote: > This series adds thermal support for R-Car E3 (R8A77990). > > This series is based on the next branch of Eduardo Valentin's linux-soc-thermal > tree. > > Yoshihiro Kaneko (2): > dt-bindings: thermal: rcar-thermal: add R8A77990 support > thermal: rcar_thermal: add R8A77990 support Tested in conjunction with "[PATCH/RFT] arm64: dts: renesas: r8a77990: add thermal device support". # X=1000000; while [ "$X" -gt 0 ]; do X=$(($X -1 )); done; cat # /sys/devices/virtual/thermal/thermal_zone0/temp; sleep 1; cat # /sys/devices/virtual/thermal/thermal_zone0/temp 30000 25000 Reviewed-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> Tested-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> > > Documentation/devicetree/bindings/thermal/rcar-thermal.txt | 5 +++-- > drivers/thermal/rcar_thermal.c | 4 ++++ > 2 files changed, 7 insertions(+), 2 deletions(-) > > -- > 1.9.1 >