mbox series

[v2,0/5] hwmon: (max1668) Modernize driver

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

Message

Guenter Roeck July 26, 2024, 10:15 p.m. UTC
Clean up driver and convert it to use regmap and with_info hardware
monitoring API to reduce code size and to make it easier to maintain.

v2:
- Added Reviewed-by: tags
- Dropped no longer needed include files
- Fixed wrong fault bit in regmap conversion patch

----------------------------------------------------------------
Guenter Roeck (5):
      hwmon: (max1668) Reorder include files to alphabetic order
      hwmon: (max1668) Use BIT macro
      hwmon: (max1668) Convert to use regmap
      hwmon: (max1668) Replace chip type with number of channels
      hwmon: (max1668) Convert to use with_info hwmon API

 drivers/hwmon/max1668.c | 487 ++++++++++++++++++------------------------------
 1 file changed, 180 insertions(+), 307 deletions(-)