• Guenter Roeck's avatar
    hwmon: (lm90) Support MAX1617 and LM84 · c09472fc
    Guenter Roeck authored
    MAX1617 and LM84 are stripped-down versions of LM90, so they can easily
    be supported by the LM90 driver. The most difficult part is chip detection,
    since those old chips do not support manufacturer ID or chip ID registers.
    
    The "alarms" attribute is enabled for both chips to match the functionality
    of the adm1021 driver. Chip detection was improved and is less prone to
    misdetection than the chip detection in the adm1021 driver.
    
    Devicetree nodes are not added for the added chips since it is quite
    unlikely that such old chips will ever be used in a devicetree based
    system. They can be added later if needed.
    Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
    c09472fc
lm90.c 73.5 KB