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