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