summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
14 dayshwmon: (nct6775) Fix non-existent ALARM warningAhmad Khalifa1-0/+4
14 dayshwmon: (nct6775) Fix register for nct6799Ahmad Khalifa1-1/+1
14 dayshwmon: (ads7828) Fix external VREF regulator handlingQingshuang Fu1-5/+6
14 dayshwmon: (corsair-psu) fix possible out-of-bounds access on missing string term...Wilken Gottwalt1-2/+2
14 dayshwmon: (pmbus/lm25066) Fix PMBus coefficient calculationsGuenter Roeck1-2/+3
14 dayshwmon: (lm25066) Use i2c_get_match_data()Rob Herring1-11/+3
14 dayshwmon: (nzxt-smart2) Check return value of init_device() in probeQingshuang Fu1-1/+5
14 dayshwmon: (npcm750-pwm-fan): stop fan timer on device detachHongyan Xu1-0/+11
14 dayshwmon: (pmbus) Fix return value from pmbus_update_byte_data()Guenter Roeck1-1/+1
14 dayshwmon: (adt7470) Fix PWM auto temp state array and bounds checkLuiz Angelo Daros de Luca1-1/+6
14 dayshwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed readLuiz Angelo Daros de Luca1-13/+10
14 dayshwmon: (adt7470) Use cached PWM frequency valueLuiz Angelo Daros de Luca1-2/+18
14 dayshwmon: (adt7470) Fix swapped PWM3 and PWM4 auto mode masksLuiz Angelo Daros de Luca1-2/+2
14 dayshwmon: (adt7470) Fix temperature alarm logic in hwmon_temp_read()Luiz Angelo Daros de Luca1-2/+17
14 dayshwmon: (adt7470) Fix busy-loop and I2C flooding in update threadLuiz Angelo Daros de Luca1-1/+1
14 dayshwmon: (adt7470) Fix cache updated before hardware write on I2C errorLuiz Angelo Daros de Luca1-5/+9
14 dayshwmon: (adt7470) Fix fans stuck in manual mode on I2C errorsLuiz Angelo Daros de Luca1-11/+29
14 dayshwmon: (nct6775-core) Prevent access to unsupported weight registersGuenter Roeck1-6/+6
14 dayshwmon: (nzxt-smart2) DMA-align output bufferGuenter Roeck1-1/+1
14 dayshwmon: (lm90) Only report alarms if driver is readyGuenter Roeck1-2/+2
14 dayshwmon: (nct6775-core) Fix number of temperature registers for NCT6116Guenter Roeck1-5/+3
14 dayshwmon: (nct6775) Fix access to temperature configuration registersGuenter Roeck1-2/+12
14 dayshwmon: (nct6775) Additional TEMP registers for nct6799Ahmad Khalifa2-31/+121
14 dayshwmon: (nct6775) Add support for 18 IN readings for nct6799Ahmad Khalifa2-11/+45
14 dayshwmon: (nct6775) Increase and reorder ALARM/BEEP bitsAhmad Khalifa2-99/+93
14 dayshwmon: (nct6775) Fix IN scaling factors for 6798/6799Ahmad Khalifa2-6/+23
14 dayshwmon: (nct6755) Add support for NCT6799DGuenter Roeck4-6/+94
14 dayshwmon: occ: validate poll response sensor blocksPengpeng Hou1-8/+30
14 dayshwmon: (asus-ec-sensors) add missed handle for ENOMEMEugene Shalygin1-3/+5
14 dayshwmon: (asus-ec-sensors) fix EC read intervalsEugene Shalygin1-4/+4
14 dayshwmon: (asus-ec-sensors) fix looping over banks while reading from ECEugene Shalygin1-1/+1
14 dayshwmon: (nzxt-smart2) Stop device IO before calling hid_hw_stopGuenter Roeck1-1/+1
14 dayshwmon: (corsair-cpro) Stop device IO before calling hid_hw_stopGuenter Roeck1-0/+1
14 dayshwmon: (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: (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: (ltc2992) add missing 'select REGMAP_I2C' to KconfigJoshua Crofts1-0/+1
2026-07-24hwmon: adm1275: Prevent reading uninitialized stackMatti Vaittinen1-1/+1
2026-06-19hwmon: (pmbus/adm1266) serialize NVMEM blackbox read with pmbus_lockAbdurrahman Hussain1-0/+7
2026-06-19hwmon: (pmbus/adm1266) serialize sequencer_state debugfs read with pmbus_lockAbdurrahman Hussain1-0/+7
2026-06-19hwmon: (pmbus/adm1266) serialize GPIO PMBus accesses with pmbus_lockAbdurrahman Hussain1-6/+34
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
2026-06-01hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NRAbdurrahman Hussain1-1/+1
2026-06-01hwmon: (pmbus/adm1266) bounce blackbox records through a protocol-sized bufferAbdurrahman Hussain1-1/+3
2026-06-01hwmon: (pmbus/adm1266) include PEC byte in pmbus_block_xfer read bufferAbdurrahman Hussain1-1/+1