]> asedeno.scripts.mit.edu Git - linux.git/commit
hwmon: (jc42) Add support for additional IDT temperature sensors
authorGuenter Roeck <linux@roeck-us.net>
Mon, 2 Feb 2015 01:20:38 +0000 (17:20 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 9 Mar 2015 16:59:35 +0000 (09:59 -0700)
commit0ea2f1db8e6888029b781bbaf68547e2e0996402
tree4e0f86863f11b6d2215cff9e7165602e2550d95e
parent7bc32d298b0b597a0a8a6527c9929fac68524d4a
hwmon: (jc42) Add support for additional IDT temperature sensors

TS3000GB0 has a new device ID (0x2913). Since IDT's datasheets suggest
that the upper 8 bit of the device ID reflect the chip ID and the lower
8 bit reflect the version number, modify the code to accept all chips
with ID 0x29xx.

Also add support for TS3001 and TSE2004.

Some of the datasheets for older chips are no longer available from
the IDT web site, so replace explicit links in the documentation with
a generic note.

Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/jc42
drivers/hwmon/Kconfig
drivers/hwmon/jc42.c