mbox series

[v2,0/7] hwmon: (max1619) Modernize driver

Message ID 20240728143715.1585816-1-linux@roeck-us.net (mailing list archive)
Headers show
Series hwmon: (max1619) Modernize driver | expand

Message

Guenter Roeck July 28, 2024, 2:37 p.m. UTC
Fix limit overflows, improve chip detection code, convert to use
regmap, convert to use with_info hwmon API, and add support for
update_interval sysfs attribute.

v2: Initialize chip as in original code
    Separate 'alarms' attribute masking into its own patch
    Added Reviewed-by: tags

----------------------------------------------------------------
Guenter Roeck (7):
      hwmon: (max1619) Clamp temperature range when writing limits
      hwmon: (max1619) Reorder include files to alphabetic order
      hwmon: (max1619) Mask valid alarm bits
      hwmon: (max1619) Convert to use regmap
      hwmon: (max1619) Convert to with_info API
      hwmon: (max1619) Add support for update_interval attribute
      hwmon: (max1619) Improve chip detection code

 Documentation/hwmon/max1619.rst |   4 -
 drivers/hwmon/max1619.c         | 495 +++++++++++++++++++++++-----------------
 2 files changed, 288 insertions(+), 211 deletions(-)