mbox series

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

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

Message

Guenter Roeck July 26, 2024, 12:43 a.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.

----------------------------------------------------------------
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, 181 insertions(+), 306 deletions(-)