summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2026-08-08Merge tag 'hwmon-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-51/+87
2026-08-07Merge tag 'thermal-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+2
2026-08-07hwmon: (corsair-psu) Fix linear11 calculationGuenter Roeck1-9/+14
2026-08-07hwmon: (corsair-psu) serialize debugfs access against hwmonAli Ahmet Memis1-0/+4
2026-08-07hwmon: (ltc4282) Fix parsing adi,current-limit-sense-microvoltGuenter Roeck1-1/+1
2026-08-07hwmon: (ltc4282) Clamp negative current limitsGuenter Roeck1-1/+5
2026-08-07hwmon: (ltc4282) Avoid overflow in maximum power calculationGuenter Roeck1-6/+6
2026-08-07hwmon: (ads7828) Fix external VREF regulator handlingQingshuang Fu1-5/+6
2026-08-07hwmon: (corsair-psu) fix possible out-of-bounds access on missing string term...Wilken Gottwalt1-2/+2
2026-08-05hwmon: (pmbus/lm25066) Fix PMBus coefficient calculationsGuenter Roeck1-2/+3
2026-08-05hwmon: (nzxt-smart2) Check return value of init_device() in probeQingshuang Fu1-1/+5
2026-08-03hwmon: (pmbus) Fix type confusion in notification logicGuenter Roeck1-24/+37
2026-08-03hwmon: (pmbus/core) Avoid race condition during probeGuenter Roeck1-0/+4
2026-07-31Revert "thermal: hwmon: Use extra_groups for adding temperature attributes"Rafael J. Wysocki1-4/+2
2026-07-29hwmon: (npcm750-pwm-fan): stop fan timer on device detachHongyan Xu1-0/+11
2026-07-28hwmon: (pmbus) Fix return value from pmbus_update_byte_data()Guenter Roeck1-1/+1
2026-07-28hwmon: (adt7470) Fix PWM auto temp state array and bounds checkLuiz Angelo Daros de Luca1-1/+6
2026-07-28hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed readLuiz Angelo Daros de Luca1-13/+10
2026-07-28hwmon: (adt7470) Use cached PWM frequency valueLuiz Angelo Daros de Luca1-2/+18
2026-07-28hwmon: (adt7470) Fix swapped PWM3 and PWM4 auto mode masksLuiz Angelo Daros de Luca1-2/+2
2026-07-28hwmon: (adt7470) Fix temperature alarm logic in hwmon_temp_read()Luiz Angelo Daros de Luca1-2/+17
2026-07-28hwmon: (adt7470) Fix busy-loop and I2C flooding in update threadLuiz Angelo Daros de Luca1-1/+1
2026-07-28hwmon: (adt7470) Fix cache updated before hardware write on I2C errorLuiz Angelo Daros de Luca1-5/+9
2026-07-28hwmon: (adt7470) Fix fans stuck in manual mode on I2C errorsLuiz Angelo Daros de Luca1-11/+29
2026-07-28hwmon: (nct6775-core) Prevent access to unsupported weight registersGuenter Roeck1-6/+6
2026-07-28hwmon: (lm63) Mask PWM frequency multiplier to supported bitsGuenter Roeck1-3/+2
2026-07-27hwmon: (nzxt-smart2) DMA-align output bufferGuenter Roeck1-1/+1
2026-07-27hwmon: (lm90) Only report alarms if driver is readyGuenter Roeck1-2/+2
2026-07-27hwmon: (sht3x) Fix unaligned accessesGuenter Roeck1-4/+5
2026-07-27hwmon: (ltc4282) Fix reading the minimum alarm voltageGuenter Roeck1-2/+2
2026-07-27hwmon: (ina2xx) Fix various overflow issuesGuenter Roeck1-26/+35
2026-07-27hwmon: (pmbus/core) notify on the hwmon device, not the i2c clientVincent Jardin1-2/+3
2026-07-27hwmon: (nct6775-core) Fix number of temperature registers for NCT6116Guenter Roeck1-5/+3
2026-07-20hwmon: occ: validate poll response sensor blocksPengpeng Hou1-8/+30
2026-07-19hwmon: (asus-ec-sensors) add missed handle for ENOMEMEugene Shalygin1-3/+5
2026-07-19hwmon: (asus-ec-sensors) fix EC read intervalsEugene Shalygin1-4/+4
2026-07-19hwmon: (asus-ec-sensors) fix looping over banks while reading from ECEugene Shalygin1-1/+1
2026-07-19hwmon: (pmbus/max34440) block unsupported VIN and IIN limit registersAlexis Czezar Torreno1-0/+80
2026-07-08hwmon: (nzxt-kraken3) Stop device IO before calling hid_hw_stopGuenter Roeck1-2/+4
2026-07-08hwmon: (nzxt-smart2) Stop device IO before calling hid_hw_stopGuenter Roeck1-1/+1
2026-07-08hwmon: (gigabyte_waterforce) Stop device IO before calling hid_hw_stopGuenter Roeck1-1/+3
2026-07-08hwmon: (corsair-cpro) Stop device IO before calling hid_hw_stopGuenter Roeck1-0/+1
2026-07-08hwmon: (corsair-psu) Stop device IO before calling hid_hw_stopEdward Adam Davis1-0/+1
2026-07-03Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds38-38/+0
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)38-38/+0
2026-06-30hwmon: (aspeed-g6-pwm-tach) Guard fan RPM calculation against divide-by-zeroGuenter Roeck1-1/+4
2026-06-30hwmon: (pmbus) Fix passing events to regulator coreGuenter Roeck1-4/+9
2026-06-29hwmon: adm1275: Detect coefficient overflowMatti Vaittinen1-4/+14
2026-06-29hwmon: adm1275: Prevent reading uninitialized stackMatti Vaittinen1-1/+1
2026-06-29hwmon: (max6697) add missing 'select REGMAP_I2C' to KconfigJoshua Crofts1-0/+1