summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
32 hourshwmon: (pmbus/adm1266) reject short block-read responses in the GPIO accessorsAbdurrahman Hussain1-0/+6
32 hourshwmon: (pmbus/adm1266) register the nvmem device after pmbus_do_probe()Abdurrahman Hussain1-4/+4
32 hourshwmon: (pmbus/adm1266) register the gpio_chip after pmbus_do_probe()Abdurrahman Hussain1-4/+4
32 hourshwmon: (pmbus/adm1266) don't clobber GPIO bits before PDIO read in get_multipleAbdurrahman Hussain1-1/+0
32 hourshwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NRAbdurrahman Hussain1-1/+1
32 hourshwmon: (pmbus/adm1266) bounce blackbox records through a protocol-sized bufferAbdurrahman Hussain1-1/+3
32 hourshwmon: (pmbus/adm1266) include PEC byte in pmbus_block_xfer read bufferAbdurrahman Hussain1-1/+1
32 hourshwmon: (pmbus/adm1266) reject implausible blackbox record_countAbdurrahman Hussain1-0/+3
32 hourshwmon: (pmbus/adm1266) seed timestamp from the real-time clockAbdurrahman Hussain1-1/+1
32 hourshwmon: (pmbus/adm1266) widen blackbox-info buffer to I2C_SMBUS_BLOCK_MAXAbdurrahman Hussain1-1/+1
32 hourshwmon: (corsair-psu) Close HID device on probe errorsMyeonghun Pak1-2/+2
32 hourshwmon: (ltc2992) Fix u32 overflow in power read pathSanman Pradhan1-2/+4
32 hourshwmon: (ltc2992) Clamp threshold writes to hardware rangeSanman Pradhan1-8/+29
2026-04-18hwmon: (occ) Fix division by zero in occ_show_power_1()Sanman Pradhan1-9/+8
2026-04-18hwmon: (occ) Fix missing newline in occ_show_extended()Sanman Pradhan1-1/+1
2026-04-18hwmon: (tps53679) Fix device ID comparison and printing in tps53676_identify()Sanman Pradhan1-2/+2
2026-04-18hwmon: (pxe1610) Check return value of page-select write in probeSanman Pradhan1-1/+4
2026-04-18hwmon: (adm1177) fix sysfs ABI violation and current unit conversionSanman Pradhan1-23/+31
2026-04-18hwmon: (pmbus/isl68137) Fix unchecked return value and use sysfs_emit()Sanman Pradhan1-2/+5
2026-04-18hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs readSanman Pradhan1-9/+10
2026-04-18hwmon: (max16065) Use READ/WRITE_ONCE to avoid compiler optimization induced ...Gui-Dong Han1-13/+13
2026-02-11hwmon: (occ) Mark occ_init_attribute() as __printfArnd Bergmann1-0/+1
2026-01-19hwmon: (w83l786ng) Convert macros to functions to avoid TOCTOUGui-Dong Han1-8/+18
2026-01-19hwmon: (w83791d) Convert macros to functions to avoid TOCTOUGui-Dong Han1-6/+11
2026-01-19hwmon: (max16065) Use local variable to avoid TOCTOUGui-Dong Han1-3/+4
2025-12-07hwmon: (dell-smm) Add support for Dell OptiPlex 7040Armin Wolf1-0/+7
2025-12-07hwmon: (sbtsi_temp) AMD CPU extended temperature range supportChuande Chen1-15/+31
2025-10-19minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-12/+12
2025-08-28hwmon: (gsc-hwmon) fix fan pwm setpoint show functionsTim Harvey1-2/+2
2025-08-28hwmon: (corsair-cpro) Validate the size of the received input bufferMarius Zachmann1-0/+5
2025-07-10hwmon: (pmbus/max34440) Fix support for max34451Alexis Czezar Torreno1-4/+44
2025-06-27hwmon: (occ) fix unaligned accessesArnd Bergmann1-15/+13
2025-06-27hwmon: (occ) Rework attribute registration for stack usageArnd Bergmann1-127/+85
2025-06-27hwmon: (occ) Add soft minimum power cap attributeEddie James1-3/+16
2025-06-04hwmon: (xgene-hwmon) use appropriate type for the latency valueAndrey Vatoropin1-1/+1
2025-06-04hwmon: (gpio-fan) Add missing mutex locksAlexander Stein1-1/+15
2025-04-10hwmon: (nct6775-core) Fix out of bounds access for NCT679{8,9}Tasos Sahanidis1-2/+2
2025-03-13hwmon: fix a NULL vs IS_ERR_OR_NULL() check in xgene_hwmon_probe()Xinghuo Chen1-1/+1
2025-03-13hwmon: (ad7314) Validate leading zero bits and return errorErik Schumacher1-0/+10
2025-03-13hwmon: (ntc_thermistor) Fix the ncpXXxh103 sensor tableMaud Spierings1-33/+33
2025-03-13hwmon: (pmbus) Initialise page count in pmbus_identify()Titus Rwantare1-0/+2
2025-01-23hwmon: (tmp513) Fix division of negative numbersDavid Lechner1-3/+4
2025-01-09hwmon: (tmp513) Fix interpretation of values of Temperature Result and Limit ...Murad Masimov1-1/+1
2025-01-09hwmon: (tmp513) Fix Current Register value interpretationMurad Masimov1-1/+1
2025-01-09hwmon: (tmp513) Fix interpretation of values of Shunt Voltage and Limit Regis...Murad Masimov1-2/+4
2025-01-09hwmon: (tmp513) Use SI constants from units.hAndy Shevchenko1-11/+10
2025-01-09hwmon: (tmp513) Simplify with dev_err_probe()Andy Shevchenko1-20/+15
2025-01-09hwmon: (tmp513) Don't use "proxy" headersAndy Shevchenko1-2/+6
2024-12-14hwmon: (tps23861) Fix reporting of negative temperaturesMurad Masimov1-1/+1
2024-10-17hwmon: (adt7470) Add missing dependency on REGMAP_I2CJavier Carrasco1-0/+1