-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ...
- Loading branch information
Showing
41 changed files
with
1,378 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
.. SPDX-License-Identifier: GPL-2.0-or-later | ||
Kernel driver crps | ||
================== | ||
|
||
Supported chips: | ||
|
||
* Intel CRPS185 | ||
|
||
Prefix: 'crps185' | ||
|
||
Addresses scanned: - | ||
|
||
Datasheet: Only available under NDA. | ||
|
||
Authors: | ||
Ninad Palsule <ninad@linux.ibm.com> | ||
|
||
|
||
Description | ||
----------- | ||
|
||
This driver implements support for Intel Common Redundant Power supply with | ||
PMBus support. | ||
|
||
The driver is a client driver to the core PMBus driver. | ||
Please see Documentation/hwmon/pmbus.rst for details on PMBus client drivers. | ||
|
||
|
||
Usage Notes | ||
----------- | ||
|
||
This driver does not auto-detect devices. You will have to instantiate the | ||
devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for | ||
details. | ||
|
||
|
||
Sysfs entries | ||
------------- | ||
|
||
======================= ====================================================== | ||
curr1_label "iin" | ||
curr1_input Measured input current | ||
curr1_max Maximum input current | ||
curr1_max_alarm Input maximum current high alarm | ||
curr1_crit Critial high input current | ||
curr1_crit_alarm Input critical current high alarm | ||
curr1_rated_max Maximum rated input current | ||
|
||
curr2_label "iout1" | ||
curr2_input Measured output current | ||
curr2_max Maximum output current | ||
curr2_max_alarm Output maximum current high alarm | ||
curr2_crit Critial high output current | ||
curr2_crit_alarm Output critical current high alarm | ||
curr2_rated_max Maximum rated output current | ||
|
||
in1_label "vin" | ||
in1_input Measured input voltage | ||
in1_crit Critical input over voltage | ||
in1_crit_alarm Critical input over voltage alarm | ||
in1_max Maximum input over voltage | ||
in1_max_alarm Maximum input over voltage alarm | ||
in1_rated_min Minimum rated input voltage | ||
in1_rated_max Maximum rated input voltage | ||
|
||
in2_label "vout1" | ||
in2_input Measured input voltage | ||
in2_crit Critical input over voltage | ||
in2_crit_alarm Critical input over voltage alarm | ||
in2_lcrit Critical input under voltage fault | ||
in2_lcrit_alarm Critical input under voltage fault alarm | ||
in2_max Maximum input over voltage | ||
in2_max_alarm Maximum input over voltage alarm | ||
in2_min Minimum input under voltage warning | ||
in2_min_alarm Minimum input under voltage warning alarm | ||
in2_rated_min Minimum rated input voltage | ||
in2_rated_max Maximum rated input voltage | ||
|
||
power1_label "pin" | ||
power1_input Measured input power | ||
power1_alarm Input power high alarm | ||
power1_max Maximum input power | ||
power1_rated_max Maximum rated input power | ||
|
||
temp[1-2]_input Measured temperature | ||
temp[1-2]_crit Critical temperature | ||
temp[1-2]_crit_alarm Critical temperature alarm | ||
temp[1-2]_max Maximum temperature | ||
temp[1-2]_max_alarm Maximum temperature alarm | ||
temp[1-2]_rated_max Maximum rated temperature | ||
|
||
fan1_alarm Fan 1 warning. | ||
fan1_fault Fan 1 fault. | ||
fan1_input Fan 1 speed in RPM. | ||
fan1_target Fan 1 target. | ||
======================= ====================================================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.