mbox series

[0/5] hwmon: (lm90) Various fixes

Message ID 20211210200136.1662127-1-linux@roeck-us.net (mailing list archive)
Headers show
Series hwmon: (lm90) Various fixes | expand

Message

Guenter Roeck Dec. 10, 2021, 8:01 p.m. UTC
This series of patches fixes various issues found while
experimenting with and improving the lm90 driver. 

----------------------------------------------------------------
Guenter Roeck (5):
      hwmon: (lm90) Fix usage of CONFIG2 register in detect function
      hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculations
      hwmon: (lm90) Drop critical attribute support for MAX6654
      hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681
      hwmon: (lm90) Do not report 'busy' status bit as alarm

 drivers/hwmon/lm90.c | 106 ++++++++++++++++++++++++++++++---------------------
 1 file changed, 62 insertions(+), 44 deletions(-)