hwmon: (lm90) Add max6654 support to lm90 driver
authorJosh Lehan <krellan@google.com>
Wed, 13 May 2020 18:42:48 +0000 (11:42 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 22 May 2020 13:28:38 +0000 (06:28 -0700)
commit229d495d8189ae785dacee72e5633a58edc25ddf
tree9f7510037ff00f4fc61b28b0316305eb7f0b8aee
parent036855a4c3b3703ef44b5edb83b794d1b99d51f6
hwmon: (lm90) Add max6654 support to lm90 driver

Add support for the Maxim MAX6654 to the lm90 driver.

The MAX6654 is a temperature sensor, similar to the others,
but with some differences regarding the configuration
register, and the sampling rate at which extended resolution
becomes possible.

Signed-off-by: Josh Lehan <krellan@google.com>
Link: https://lore.kernel.org/r/20200513184248.145765-1-krellan@google.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/lm90.rst
drivers/hwmon/Kconfig
drivers/hwmon/lm90.c