hwmon: Add driver for Texas Instruments TMP464 and TMP468
authorGuenter Roeck <linux@roeck-us.net>
Tue, 22 Feb 2022 22:36:10 +0000 (14:36 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 3 Mar 2022 15:40:42 +0000 (07:40 -0800)
commit007e433cf0373334a2bef1b0c9831647184906ba
treee03da368134e2d1a601389a40e09491322085482
parentb4fa042e92e17f243bdfa2c53e3cd4c8b3dfb56c
hwmon: Add driver for Texas Instruments TMP464 and TMP468

Add support for Texas Instruments TMP464 and TMP468 temperature sensor
ICs.

TI's TMP464 is an I2C temperature sensor chip. This chip is similar
to TI's TMP421 chip, but with 16bit-wide registers (instead of
8bit-wide registers). The chip has one local sensor and four remote
sensors. TMP468 is similar to TMP464 but has one local and eight
remote sensors.

Originally-from: Agathe Porte <agathe.porte@nokia.com>
Cc: Agathe Porte <agathe.porte@nokia.com>
Cc: Krzysztof Adamski <krzysztof.adamski@nokia.com>
Tested-by: Agathe Porte <agathe.porte@nokia.com>
Link: https://lore.kernel.org/r/20220222223610.23098-2-linux@roeck-us.net
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/tmp464.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/tmp464.c [new file with mode: 0644]