]> asedeno.scripts.mit.edu Git - linux.git/commit
hwmon: (lm75) Add support for writing conversion time for TMP112
authorGuenter Roeck <linux@roeck-us.net>
Fri, 9 Aug 2019 02:12:55 +0000 (19:12 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 3 Sep 2019 19:47:17 +0000 (12:47 -0700)
commitcee04a013a4a4f7556b32bb6c33b3d6f1bd264c9
treee9df8b8a1d131975d5ba2f446d9992fce08b0a6a
parent040b106ff8d6dcef5704f96ea84edfe28addb4a0
hwmon: (lm75) Add support for writing conversion time for TMP112

TMP112 uses an uncommon method to write the conversion time: its
configuration register is 16 bit wide, and the conversion time is
configured in its second byte.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm75.c