summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2014-04-13 09:15:09 -0700
committerGuenter Roeck <linux@roeck-us.net>2014-05-21 16:02:26 -0700
commit9028ff8e3dd207375d2459079f728322671069ac (patch)
tree576b41634eafdbd43a50ed5eaa3c9a3981b7c989 /samples
parenta0ac840d99fa7c2ebf5a3df0367992722a92ca65 (diff)
downloadlinux-9028ff8e3dd207375d2459079f728322671069ac.tar.bz2
hwmon: (lm80) Simplify TEMP_FROM_REG
TEMP_FROM_REG gets 12 bits of temperature data in the upper 12 bit of a signed 16 bit parameter, with the integer part (including sign) in the upper 8 bit and the remainder in bit 4..7. The lower 4 bit of the 16 bit data is always 0. We can use that information to convert the temperature directly into display data (1/1000th of degree C). Note that the stored temperature data is not shifted right as the comment claimed, so remove that misleading comment. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions