Merge tag 'hwmon-for-linus-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Apr 2018 02:59:54 +0000 (19:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Apr 2018 02:59:54 +0000 (19:59 -0700)
Pull hwmon updates from Guenter Roeck:

 - added chip support: new Centaur CPUs, ADM1272, NCT6796D

 - ucd9000: added debugfs attributes, gpio support

 - cleanup and minor bug fixes

* tag 'hwmon-for-linus-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
  hwmon: (via-cputemp) support new centaur CPUs
  hwmon: (nct6775) Fix writing pwmX_mode
  hwmon: (lm92) Add max6635 to lm92_id[]
  hwmon: (pmbus/adm1275) Add support for ADM1272
  hwmon: (lm92) Do not try to detect MAX6635
  hwmon: (ucd9000) Add debugfs attributes to provide mfr_status
  hwmon: (ucd9000) Add gpio chip interface
  hwmon: (nct6775) Add support for NCT6796D
  hwmon: (nct6775) Initialize boolean variables with declaration
  hwmon: (nct6775) Improve fan6/pwm6 support
  hwmon: (nct6775) Use NUM_FAN consistently
  hwmon: (g762) handle cleanup with devm_add_action
  hwmon: (sht3x) Update data sheet URL
  hwmon: (sht21) Update data sheet URLs
  hwmon: (pmbus/adm1275) Accept negative page register values
  hwmon: (pmbus/max8688) Accept negative page register values

1  2 
drivers/hwmon/Kconfig

diff --combined drivers/hwmon/Kconfig
index 033e57366d56bffd64e3130b60c5903e0ce1ac89,15bc62ac5749ac81f6e928ca46e0df0905eaef51..f249a442845804d8f22cdab29ec7e4a708874566
@@@ -317,18 -317,6 +317,18 @@@ config SENSORS_APPLESM
          Say Y here if you have an applicable laptop and want to experience
          the awesome power of applesmc.
  
 +config SENSORS_ARM_SCMI
 +      tristate "ARM SCMI Sensors"
 +      depends on ARM_SCMI_PROTOCOL
 +      depends on THERMAL || !THERMAL_OF
 +      help
 +        This driver provides support for temperature, voltage, current
 +        and power sensors available on SCMI based platforms. The actual
 +        number and type of sensors exported depend on the platform.
 +
 +        This driver can also be built as a module.  If so, the module
 +        will be called scmi-hwmon.
 +
  config SENSORS_ARM_SCPI
        tristate "ARM SCPI Sensors"
        depends on ARM_SCPI_PROTOCOL
@@@ -1231,8 -1219,9 +1231,9 @@@ config SENSORS_NCT677
        help
          If you say yes here you get support for the hardware monitoring
          functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D,
-         NCT6791D, NCT6792D, NCT6793D, and compatible Super-I/O chips. This
-         driver replaces the w83627ehf driver for NCT6775F and NCT6776F.
+         NCT6791D, NCT6792D, NCT6793D, NCT6795D, NCT6796D, and compatible
+         Super-I/O chips. This driver replaces the w83627ehf driver for
+         NCT6775F and NCT6776F.
  
          This driver can also be built as a module.  If so, the module
          will be called nct6775.