linux/Documentation/hwmon
Linus Torvalds a4910ed25d hwmon updates for v6.14-rc1
* 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
  ...
2025-01-22 10:16:48 -08:00
..
abituguru-datasheet.rst
abituguru.rst
abituguru3.rst
acbel-fsg032.rst
acpi_power_meter.rst
ad7314.rst
adc128d818.rst
adm1025.rst
adm1026.rst
adm1031.rst
adm1177.rst
adm1266.rst
adm1275.rst hwmon: (pmbus/adm1275) add adm1273 support 2025-01-07 09:08:10 -08:00
adm9240.rst
adp1050.rst hwmon: (pmbus) Add driver for ADP1050 2024-04-28 10:07:35 -07:00
ads7828.rst
adt7410.rst
adt7411.rst
adt7462.rst
adt7470.rst
adt7475.rst hwmon: (adt7475) Add support for Imon readout on ADT7490 2023-10-27 07:27:25 -07:00
aht10.rst
amc6821.rst hwmon: (amc6821) Add support for pwm1_mode attribute 2024-07-08 07:52:36 -07:00
aquacomputer_d5next.rst hwmon: (aquacomputer_d5next) Add support for Octo flow sensor pulses 2024-04-30 10:32:14 -07:00
asb100.rst
asc7621.rst
aspeed-g6-pwm-tach.rst hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach 2024-03-07 10:50:16 -08:00
aspeed-pwm-tacho.rst
asus_ec_sensors.rst hwmon: (asus-ec-sensors) Add TUF GAMING X670E PLUS 2024-12-14 08:00:44 -08:00
asus_rog_ryujin.rst hwmon: Add driver for ASUS ROG RYUJIN II 360 AIO cooler 2024-02-25 12:37:37 -08:00
asus_wmi_sensors.rst
bcm54140.rst
bel-pfe.rst
bpa-rs600.rst
bt1-pvt.rst
chipcap2.rst hwmon: Add support for Amphenol ChipCap 2 2024-02-25 12:37:37 -08:00
coretemp.rst
corsair-cpro.rst hwmon: (corsair-cpro) Add firmware and bootloader information 2024-05-29 15:23:54 -07:00
corsair-psu.rst hwmon: corsair-psu: add USB id of HX1200i Series 2023 psu 2024-05-29 15:33:18 -07:00
cros_ec_hwmon.rst hwmon: add ChromeOS EC driver 2024-06-03 04:13:43 +00:00
crps.rst hwmon: (pmbus/crps) Add Intel CRPS185 power supply 2024-12-18 07:14:58 -08:00
da9052.rst
da9055.rst
dell-smm-hwmon.rst hwmon: (dell-smm) Add Dell OptiPlex 7060 to DMI table 2024-06-30 09:13:08 -07:00
dme1737.rst
dps920ab.rst
drivetemp.rst
ds620.rst
ds1621.rst
emc6w201.rst
emc1403.rst hwmon: (emc1403) Add support for EMC1428 and EMC1438. 2024-05-12 09:02:00 -07:00
emc2103.rst
emc2305.rst hwmon: Drop non-functional I2C_CLASS_HWMON support for drivers w/o detect() 2024-02-11 13:43:08 -08:00
f71805f.rst
f71882fg.rst hwmon: (f71882fg) Fix grammar in fan speed trip points explanation 2024-11-12 13:54:55 -08:00
fam15h_power.rst
fsp-3y.rst
ftsteutates.rst
g760a.rst
g762.rst
gigabyte_waterforce.rst hwmon: Add driver for Gigabyte AORUS Waterforce AIO coolers 2024-01-02 08:44:57 -08:00
gl518sm.rst
gsc-hwmon.rst
gxp-fan-ctrl.rst
hih6130.rst
hp-wmi-sensors.rst
hs3001.rst
hwmon-kernel-api.rst hwmon: (core) Use device name as a fallback in devm_hwmon_device_register_with_info 2025-01-09 12:42:35 -08:00
ibm-cffps.rst
ibmaem.rst
ibmpowernv.rst
ina2xx.rst hwmon: (ina226) Add support for SY24655 2024-11-10 14:48:07 -08:00
ina209.rst
ina238.rst
ina3221.rst
index.rst hwmon updates for v6.14-rc1 2025-01-22 10:16:48 -08:00
inspur-ipsps1.rst
intel-m10-bmc-hwmon.rst
ir35221.rst
ir36021.rst
ir38064.rst
isl28022.rst hwmon: (isl28022) document shunt voltage channel 2024-12-14 08:00:44 -08:00
isl68137.rst
it87.rst
jc42.rst
k8temp.rst
k10temp.rst
lan966x.rst
lineage-pem.rst
lm63.rst
lm70.rst hwmon: (lm70) fix links in doc and comments 2024-04-28 10:07:34 -07:00
lm73.rst
lm75.rst hwmon: (lm75) Fix LM75B document link 2024-12-18 07:06:59 -08:00
lm77.rst
lm78.rst
lm80.rst
lm83.rst
lm85.rst
lm87.rst
lm90.rst
lm92.rst hwmon: (lm92) Update documentation 2024-08-27 08:10:23 -07:00
lm93.rst
lm25066.rst
lm95234.rst
lm95245.rst
lochnagar.rst
lt7182s.rst
ltc2945.rst
ltc2947.rst
ltc2978.rst hwmon: (pmbus/ltc7841) add support for LTC7841 - docs 2024-11-10 14:48:07 -08:00
ltc2990.rst
ltc2991.rst hwmon: Add driver for ltc2991 2023-10-29 22:22:20 -07:00
ltc2992.rst
ltc3815.rst
ltc4151.rst
ltc4215.rst
ltc4245.rst
ltc4260.rst
ltc4261.rst
ltc4282.rst hwmon: Add driver for LTC4282 2024-02-25 12:37:10 -08:00
ltc4286.rst hwmon: (pmbus) Add ltc4286 driver 2024-01-02 08:44:55 -08:00
max127.rst
max197.rst
max1619.rst hwmon: (max1619) Convert to use regmap 2024-07-31 10:43:53 -07:00
max1668.rst
max6620.rst hwmon: (max6620) Update broken Datasheet URL in driver documentation 2024-02-25 12:37:46 -08:00
max6639.rst
max6650.rst
max6697.rst
max8688.rst
max15301.rst hwmon: (pmbus/max15301) Add support for MAX15303 2025-01-08 09:17:49 -08:00
max16064.rst
max16065.rst
max16601.rst
max20730.rst
max20751.rst
max31722.rst
max31730.rst
max31760.rst
max31785.rst
max31790.rst
max31827.rst hwmon: (max31827) Fix spelling errors reported by codespell 2024-11-10 14:48:06 -08:00
max34440.rst
mc34vr500.rst
mc13783-adc.rst
mcp3021.rst
menf21bmc.rst
mlxreg-fan.rst
mp2856.rst hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controller 2024-01-02 08:44:57 -08:00
mp2888.rst
mp2891.rst hwmon: add MP2891 driver 2024-06-28 10:27:47 -07:00
mp2975.rst
mp2993.rst hwmon: add MP2993 driver 2024-06-12 08:59:44 -07:00
mp5023.rst
mp5920.rst hwmon: add MP5920 driver 2024-07-02 12:36:31 -07:00
mp5990.rst hwmon: (pmbus) Add support for MPS Multi-phase mp5990 2023-12-11 06:21:00 -08:00
mp9941.rst hwmon: add MP9941 driver 2024-06-12 22:39:34 -07:00
mpq8785.rst hwmon: Add driver for MPS MPQ8785 Synchronous Step-Down Converter 2024-02-25 12:37:36 -08:00
nct6683.rst hwmon: (nct6683) Add another customer ID for MSI 2025-01-06 19:21:31 -08:00
nct6775.rst
nct7363.rst hwmon: Add driver for I2C chip Nuvoton NCT7363Y 2024-11-10 14:48:07 -08:00
nct7802.rst
nct7904.rst
npcm750-pwm-fan.rst
nsa320.rst
ntc_thermistor.rst
nzxt-kraken2.rst
nzxt-kraken3.rst hwmon: (nzxt-kraken3) Add support for NZXT Kraken 2023 (standard and Elite) models 2024-04-30 10:32:14 -07:00
nzxt-smart2.rst
occ.rst
oxp-sensors.rst hwmon: (oxp-sensors) Add support for multiple new devices. 2024-08-27 08:10:33 -07:00
pc87360.rst
pc87427.rst
pcf8591.rst
peci-cputemp.rst
peci-dimmtemp.rst
pim4328.rst
pli1209bc.rst
pm6764tr.rst
pmbus-core.rst hwmon: (pmbus/core) add wp module param 2024-12-14 08:00:44 -08:00
pmbus.rst hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-01 07:47:49 -07:00
powerz.rst
powr1220.rst
pt5161l.rst hwmon: Add driver for Astera Labs PT5161L retimer 2024-02-25 12:37:37 -08:00
pwm-fan.rst
pxe1610.rst
q54sj108a2.rst
qnap-mcu-hwmon.rst hwmon: add driver for the hwmon parts of qnap-mcu devices 2024-12-17 13:14:48 +00:00
raspberrypi-hwmon.rst
sbrmi.rst
sbtsi_temp.rst
sch5627.rst hwmon: (sch5627, max31827) Fix typos in driver documentation 2024-11-12 13:54:55 -08:00
sch5636.rst
scpi-hwmon.rst
sfctemp.rst
sg2042-mcu.rst hwmon: Add sophgo SG2042 external hardware monitor support 2024-08-27 08:11:15 -07:00
sht3x.rst hwmon: (sht3x) read out sensor serial number 2024-02-25 12:37:36 -08:00
sht4x.rst hwmon: (sht4x): add heater support 2024-11-10 14:48:07 -08:00
sht15.rst
sht21.rst
shtc1.rst
sis5595.rst
sl28cpld.rst
smpro-hwmon.rst
smsc47b397.rst
smsc47m1.rst
smsc47m192.rst
sparx5-temp.rst
spd5118.rst hwmon: (spd5118) Add support for reading SPD data 2024-06-10 09:13:41 -07:00
stpddc60.rst
submitting-patches.rst
surface_fan.rst hwmon: add fan speed monitoring driver for Surface devices 2024-02-25 12:37:36 -08:00
sy7636a-hwmon.rst
sysfs-interface.rst
tc74.rst
tc654.rst
thmc50.rst
tmp102.rst
tmp103.rst
tmp108.rst hwmon: (tmp108) Add NXP p3t1085 support 2024-11-12 13:54:55 -08:00
tmp401.rst
tmp421.rst
tmp464.rst
tmp513.rst
tps546d24.rst
tps23861.rst
tps25990.rst hwmon: (pmbus/tps25990) Add initial support 2024-12-14 08:00:44 -08:00
tps40422.rst
tps53679.rst
twl4030-madc-hwmon.rst
ucd9000.rst
ucd9200.rst
userspace-tools.rst
vexpress.rst
via686a.rst
vt1211.rst
w83l785ts.rst
w83l786ng.rst
w83627ehf.rst
w83627hf.rst
w83773g.rst
w83781d.rst
w83791d.rst
w83792d.rst
w83793.rst
w83795.rst
wm831x.rst
wm8350.rst
xdp710.rst hwmon: (pmbus) Add support for Infineon XDP710 2024-04-30 10:32:14 -07:00
xdpe152c4.rst
xdpe12284.rst
xgene-hwmon.rst
zl6100.rst