All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] hwmon: (max1619) Modernize driver
@ 2024-07-28 14:37 Guenter Roeck
  2024-07-28 14:37 ` [PATCH v2 1/7] hwmon: (max1619) Clamp temperature range when writing limits Guenter Roeck
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Guenter Roeck @ 2024-07-28 14:37 UTC (permalink / raw)
  To: Hardware Monitoring; +Cc: Tzung-Bi Shih, Guenter Roeck

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

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

end of thread, other threads:[~2024-07-29  3:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-28 14:37 [PATCH v2 0/7] hwmon: (max1619) Modernize driver Guenter Roeck
2024-07-28 14:37 ` [PATCH v2 1/7] hwmon: (max1619) Clamp temperature range when writing limits Guenter Roeck
2024-07-28 14:37 ` [PATCH v2 2/7] hwmon: (max1619) Reorder include files to alphabetic order Guenter Roeck
2024-07-28 14:37 ` [PATCH v2 3/7] hwmon: (max1619) Mask valid alarm bits Guenter Roeck
2024-07-29  2:18   ` Tzung-Bi Shih
2024-07-28 14:37 ` [PATCH v2 4/7] hwmon: (max1619) Convert to use regmap Guenter Roeck
2024-07-29  2:18   ` Tzung-Bi Shih
2024-07-29  3:16     ` Guenter Roeck
2024-07-29  3:24       ` Tzung-Bi Shih
2024-07-29  3:58         ` Guenter Roeck
2024-07-28 14:37 ` [PATCH v2 5/7] hwmon: (max1619) Convert to with_info API Guenter Roeck
2024-07-28 14:37 ` [PATCH v2 6/7] hwmon: (max1619) Add support for update_interval attribute Guenter Roeck
2024-07-28 14:37 ` [PATCH v2 7/7] hwmon: (max1619) Improve chip detection code Guenter Roeck

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.