mbox series

[v2,0/2] hwmon: (adt7475) Fixes for acoustics and hysteresis

Message ID 20230222005228.158661-1-tony.obrien@alliedtelesis.co.nz (mailing list archive)
Headers show
Series hwmon: (adt7475) Fixes for acoustics and hysteresis | expand

Message

Tony O'Brien Feb. 22, 2023, 12:52 a.m. UTC
The patches contained herein fix the ADT7475 driver.  The first fixes
the reading of the Enhanced Acoustics Register 2, and the second fixes the
setting of the hysteresis registers.

Tony O'Brien (2):
  hwmon: (adt7475) Display smoothing attributes in correct order
    changes in v2:
    - None
  hwmon: (adt7475) Fix masking of hysteresis registers
    changes in v2:
    - Removed erroneous fix for clamping the hysteresis value. It
      should be an absolute value and not a relative value.

 drivers/hwmon/adt7475.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)