summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2026-08-09hwmon: (pmbus/core) notify on the hwmon device, not the i2c clientVincent Jardin1-2/+3
2026-08-09hwmon: (npcm750-pwm-fan): stop fan timer on device detachHongyan Xu1-0/+11
2026-08-09hwmon: (pmbus) Fix return value from pmbus_update_byte_data()Guenter Roeck1-1/+1
2026-08-09hwmon: (adt7470) Fix PWM auto temp state array and bounds checkLuiz Angelo Daros de Luca1-1/+6
2026-08-09hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed readLuiz Angelo Daros de Luca1-13/+10
2026-08-09hwmon: (adt7470) Use cached PWM frequency valueLuiz Angelo Daros de Luca1-2/+18
2026-08-09hwmon: (adt7470) Fix swapped PWM3 and PWM4 auto mode masksLuiz Angelo Daros de Luca1-2/+2
2026-08-09hwmon: (adt7470) Fix temperature alarm logic in hwmon_temp_read()Luiz Angelo Daros de Luca1-2/+17
2026-08-09hwmon: (adt7470) Fix busy-loop and I2C flooding in update threadLuiz Angelo Daros de Luca1-1/+1
2026-08-09hwmon: (adt7470) Fix cache updated before hardware write on I2C errorLuiz Angelo Daros de Luca1-5/+9
2026-08-09hwmon: (adt7470) Fix fans stuck in manual mode on I2C errorsLuiz Angelo Daros de Luca1-11/+29
2026-08-09hwmon: (nct6775-core) Prevent access to unsupported weight registersGuenter Roeck1-6/+6
2026-08-09hwmon: (nzxt-smart2) DMA-align output bufferGuenter Roeck1-1/+1
2026-08-09hwmon: (lm90) Only report alarms if driver is readyGuenter Roeck1-2/+2
2026-08-09hwmon: (sht3x) Fix unaligned accessesGuenter Roeck1-4/+5
2026-08-09hwmon: (ltc4282) Fix reading the minimum alarm voltageGuenter Roeck1-2/+2
2026-08-09hwmon: (ina2xx) Fix various overflow issuesGuenter Roeck1-26/+35
2026-08-09hwmon: (ina2xx) Shift INA234 shunt and current registersJonas Rebmann1-3/+19
2026-08-09hwmon: (ina2xx) Add support for INA234Ian Ray2-1/+19
2026-08-09hwmon: (ina2xx) Make it easier to add more devicesIan Ray1-4/+14
2026-08-09hwmon: (nct6775-core) Fix number of temperature registers for NCT6116Guenter Roeck1-5/+3
2026-08-03hwmon: occ: validate poll response sensor blocksPengpeng Hou1-8/+30
2026-08-03hwmon: (asus-ec-sensors) add missed handle for ENOMEMEugene Shalygin1-3/+5
2026-08-03hwmon: (asus-ec-sensors) fix EC read intervalsEugene Shalygin1-4/+4
2026-08-03hwmon: (asus-ec-sensors) fix looping over banks while reading from ECEugene Shalygin1-1/+1
2026-08-03hwmon: (nzxt-kraken3) Stop device IO before calling hid_hw_stopGuenter Roeck1-2/+4
2026-08-03hwmon: (nzxt-smart2) Stop device IO before calling hid_hw_stopGuenter Roeck1-1/+1
2026-08-03hwmon: (gigabyte_waterforce) Stop device IO before calling hid_hw_stopGuenter Roeck1-1/+3
2026-08-03hwmon: (corsair-cpro) Stop device IO before calling hid_hw_stopGuenter Roeck1-0/+1
2026-08-03hwmon: (corsair-psu) Stop device IO before calling hid_hw_stopEdward Adam Davis1-0/+1
2026-07-24hwmon: (asus_atk0110) Check package count before accessing elementHyeongJun An1-0/+3
2026-07-24hwmon: (max1619) add missing 'select REGMAP' to KconfigJoshua Crofts1-0/+1
2026-07-24hwmon: (occ) unregister sysfs devices outside occ lockRunyu Xiao2-6/+29
2026-07-24hwmon: (w83793) remove vrm sysfs file on probe failurePengpeng Hou1-0/+1
2026-07-24hwmon: (w83627hf) remove VID sysfs files on error and removePengpeng Hou1-0/+4
2026-07-24hwmon: (max6697) add missing 'select REGMAP_I2C' to KconfigJoshua Crofts1-0/+1
2026-07-24hwmon: (ltc2992) add missing 'select REGMAP_I2C' to KconfigJoshua Crofts1-0/+1
2026-07-24hwmon: (aspeed-g6-pwm-tach) Guard fan RPM calculation against divide-by-zeroGuenter Roeck1-1/+4
2026-07-24hwmon: (pmbus) Fix passing events to regulator coreGuenter Roeck1-4/+9
2026-07-24hwmon: adm1275: Prevent reading uninitialized stackMatti Vaittinen1-1/+1
2026-07-24hwmon: (it87) Clamp negative values to zero in set_fan()Nikita Zhandarovich1-0/+3
2026-06-09hwmon: (pmbus/adm1266) serialize GPIO PMBus accesses with pmbus_lockAbdurrahman Hussain1-0/+6
2026-06-09hwmon: (pmbus/adm1266) serialize sequencer_state debugfs read with pmbus_lockAbdurrahman Hussain1-0/+1
2026-06-09hwmon: (pmbus) Add support for guarded PMBus lockGuenter Roeck2-0/+13
2026-06-01hwmon: (lm90) Add lock protection to lm90_alertGuenter Roeck1-0/+2
2026-06-01hwmon: (lm90) Stop work before releasing hwmon deviceGuenter Roeck1-4/+20
2026-06-01hwmon: (pmbus/adm1266) reject short block-read responses in the GPIO accessorsAbdurrahman Hussain1-0/+6
2026-06-01hwmon: (pmbus/adm1266) register the nvmem device after pmbus_do_probe()Abdurrahman Hussain1-4/+4
2026-06-01hwmon: (pmbus/adm1266) register the gpio_chip after pmbus_do_probe()Abdurrahman Hussain1-4/+4
2026-06-01hwmon: (pmbus/adm1266) don't clobber GPIO bits before PDIO read in get_multipleAbdurrahman Hussain1-1/+0