Add operating mode support in the core and ina3221. Nicolin Chen (2): hwmon: (core) Add hwmon_mode structure and mode sysfs node hwmon: (ina3221) Add operating mode support Documentation/hwmon/sysfs-interface | 15 +++++ drivers/hwmon/hwmon.c | 87 ++++++++++++++++++++++++++--- drivers/hwmon/ina3221.c | 64 +++++++++++++++++++++ include/linux/hwmon.h | 24 ++++++++ 4 files changed, 183 insertions(+), 7 deletions(-) -- 2.17.1