Use multi-byte regmap operations where possible to reduce code size and the need for mutex protection. No functional change. ---------------------------------------------------------------- Guenter Roeck (6): hwmon: (lm95245) Use multi-byte regmap operations hwmon: (nct7802) Use multi-byte regmap operations hwmon: (adt7x10) Use multi-byte regmap operations hwmon: (tmp464) Use multi-byte regmap operations hwmon: (max6639) Use multi-byte regmap operations hwmon: (amc6821) Use multi-byte regmap operations drivers/hwmon/adt7x10.c | 18 +++----- drivers/hwmon/amc6821.c | 30 ++++++------- drivers/hwmon/lm95245.c | 110 ++++++++++++++++++++---------------------------- drivers/hwmon/max6639.c | 40 +++++------------- drivers/hwmon/nct7802.c | 61 ++++++++++----------------- drivers/hwmon/tmp464.c | 33 +++++++-------- 6 files changed, 112 insertions(+), 180 deletions(-)