summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-17hwmon: (adm9240) Add missing dependency on REGMAP_I2CJavier Carrasco1-0/+1
2024-10-17hwmon: (tmp513) Add missing dependency on REGMAP_I2CGuenter Roeck1-0/+1
2024-10-17hwmon: (ntc_thermistor) fix module autoloadingYuntao Liu1-0/+1
2024-10-17hwmon: (max16065) Fix alarm attributesGuenter Roeck1-2/+10
2024-10-17hwmon: (max16065) Remove use of i2c_match_id()Andrew Davis1-6/+4
2024-10-17hwmon: (max16065) Fix overflows seen when writing limitsGuenter Roeck1-2/+3
2024-10-17hwmon: (pmbus) Conditionally clear individual status bits for pmbus rev >= 1.2Patryk Biel2-3/+20
2024-10-17hwmon: (pmbus) Introduce and use write_byte_data callbackMÃ¥rten Lindahl2-3/+23
2024-09-12hwmon: (w83627ehf) Fix underflows seen when writing limit attributesGuenter Roeck1-2/+2
2024-09-12hwmon: (nct6775-core) Fix underflows seen when writing limit attributesGuenter Roeck1-1/+1
2024-09-12hwmon: (lm95234) Fix underflows seen when writing limit attributesGuenter Roeck1-4/+5
2024-09-12hwmon: (adc128d818) Fix underflows seen when writing limit attributesGuenter Roeck1-2/+2
2024-09-04hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()Javier Carrasco1-1/+3