Skip to content
Snippets Groups Projects
Commit 38d9f06c authored by Guenter Roeck's avatar Guenter Roeck
Browse files

hwmon: (tmp401) Drop support for TMP461


TMP461 is almost identical to TMP451, which is already supported by the
lm90 driver. At the same time, unlike other sensors from the TMP401
compatible series, it only supports 8-bit temperature read operations,
and it supports negative temperatures when configured for its default
temperature range, and it supports a temperature offset register.
Supporting this chip in the tmp401 driver adds unnecessary complexity.
Remove its support from this driver and support the chip with the lm90
driver instead.

Fixes: 24333ac2 ("hwmon: (tmp401) use smb word operations instead of 2 smb byte operations")
Reported-by: default avatarDavid T. Wilson <david.wilson@nasa.gov>
Cc: David T. Wilson <david.wilson@nasa.gov>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent f8344f76
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment