-
- Downloads
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Pull hwmon updates from Guenter Roeck: - New drivers for MAX6697 and compatibles and for INA209. - Added support for IT8771E, IT8772E, MAX34460, MAX34461, MCP98244, and ADT7420 to existing drivers. - Added support for additional attributes to various drivers. - Replaced SENSORS_LIMIT with clamp_val; retire SENSORS_LIMIT; - Clean up PMBus code to reduce its size; clean up adt7410 driver. - A couple of minor bug fixes as well as documentation cleanup. - Out-of-tree change: Replace SENSORS_LIMIT with clamp_val in platform/x86/eeepc-laptop driver. * tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: (32 commits) hwmon: (ntc_thermistor): Fix sparse warnings hwmon: (adt7410) Add device table entry for the adt7420 hwmon: (adt7410) Use I2C_ADDRS helper macro hwmon: (adt7410) Use the SIMPLE_DEV_PM_OPS helper macro hwmon: (adt7410) Let suspend/resume depend on CONFIG_PM_SLEEP hwmon: (adt7410) Clear unwanted bits in the config register hwmon: (jc42) Add support for MCP98244 hwmon: (pmbus) Clean up for code size reduction hwmon: (pmbus/max34440) Add support for MAX34460 and MAX34461 hwmon: (pmbus) Add support for word status register hwmon: (pmbus/zl6100) Add support for VMON/VDRV hwmon: (pmbus) Add function to clear sensor cache hwmon: (pmbus) Add support for additional voltage sensor hwmon: (pmbus) Use krealloc to allocate attribute memory hwmon: (pmbus) Simplify memory allocation for sensor attributes hwmon: (pmbus) Improve boolean handling hwmon: (pmbus) Simplify memory allocation for labels and booleans hwmon: (pmbus) Use dev variable to represent client->dev hwmon: (pmbus) Fix 'Macros with multiple statements' checkpatch error hwmon: (pmbus) Drop unnecessary error messages in probe error path ...
Showing
- Documentation/devicetree/bindings/i2c/ina209.txt 18 additions, 0 deletionsDocumentation/devicetree/bindings/i2c/ina209.txt
- Documentation/devicetree/bindings/i2c/max6697.txt 64 additions, 0 deletionsDocumentation/devicetree/bindings/i2c/max6697.txt
- Documentation/hwmon/coretemp 9 additions, 0 deletionsDocumentation/hwmon/coretemp
- Documentation/hwmon/ina209 93 additions, 0 deletionsDocumentation/hwmon/ina209
- Documentation/hwmon/it87 12 additions, 4 deletionsDocumentation/hwmon/it87
- Documentation/hwmon/jc42 2 additions, 1 deletionDocumentation/hwmon/jc42
- Documentation/hwmon/lm73 90 additions, 0 deletionsDocumentation/hwmon/lm73
- Documentation/hwmon/max34440 16 additions, 0 deletionsDocumentation/hwmon/max34440
- Documentation/hwmon/max6697 58 additions, 0 deletionsDocumentation/hwmon/max6697
- Documentation/hwmon/sysfs-interface 4 additions, 4 deletionsDocumentation/hwmon/sysfs-interface
- Documentation/hwmon/zl6100 20 additions, 6 deletionsDocumentation/hwmon/zl6100
- drivers/hwmon/Kconfig 27 additions, 5 deletionsdrivers/hwmon/Kconfig
- drivers/hwmon/Makefile 2 additions, 0 deletionsdrivers/hwmon/Makefile
- drivers/hwmon/ad7414.c 1 addition, 1 deletiondrivers/hwmon/ad7414.c
- drivers/hwmon/adm1021.c 2 additions, 2 deletionsdrivers/hwmon/adm1021.c
- drivers/hwmon/adm1026.c 8 additions, 8 deletionsdrivers/hwmon/adm1026.c
- drivers/hwmon/adm1031.c 6 additions, 6 deletionsdrivers/hwmon/adm1031.c
- drivers/hwmon/adm9240.c 3 additions, 3 deletionsdrivers/hwmon/adm9240.c
- drivers/hwmon/ads7828.c 3 additions, 3 deletionsdrivers/hwmon/ads7828.c
- drivers/hwmon/adt7410.c 12 additions, 16 deletionsdrivers/hwmon/adt7410.c
Loading
Please register or sign in to comment