]> asedeno.scripts.mit.edu Git - linux.git/commit
hwmon: Add Texas Instruments TMP108 temperature sensor driver.
authorJohn Muir <john@jmuir.com>
Fri, 2 Dec 2016 02:32:41 +0000 (18:32 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 10 Dec 2016 05:54:25 +0000 (21:54 -0800)
commit66e1c91713396734f8cf778a2fc5212876c04bc0
treebcc4661fa3206bb761cc5391f99d862505fabea3
parent3a412d5e4a1c831723d0aaf305f1cf9a78ad9c90
hwmon: Add Texas Instruments TMP108 temperature sensor driver.

Add support for the TI TMP108 temperature sensor with some device
configuration parameters.

Signed-off-by: John Muir <john@jmuir.com>
[groeck: Initialize of_match_table]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/tmp108 [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/tmp108.c [new file with mode: 0644]