mbox series

[0/6] hwmon: (lm9534) Various improvements

Message ID 20240718033935.205185-1-linux@roeck-us.net (mailing list archive)
Headers show
Series hwmon: (lm9534) Various improvements | expand

Message

Guenter Roeck July 18, 2024, 3:39 a.m. UTC
Clean up driver, convert to use regmap, and convert to use
with_info hwmon API. Finally, add support for temp_enable
attribute to support enabling or disabling channels one by
one.

----------------------------------------------------------------
Guenter Roeck (6):
      hwmon: (lm95234) Reorder include files to be in alphabetic order
      hwmon: (lm95234) Use find_closest to find matching update interval
      hwmon: (lm95234) Convert to use regmap
      hwmon: (lm95234) Convert to with_info hwmon API
      hwmon: (lm95234) Add support for tempX_enable attribute
      hwmon: (lm95234) Use multi-byte regmap operations

 drivers/hwmon/Kconfig   |   1 +
 drivers/hwmon/lm95234.c | 869 +++++++++++++++++++-----------------------------
 2 files changed, 351 insertions(+), 519 deletions(-)