hwmon: (lm75) Add MAX31725/6 support
authorKun Yi <kunyi@google.com>
Tue, 11 Sep 2018 20:25:58 +0000 (13:25 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 11 Oct 2018 03:37:13 +0000 (20:37 -0700)
commita54ca77a98a311bf0488fd9004c5b691454ff917
tree0bb1f863c2a770bdbada476609d501f63f5c9925
parent39ea6ea325dcd05daf65f3d9d8d205a55683668f
hwmon: (lm75) Add MAX31725/6 support

MAX31725/MAX31726 are local temperature sensors with +/- 0.5 degree
Celsius accuracy and 16-bit (0.00390625 degrees Celsius) resolution.
They have a register mapping and encoding compatible with the lm75
series drivers. Address scan and extended temperature range are
not supported by this patch.

Tested on real hardware and verified temperature readings are correct.

Signed-off-by: Kun Yi <kunyi@google.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/lm75
drivers/hwmon/lm75.c