Merge tag 'hwmon-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Pull hwmon updates from Guenter Roeck: "core: - Add support for enable attributes to hwmon core - Add intrusion templates pmbus: - Support for Infineon Multi-phase xdpe122 family controllers - Support for Intel IMVP9 and AMD 6.25mV modes - Support for vid mode detection per page bases - Detect if chip is write protected - Support for MAX20730, MAX20734, MAX20743, MAX20796, UCD90320, TPS53688 - Various improvements to ibm-cffps driver k10temp: - Support for additional temperature sensors as well as voltage and current telemetry for Zen CPUs w83627ehf: - Remove support for NCT6775, NCT6776 (they have their own driver) New drivers: - ADM1177 - MAX31730 - Driver for disk and solid state drives with temperature sensors Other: - pwm-fan: stop fan on shutdown" * tag 'hwmon-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: (35 commits) hwmon: (k10temp) Display up to eight sets of CCD temperatures hwmon: (k10temp) Add debugfs support hwmon: (k10temp) Don't show temperature limits on Ryzen (Zen) CPUs hwmon: (k10temp) Show core and SoC current and voltages on Ryzen CPUs hwmon: (k10temp) Report temperatures per CPU die hmon: (k10temp) Convert to use devm_hwmon_device_register_with_info hwmon: (k10temp) Use bitops hwmon: (pwm-fan) stop fan on shutdown MAINTAINERS: add entry for ADM1177 driver dt-binding: hwmon: Add documentation for ADM1177 hwmon: (adm1177) Add ADM1177 Hot Swap Controller and Digital Power Monitor driver docs: hwmon: Include 'xdpe12284.rst' into docs hwmon: (pmbus) Add support for Infineon Multi-phase xdpe122 family controllers hwmon: (pmbus/tps53679) Extend device list supported by driver hwmon: (pmbus/core) Add support for Intel IMVP9 and AMD 6.25mV modes hwmon: (pmbus/core) Add support for vid mode detection per page bases hwmon: (pmbus/ibm-cffps) Prevent writing on_off_config with bad data hwmon: (w83627ehf) Remove set but not used variable 'fan4min' hwmon: Driver for disk and solid state drives with temperature sensors hwmon: (pmbus/ibm-cffps) Fix the LED behavior when turned off ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/hwmon/adi,adm1177.yaml 66 additions, 0 deletionsDocumentation/devicetree/bindings/hwmon/adi,adm1177.yaml
- Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml 45 additions, 0 deletions...entation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml
- Documentation/hwmon/adm1177.rst 36 additions, 0 deletionsDocumentation/hwmon/adm1177.rst
- Documentation/hwmon/drivetemp.rst 52 additions, 0 deletionsDocumentation/hwmon/drivetemp.rst
- Documentation/hwmon/index.rst 5 additions, 0 deletionsDocumentation/hwmon/index.rst
- Documentation/hwmon/max20730.rst 74 additions, 0 deletionsDocumentation/hwmon/max20730.rst
- Documentation/hwmon/max31730.rst 44 additions, 0 deletionsDocumentation/hwmon/max31730.rst
- Documentation/hwmon/pmbus.rst 10 additions, 0 deletionsDocumentation/hwmon/pmbus.rst
- Documentation/hwmon/ucd9000.rst 10 additions, 2 deletionsDocumentation/hwmon/ucd9000.rst
- Documentation/hwmon/xdpe12284.rst 101 additions, 0 deletionsDocumentation/hwmon/xdpe12284.rst
- MAINTAINERS 9 additions, 0 deletionsMAINTAINERS
- drivers/hwmon/Kconfig 33 additions, 4 deletionsdrivers/hwmon/Kconfig
- drivers/hwmon/Makefile 3 additions, 0 deletionsdrivers/hwmon/Makefile
- drivers/hwmon/adm1177.c 288 additions, 0 deletionsdrivers/hwmon/adm1177.c
- drivers/hwmon/drivetemp.c 574 additions, 0 deletionsdrivers/hwmon/drivetemp.c
- drivers/hwmon/hwmon.c 15 additions, 2 deletionsdrivers/hwmon/hwmon.c
- drivers/hwmon/k10temp.c 393 additions, 96 deletionsdrivers/hwmon/k10temp.c
- drivers/hwmon/max31730.c 440 additions, 0 deletionsdrivers/hwmon/max31730.c
- drivers/hwmon/pmbus/Kconfig 25 additions, 7 deletionsdrivers/hwmon/pmbus/Kconfig
- drivers/hwmon/pmbus/Makefile 2 additions, 0 deletionsdrivers/hwmon/pmbus/Makefile
Loading
Please register or sign in to comment