mbox series

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

Message ID 1557777835-19454-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 May 13, 2019, 8:03 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.

v3 [Yoshihiro Kaneko]
* As suggested by Simon Horman
- Patch 1/3: change the types of ths_tj_1 to int
* As suggested by Niklas Söderlund
- Patch 2/3: rename tj_2 into tj_t to accord with the datasheet

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 | 92 ++++++++++++++++++++++++-------------
 1 file changed, 60 insertions(+), 32 deletions(-)

Comments

Simon Horman May 17, 2019, 12:09 p.m. UTC | #1
On Tue, May 14, 2019 at 05:03:52AM +0900, Yoshihiro Kaneko wrote:
> 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.

Thanks Kaneko-san,

this looks good to me.

For all patches:

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Tested-by: Simon Horman <horms+renesas@verge.net.au>