Message ID | 1539612719-9650-1-git-send-email-ykaneko0929@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | thermal: add suport for R8A77990 | expand |
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@verge.net.au> Tested-by: Simon Horman <horms+renesas@verge.net.au> > > Documentation/devicetree/bindings/thermal/rcar-thermal.txt | 5 +++-- > drivers/thermal/rcar_thermal.c | 4 ++++ > 2 files changed, 7 insertions(+), 2 deletions(-) > > -- > 1.9.1 >
Hello Yoshihiro, 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. Sorry for the late response, but would you be able to refresh your series to latest linus master branch? > > Yoshihiro Kaneko (2): > dt-bindings: thermal: rcar-thermal: add R8A77990 support > thermal: rcar_thermal: add R8A77990 support > > Documentation/devicetree/bindings/thermal/rcar-thermal.txt | 5 +++-- > drivers/thermal/rcar_thermal.c | 4 ++++ > 2 files changed, 7 insertions(+), 2 deletions(-) > > -- > 1.9.1 >
Hello Eduardo, I am sorry for my late replay. 2018年12月5日(水) 15:12 Eduardo Valentin <edubezval@gmail.com>: > > Hello Yoshihiro, > > 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. > > Sorry for the late response, but would you be able to refresh your > series to latest linus master branch? Yes, I will do it. Best regards, Kaneko > > > > > Yoshihiro Kaneko (2): > > dt-bindings: thermal: rcar-thermal: add R8A77990 support > > thermal: rcar_thermal: add R8A77990 support > > > > Documentation/devicetree/bindings/thermal/rcar-thermal.txt | 5 +++-- > > drivers/thermal/rcar_thermal.c | 4 ++++ > > 2 files changed, 7 insertions(+), 2 deletions(-) > > > > -- > > 1.9.1 > >