This series fixes a number of issues with the lm90 driver. - Not all versions of G781 and compatible chips support a conversion rate of 8 (62.5 ms). Limit its value to 0..7. - Re-enable interrupts/alerts for devices supporting interrupts and with broken ALERT after the alert(s) clear. - Various chips have a buggy ALERT implementation. Mark them accordingly. - The attributes for sending alarm notifications should be the alarm attributes, not the associated value attributes. ---------------------------------------------------------------- Guenter Roeck (6): hwmon: (lm90) Reduce maximum conversion rate for G781 hwmon: (lm90) Re-enable interrupts after alert clears hwmon: (lm90) Mark alert as broken for MAX6654 hwmon: (lm90) Mark alert as broken for MAX6680 hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649 hwmon: (lm90) Fix sysfs and udev notifications drivers/hwmon/lm90.c | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-)