hwmon: (lm92) Do not try to detect MAX6635
authorAlvaro G. M <alvaro.gamez@hazent.com>
Wed, 21 Mar 2018 15:04:52 +0000 (16:04 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 22 Mar 2018 16:32:05 +0000 (09:32 -0700)
commit05993e226ad997682929dec2c42477d5e3e6c274
treecf271dc92ae6b750b80c48618851d86a29cd94c0
parent72816cb06e7153c22aed8776949f558b635aa2c0
hwmon: (lm92) Do not try to detect MAX6635

Maxim MAX663x family are mostly compatible with LM92, but they lack any
identification register. Weakening the detect function would make it prone
to false positives, and current one doesn't detect all chips.  Therefore,
the detect function for max6635 devices is removed in favor of explicit
device instatiation.

Signed-off-by: Alvaro Gamez Machado <alvaro.gamez@hazent.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/lm92
drivers/hwmon/lm92.c