All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] hwmon: Fixes for lm90 driver
@ 2022-01-11 16:51 Guenter Roeck
  2022-01-11 16:51 ` [PATCH 1/6] hwmon: (lm90) Reduce maximum conversion rate for G781 Guenter Roeck
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Guenter Roeck @ 2022-01-11 16:51 UTC (permalink / raw)
  To: Hardware Monitoring; +Cc: Jean Delvare, Guenter Roeck

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(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-01-16 18:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 16:51 [PATCH 0/6] hwmon: Fixes for lm90 driver Guenter Roeck
2022-01-11 16:51 ` [PATCH 1/6] hwmon: (lm90) Reduce maximum conversion rate for G781 Guenter Roeck
2022-01-11 16:51 ` [PATCH 2/6] hwmon: (lm90) Re-enable interrupts after alert clears Guenter Roeck
2022-01-15 20:09   ` Dmitry Osipenko
2022-01-11 16:51 ` [PATCH 3/6] hwmon: (lm90) Mark alert as broken for MAX6654 Guenter Roeck
2022-01-11 16:51 ` [PATCH 4/6] hwmon: (lm90) Mark alert as broken for MAX6680 Guenter Roeck
2022-01-11 16:51 ` [PATCH 5/6] hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649 Guenter Roeck
2022-01-11 16:51 ` [PATCH 6/6] hwmon: (lm90) Fix sysfs and udev notifications Guenter Roeck
2022-01-15 20:33   ` Dmitry Osipenko
2022-01-15 20:41     ` Dmitry Osipenko
2022-01-15 21:11       ` Guenter Roeck
2022-01-16  8:14         ` Dmitry Osipenko
2022-01-16 15:58           ` Guenter Roeck
2022-01-16 18:20             ` Dmitry Osipenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.