Merge tag 'hwmon-for-v6.14-rc1' of...
Merge tag 'hwmon-for-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging Pull hwmon updates from Guenter Roeck: "New drivers: - PMBus client driver for Intel CRPS185 power supply - PMBus client driver for Texas Instruments TPS25990 Chip support added to existing drivers: - pmbus/max15301: Add support for MAX15303 - pmbus/adm1275: Add adm1273 support - lm75: Add NXP P3T1755 support; with it, add I3C support to the driver - asus-ec-sensors: Add TUF GAMING X670E PLUS Other notable changes: - nct6683: Add customer IDs for several MSI and ASRock boards - tmp108: Add regulator support - Improve write protect support in PMBus core - pmbus/dps920ab: Add ability to instantiate through i2c - The hwmon core now accepts NULL as device name parameter to [devm_]hwmon_device_register_with_info ans uses the parent device name as fallback in that case - The PMBus core now provides the PMBUs revision in a debugfs file - asus-ec-sensors: Support for optional CPU fan on AMD 600 motherboards - raspberrypi: Add PM suspend/resume support - dell-smm: Enable manual fan control support on Dell XPS 9370 - pwm-fan: Default to maximum cooling level if provided And various other minor fixes and improvements" * tag 'hwmon-for-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: (44 commits) hwmon: pmbus: dps920ab: Add ability to instantiate through i2c hwmon: (pwm-fan) Default to the Maximum cooling level if provided hwmon: (asus_atk0110) Use str_enabled_disabled() and str_enable_disable() helpers hwmon: Fix help text for aspeed-g6-pwm-tach hwmon: (dell-smm) Add Dell XPS 9370 to fan control whitelist hwmon: (acpi_power_meter) Fix update the power trip points on failure hwmon: (acpi_power_meter) Fix uninitialized variables hwmon: (core) Use device name as a fallback in devm_hwmon_device_register_with_info hwmon: (pmbus/max15301) Add support for MAX15303 hwmon: (pmbus/adm1275) add adm1273 support dt-bindings: hwmon: adm1275: add adm1273 hwmon: (nct6683) Add another customer ID for MSI hwmon: (pwm-fan): Make use of device properties everywhere hwmon: (lm75) add I3C support for P3T1755 hwmon: (lm75) separate probe into common and I2C parts hwmon: (lm75) Remove superfluous 'client' member from private struct hwmon: (lm75) simplify regulator handling hwmon: (lm75) simplify lm75_write_config() hwmon: (lm75) Hide register size differences in regmap access functions hwmon: (pmbus/crps) Add Intel CRPS185 power supply ...
Showing
- Documentation/devicetree/bindings/hwmon/adi,adm1275.yaml 2 additions, 0 deletionsDocumentation/devicetree/bindings/hwmon/adi,adm1275.yaml
- Documentation/devicetree/bindings/hwmon/lm75.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/hwmon/lm75.yaml
- Documentation/devicetree/bindings/trivial-devices.yaml 2 additions, 0 deletionsDocumentation/devicetree/bindings/trivial-devices.yaml
- Documentation/hwmon/adm1275.rst 18 additions, 10 deletionsDocumentation/hwmon/adm1275.rst
- Documentation/hwmon/asus_ec_sensors.rst 1 addition, 0 deletionsDocumentation/hwmon/asus_ec_sensors.rst
- Documentation/hwmon/crps.rst 97 additions, 0 deletionsDocumentation/hwmon/crps.rst
- Documentation/hwmon/hwmon-kernel-api.rst 2 additions, 1 deletionDocumentation/hwmon/hwmon-kernel-api.rst
- Documentation/hwmon/index.rst 2 additions, 0 deletionsDocumentation/hwmon/index.rst
- Documentation/hwmon/isl28022.rst 2 additions, 1 deletionDocumentation/hwmon/isl28022.rst
- Documentation/hwmon/lm75.rst 5 additions, 3 deletionsDocumentation/hwmon/lm75.rst
- Documentation/hwmon/max15301.rst 8 additions, 0 deletionsDocumentation/hwmon/max15301.rst
- Documentation/hwmon/nct6683.rst 13 additions, 11 deletionsDocumentation/hwmon/nct6683.rst
- Documentation/hwmon/pmbus-core.rst 35 additions, 0 deletionsDocumentation/hwmon/pmbus-core.rst
- Documentation/hwmon/tps25990.rst 147 additions, 0 deletionsDocumentation/hwmon/tps25990.rst
- MAINTAINERS 10 additions, 1 deletionMAINTAINERS
- drivers/hwmon/Kconfig 4 additions, 2 deletionsdrivers/hwmon/Kconfig
- drivers/hwmon/acpi_power_meter.c 30 additions, 9 deletionsdrivers/hwmon/acpi_power_meter.c
- drivers/hwmon/asus-ec-sensors.c 13 additions, 0 deletionsdrivers/hwmon/asus-ec-sensors.c
- drivers/hwmon/asus_atk0110.c 6 additions, 9 deletionsdrivers/hwmon/asus_atk0110.c
- drivers/hwmon/chipcap2.c 18 additions, 45 deletionsdrivers/hwmon/chipcap2.c
Loading
Please register or sign in to comment