mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00

* 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 * Various other minor fixes and improvements -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEiHPvMQj9QTOCiqgVyx8mb86fmYEFAmeOX+AACgkQyx8mb86f mYG4bA/+PJ4hkttSuwK6eR4F1o5l2VQhWPkWn2XzruEJGixhKLJKxKVkUCymmSsd hepHZnw+aUKUmVeb0StSReshp6oGeOHHlKXUM1zv95HI1NMxMrflzeRuqjVNUnDK ZitZkOb2WuUWhZIKIu82ole+3tw/0QyAYmSa9FPyp63rQ7C/QAWl2g4h6m3VdDLZ 1ZOimR/OOFAesZMOuEIBMIHnIqzKLr2QEFd5cZVKM5JbpB7LAHah3fPOvRC3sKco 02OOzFOrtZrXIIPDpsnznm6DF8jgbiKjGb8frR6DLAm/uGvPhuXuS0tYnWHAZs5D nJHDCud1XROK2r9NHDiMZGxCxGOXmB+Fx71jUvY9692NMD2XWUzrqqoOs+c97eeG YszAe1FL9QpgbLJnsFWurU72uvOMmkIeETZUE2cmkupwH+Ja5sc4sDPwf6S8Pwus Y0ZonVqsLQb4UasGcfvFUEb8P6LQdshWx5IWxhfDs+xBo+n5pOEtu+ZCF5Z18k6A A6g4SWWu8QtZOD9fEW0Rt/d9/QtPCTQc8UrJpCofWyKWpLzuoU0Xcs9g/ajLK3Vz +YxM5Pgj7XMWtvPVx2ntnr5VAVKWCUv/jchWuKYKrGI58g3laPagmJMVEy8wrW9+ MpUGzaNDEMlvv7n4Jr4ipkYv9ltOIheu8pmzuI2PcadvAcKmF28= =/7Qs -----END PGP SIGNATURE----- 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 ...
275 lines
3.2 KiB
ReStructuredText
275 lines
3.2 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
===================
|
|
Hardware Monitoring
|
|
===================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
hwmon-kernel-api
|
|
pmbus-core
|
|
submitting-patches
|
|
sysfs-interface
|
|
userspace-tools
|
|
|
|
Hardware Monitoring Kernel Drivers
|
|
==================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
abituguru
|
|
abituguru3
|
|
acbel-fsg032
|
|
acpi_power_meter
|
|
ad7314
|
|
adc128d818
|
|
adm1025
|
|
adm1026
|
|
adm1031
|
|
adm1177
|
|
adm1266
|
|
adm1275
|
|
adm9240
|
|
adp1050
|
|
ads7828
|
|
adt7410
|
|
adt7411
|
|
adt7462
|
|
adt7470
|
|
adt7475
|
|
aht10
|
|
amc6821
|
|
aquacomputer_d5next
|
|
asb100
|
|
asc7621
|
|
aspeed-g6-pwm-tach
|
|
aspeed-pwm-tacho
|
|
asus_ec_sensors
|
|
asus_rog_ryujin
|
|
asus_wmi_sensors
|
|
bcm54140
|
|
bel-pfe
|
|
bpa-rs600
|
|
bt1-pvt
|
|
chipcap2
|
|
coretemp
|
|
corsair-cpro
|
|
corsair-psu
|
|
cros_ec_hwmon
|
|
crps
|
|
da9052
|
|
da9055
|
|
dell-smm-hwmon
|
|
dme1737
|
|
dps920ab
|
|
drivetemp
|
|
ds1621
|
|
ds620
|
|
emc1403
|
|
emc2103
|
|
emc2305
|
|
emc6w201
|
|
f71805f
|
|
f71882fg
|
|
fam15h_power
|
|
fsp-3y
|
|
ftsteutates
|
|
g760a
|
|
g762
|
|
gigabyte_waterforce
|
|
gsc-hwmon
|
|
gl518sm
|
|
gxp-fan-ctrl
|
|
hih6130
|
|
hp-wmi-sensors
|
|
hs3001
|
|
ibmaem
|
|
ibm-cffps
|
|
ibmpowernv
|
|
ina209
|
|
ina2xx
|
|
ina238
|
|
ina3221
|
|
inspur-ipsps1
|
|
intel-m10-bmc-hwmon
|
|
ir35221
|
|
ir38064
|
|
ir36021
|
|
isl28022
|
|
isl68137
|
|
it87
|
|
jc42
|
|
k10temp
|
|
k8temp
|
|
lan966x
|
|
lineage-pem
|
|
lm25066
|
|
lm63
|
|
lm70
|
|
lm73
|
|
lm75
|
|
lm77
|
|
lm78
|
|
lm80
|
|
lm83
|
|
lm85
|
|
lm87
|
|
lm90
|
|
lm92
|
|
lm93
|
|
lm95234
|
|
lm95245
|
|
lochnagar
|
|
lt7182s
|
|
ltc2992
|
|
ltc2945
|
|
ltc2947
|
|
ltc2978
|
|
ltc2990
|
|
ltc2991
|
|
ltc3815
|
|
ltc4151
|
|
ltc4215
|
|
ltc4245
|
|
ltc4260
|
|
ltc4261
|
|
ltc4282
|
|
ltc4286
|
|
max127
|
|
max15301
|
|
max16064
|
|
max16065
|
|
max1619
|
|
max16601
|
|
max1668
|
|
max197
|
|
max20730
|
|
max20751
|
|
max31722
|
|
max31730
|
|
max31760
|
|
max31785
|
|
max31790
|
|
max31827
|
|
max34440
|
|
max6620
|
|
max6639
|
|
max6650
|
|
max6697
|
|
max8688
|
|
mc13783-adc
|
|
mc34vr500
|
|
mcp3021
|
|
menf21bmc
|
|
mlxreg-fan
|
|
mp2856
|
|
mp2888
|
|
mp2891
|
|
mp2975
|
|
mp2993
|
|
mp5023
|
|
mp5920
|
|
mp5990
|
|
mp9941
|
|
mpq8785
|
|
nct6683
|
|
nct6775
|
|
nct7363
|
|
nct7802
|
|
nct7904
|
|
npcm750-pwm-fan
|
|
nsa320
|
|
ntc_thermistor
|
|
nzxt-kraken2
|
|
nzxt-kraken3
|
|
nzxt-smart2
|
|
occ
|
|
oxp-sensors
|
|
pc87360
|
|
pc87427
|
|
pcf8591
|
|
pim4328
|
|
pli1209bc
|
|
pm6764tr
|
|
peci-cputemp
|
|
peci-dimmtemp
|
|
pmbus
|
|
powerz
|
|
powr1220
|
|
pt5161l
|
|
pxe1610
|
|
pwm-fan
|
|
q54sj108a2
|
|
qnap-mcu-hwmon
|
|
raspberrypi-hwmon
|
|
sbrmi
|
|
sbtsi_temp
|
|
sch5627
|
|
sch5636
|
|
scpi-hwmon
|
|
sfctemp
|
|
sg2042-mcu
|
|
sht15
|
|
sht21
|
|
sht3x
|
|
sht4x
|
|
shtc1
|
|
sis5595
|
|
sl28cpld
|
|
smpro-hwmon
|
|
smsc47b397
|
|
smsc47m192
|
|
smsc47m1
|
|
sparx5-temp
|
|
spd5118
|
|
stpddc60
|
|
surface_fan
|
|
sy7636a-hwmon
|
|
tc654
|
|
tc74
|
|
thmc50
|
|
tmp102
|
|
tmp103
|
|
tmp108
|
|
tmp401
|
|
tmp421
|
|
tmp464
|
|
tmp513
|
|
tps23861
|
|
tps25990
|
|
tps40422
|
|
tps53679
|
|
tps546d24
|
|
twl4030-madc-hwmon
|
|
ucd9000
|
|
ucd9200
|
|
vexpress
|
|
via686a
|
|
vt1211
|
|
w83627ehf
|
|
w83627hf
|
|
w83773g
|
|
w83781d
|
|
w83791d
|
|
w83792d
|
|
w83793
|
|
w83795
|
|
w83l785ts
|
|
w83l786ng
|
|
wm831x
|
|
wm8350
|
|
xgene-hwmon
|
|
xdp710
|
|
xdpe12284
|
|
xdpe152c4
|
|
zl6100
|
|
|
|
.. only:: subproject and html
|
|
|
|
Indices
|
|
=======
|
|
|
|
* :ref:`genindex`
|