]> asedeno.scripts.mit.edu Git - linux.git/commit
hwmon: (lm75) Add STLM75 support
authorJagan Teki <jagan@amarulasolutions.com>
Wed, 5 Dec 2018 21:14:22 +0000 (02:44 +0530)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 16 Dec 2018 23:13:22 +0000 (15:13 -0800)
commit2e9a41bbc1079776dabe42ed8113b086b99ae56c
treebe45c15ee4b62316d6e47d15be6f7c67f80d3846
parent48049e205e7071c733508e12b036c3845d0e84a9
hwmon: (lm75) Add STLM75 support

The STLM75 is a high-precision digital CMOS temperature sensor
IC with a sigma-delta temperature-to-digital converter.

The configuration register mapping is similar to existing lm75
but the sample rate is 150ms(max).

Tested on real hardware and verified temperature readings are correct.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/lm75
drivers/hwmon/Kconfig
drivers/hwmon/lm75.c