diff options
author | Eric Tremblay | 2019-11-12 17:30:01 -0500 |
---|---|---|
committer | Guenter Roeck | 2019-11-21 21:26:40 -0800 |
commit | 59dfa75e5d82a1e1b3d090a1d51fc14f66844576 (patch) | |
tree | e9fb3fa492bca6759d2606e091026d1b15eb06ac /MAINTAINERS | |
parent | 17fe2983e872810051934464ec5bcab80b714e65 (diff) |
hwmon: Add driver for Texas Instruments TMP512/513 sensor chips.
TI's TMP512/513 are I2C/SMBus system monitor chips. These chips
monitor the supply voltage, supply current, power consumption
and provide one local and up to three (TMP513) remote temperature sensors.
It has been tested using a TI TMP513 development kit (TMP513EVM)
Signed-off-by: Eric Tremblay <etremblay@distech-controls.com>
Link: https://lore.kernel.org/r/20191112223001.20844-3-etremblay@distech-controls.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a4c3110bcdca..fb0e89bdd9a4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16385,6 +16385,13 @@ S: Maintained F: Documentation/hwmon/tmp401.rst F: drivers/hwmon/tmp401.c +TMP513 HARDWARE MONITOR DRIVER +M: Eric Tremblay <etremblay@distech-controls.com> +L: linux-hwmon@vger.kernel.org +S: Maintained +F: Documentation/hwmon/tmp513.rst +F: drivers/hwmon/tmp513.c + TMPFS (SHMEM FILESYSTEM) M: Hugh Dickins <hughd@google.com> L: linux-mm@kvack.org |