• Guenter Roeck's avatar
    hwmon: (lm90) Add support for MAX6642 · 3c1ecccb
    Guenter Roeck authored
    MAX6642 is a reduced version of LM90 with no low limits and no conversion
    rate register. Its alert functionality is broken, similar to many other
    chips supported by the lm90 driver.
    
    After this change, the stand-alone max6642 driver is only needed if the
    lm90 driver is disabled. Make it dependent on SENSORS_LM90=n to show that
    it is not needed if the lm90 driver is enabled.
    
    A devicetree node is not added for this chip since it is quite unlikely
    that such an old chip will ever be used in a devicetree based system.
    It can be added later if needed.
    Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
    3c1ecccb
lm90.c 67.3 KB