summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)Author
2026-08-10hwmon: (cros_ec) Implement custom kelvin to celsius conversionsThomas Weißschuh
2026-08-10hwmon: Driver for the temp/voltage sensor on PolarFire SoCLars Randers
2026-08-10hwmon: (xgene) Stop writing PCC shared memory signatureSudeep Holla
2026-08-10hwmon: (pmbus/adm1275) Support ROHM BD12790Matti Vaittinen
2026-08-10hwmon: (pmbus/adm1275) Support ROHM BD12780Matti Vaittinen
2026-08-10hwmon: (pmbus/adm1275) Support module auto-loadingMatti Vaittinen
2026-08-10hwmon: (chipcap2) Add support for labelFlaviu Nistor
2026-08-10hwmon: (pmbus/xdpe1a2g7b) Add regulator supportAbdurrahman Hussain
2026-08-10hwmon: (coretemp) Clarify attr_size commentXiming Zhang
2026-08-10hwmon: (pmbus/lm25066) add current limit configuration supportPotin Lai
2026-08-10hwmon: (pmbus) Add support for Silergy SQ24860Ziming Zhu
2026-08-10hwmon: (ina2xx) Add support for INA232Martino Facchin
2026-08-07Merge tag 'hwmon-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-07Merge tag 'thermal-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-06hwmon: (corsair-psu) Fix linear11 calculationGuenter Roeck
2026-08-06hwmon: (corsair-psu) serialize debugfs access against hwmonAli Ahmet Memis
2026-08-06hwmon: (ltc4282) Fix parsing adi,current-limit-sense-microvoltGuenter Roeck
2026-08-06hwmon: (ltc4282) Clamp negative current limitsGuenter Roeck
2026-08-06hwmon: (ltc4282) Avoid overflow in maximum power calculationGuenter Roeck
2026-08-06hwmon: (ads7828) Fix external VREF regulator handlingQingshuang Fu
2026-08-06hwmon: (corsair-psu) fix possible out-of-bounds access on missing string term...Wilken Gottwalt
2026-08-04hwmon: (pmbus/lm25066) Fix PMBus coefficient calculationsGuenter Roeck
2026-08-04hwmon: (nzxt-smart2) Check return value of init_device() in probeQingshuang Fu
2026-08-03hwmon: (pmbus) Fix type confusion in notification logicGuenter Roeck
2026-08-03hwmon: (pmbus/core) Avoid race condition during probeGuenter Roeck
2026-07-31Revert "thermal: hwmon: Use extra_groups for adding temperature attributes"Rafael J. Wysocki
2026-07-31Merge tag 'svc_updates_for_v7.3' of ssh://gitolite.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2026-07-31hwmon: spd5118: Add I3C supportAkhil R
2026-07-31hwmon: spd5118: Remove 16-bit addressingAkhil R
2026-07-29hwmon: (npcm750-pwm-fan): stop fan timer on device detachHongyan Xu
2026-07-28hwmon: add Altera SoC FPGA hardware monitoring driverTze Yee Ng
2026-07-28hwmon: (pmbus) Fix return value from pmbus_update_byte_data()Guenter Roeck
2026-07-27hwmon: (adt7470) Fix PWM auto temp state array and bounds checkLuiz Angelo Daros de Luca
2026-07-27hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed readLuiz Angelo Daros de Luca
2026-07-27hwmon: (adt7470) Use cached PWM frequency valueLuiz Angelo Daros de Luca
2026-07-27hwmon: (adt7470) Fix swapped PWM3 and PWM4 auto mode masksLuiz Angelo Daros de Luca
2026-07-27hwmon: (adt7470) Fix temperature alarm logic in hwmon_temp_read()Luiz Angelo Daros de Luca
2026-07-27hwmon: (adt7470) Fix busy-loop and I2C flooding in update threadLuiz Angelo Daros de Luca
2026-07-27hwmon: (adt7470) Fix cache updated before hardware write on I2C errorLuiz Angelo Daros de Luca
2026-07-27hwmon: (adt7470) Fix fans stuck in manual mode on I2C errorsLuiz Angelo Daros de Luca
2026-07-27hwmon: (nct6775-core) Prevent access to unsupported weight registersGuenter Roeck
2026-07-27hwmon: (lm63) Mask PWM frequency multiplier to supported bitsGuenter Roeck
2026-07-27hwmon: (nzxt-smart2) DMA-align output bufferGuenter Roeck
2026-07-27hwmon: (lm90) Only report alarms if driver is readyGuenter Roeck
2026-07-27hwmon: (sht3x) Fix unaligned accessesGuenter Roeck
2026-07-27hwmon: (ltc4282) Fix reading the minimum alarm voltageGuenter Roeck
2026-07-27hwmon: (ina2xx) Fix various overflow issuesGuenter Roeck
2026-07-27hwmon: (pmbus/core) notify on the hwmon device, not the i2c clientVincent Jardin
2026-07-27hwmon: (nct6775-core) Fix number of temperature registers for NCT6116Guenter Roeck
2026-07-27Merge 7.2-rc5 into char-misc-nextGreg Kroah-Hartman