thermal: hisilicon: increase temperature resolution
authorLeo Yan <leo.yan@linaro.org>
Tue, 29 Mar 2016 11:23:32 +0000 (19:23 +0800)
committerEduardo Valentin <edubezval@gmail.com>
Wed, 27 Apr 2016 22:54:01 +0000 (15:54 -0700)
commit5fdfc48bb0da2aa8a912024a6ecca06486eb9141
treedfde889af6cfa191cdd388aa7eb7ddc07ed4dc70
parent913f201083c81cf021f050d041352ac854c4b526
thermal: hisilicon: increase temperature resolution

When calculate temperature, old code firstly do division and then
convert to "millicelsius" unit. This will lose resolution and only can
read back temperature with "Celsius" unit.

So firstly scale step value to "millicelsius" and then do division, so
finally we can increase resolution for temperature value. Also refine
the calculation from temperature value to step value.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/hisi_thermal.c