Clean up driver, use regmap, convert to with_info hwmon API, and add support for additional standard attributes. The patch series reduces object file size by more than 30%. v2: - Fix include file order to be really alphabetical - Fix devicetree configuration - Add Reviewed-by: tags ---------------------------------------------------------------- Guenter Roeck (6): hwmon: (max6697) Reorder include files hwmon: (max6697) Drop platform data support hwmon: (max6697) Use bit operations where possible hwmon: (max6697) Convert to use regmap hwmon: (max6697) Convert to with_info hwmon API hwmon: (max6697) Add support for tempX_min and tempX_min_alarm drivers/hwmon/max6697.c | 896 ++++++++++++++-------------------- include/linux/platform_data/max6697.h | 33 -- 2 files changed, 370 insertions(+), 559 deletions(-) delete mode 100644 include/linux/platform_data/max6697.h