]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driver
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 22 Dec 2016 10:38:21 +0000 (11:38 +0100)
committerEduardo Valentin <edubezval@gmail.com>
Fri, 20 Jan 2017 04:15:28 +0000 (20:15 -0800)
commit564e73d283af9d4c1d642079d5c7ac601876162f
tree5e0a452ddfbd097f8daa59bb8b21595bfbd1d3cc
parentb022e9b9d0e67f4cba62bc790bd387e23c29dc6c
thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driver

Add support for R-Car Gen3 thermal sensors. Polling only for now,
interrupts will be added incrementally. Same goes for reading fuses.
This is documented already, but no hardware available for now.

Signed-off-by: Hien Dang <hien.dang.eb@renesas.com>
Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com>
Signed-off-by: Khiem Nguyen <khiem.nguyen.xt@renesas.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
[Niklas: document and rework temperature calculation]
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/rcar_gen3_thermal.c [new file with mode: 0644]