mbox series

[PATCH/RFT,v2,0/3] thermal: rcar_gen3_thermal: Update calculation formula due to HW evaluation

Message ID 1555436655-5262-1-git-send-email-ykaneko0929@gmail.com (mailing list archive)
Headers show
Series thermal: rcar_gen3_thermal: Update calculation formula due to HW evaluation | expand

Message

Yoshihiro Kaneko April 16, 2019, 5:44 p.m. UTC
This series was inspired by a patch in the BSP by Dien Pham <dien.pham.ry@renesas.com>.

This series is based on the master branch of Linus Torvalds's linux tree.

v2 [Yoshihiro Kaneko]
* As suggested by Simon Horman
- split into three patches
- avoid global variables
- marked thcode const

Yoshihiro Kaneko (3):
  thermal: rcar_gen3_thermal: Update value of Tj_1
  thermal: rcar_gen3_thermal: Update calculation formula of IRQTEMP
  thermal: rcar_gen3_thermal: Update temperature conversion method

 drivers/thermal/rcar_gen3_thermal.c | 93 ++++++++++++++++++++++++-------------
 1 file changed, 61 insertions(+), 32 deletions(-)