summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
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-03-13hwmon: (peci/dimmtemp) Do not provide fake thresholds dataPaul Fertser1-6/+4
2025-02-01hwmon: (drivetemp) Set scsi command timeout to 10sRussell Harmon1-1/+1
2025-01-23hwmon: (tmp513) Fix division of negative numbersDavid Lechner1-3/+4
2025-01-17hwmon: (drivetemp) Fix driver producing garbage data when SCSI errors occurDaniil Stas1-2/+6
2024-12-27hwmon: (tmp513) Fix interpretation of values of Temperature Result and Limit ...Murad Masimov1-1/+1
2024-12-27hwmon: (tmp513) Fix Current Register value interpretationMurad Masimov1-1/+1
2024-12-27hwmon: (tmp513) Fix interpretation of values of Shunt Voltage and Limit Regis...Murad Masimov1-2/+4
2024-12-27hwmon: (tmp513) Use SI constants from units.hAndy Shevchenko1-11/+10
2024-12-27hwmon: (tmp513) Simplify with dev_err_probe()Andy Shevchenko1-20/+15
2024-12-27hwmon: (tmp513) Don't use "proxy" headersAndy Shevchenko1-2/+6
2024-12-14hwmon: (nct6775) Add 665-ACE/600M-CL to ASUS WMI monitoring listSarah Maedel1-0/+2
2024-12-09hwmon: (tps23861) Fix reporting of negative temperaturesMurad Masimov1-1/+1
2024-12-09hwmon: (nct6775-core) Fix overflows seen when writing limit attributesPei Xiao1-4/+3
2024-12-09hwmon: (pmbus/core) clear faults after setting smbalert maskJerome Brunet1-1/+11
2024-12-09hwmon: (pmbus_core) Allow to hook PMBUS_SMBALERT_MASKPatrick Rudolph1-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: (mc34vr500) 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: intel-m10-bmc-hwmon: relabel Columbiaville to CVL Die TemperaturePeter Colberg1-1/+1
2024-10-17x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60hShyam Sundar S K1-0/+1
2024-10-10hwmon: (nct6775) add G15CF to ASUS WMI monitoring listDenis Pauk1-0/+1
2024-10-04hwmon: (ntc_thermistor) fix module autoloadingYuntao Liu1-0/+1
2024-10-04hwmon: (max16065) Fix alarm attributesGuenter Roeck1-2/+10
2024-10-04hwmon: (max16065) Remove use of i2c_match_id()Andrew Davis1-6/+4
2024-10-04hwmon: (max16065) Fix overflows seen when writing limitsGuenter Roeck1-2/+3
2024-09-30hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMINGRoss Brown1-1/+1
2024-09-18hwmon: (pmbus) Conditionally clear individual status bits for pmbus rev >= 1.2Patryk Biel2-3/+20
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-12hwmon: (hp-wmi-sensors) Check if WMI event data existsArmin Wolf1-0/+2
2024-09-08hwmon: (k10temp) Check return value of amd_smn_read()Yazen Ghannam1-9/+27
2024-08-29hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()Javier Carrasco1-1/+3
2024-08-29hwmon: (pc87360) Bounds check data->innr usageKees Cook1-1/+5
2024-08-29hwmon: (ltc2992) Avoid division by zeroAntoniu Miclaus1-1/+5
2024-08-14hwmon: corsair-psu: add USB id of HX1200i Series 2023 psuWilken Gottwalt1-3/+4
2024-08-03hwmon: (max6697) Fix swapped temp{1,8} critical alarmsGuenter Roeck1-2/+2
2024-08-03hwmon: (max6697) Fix underflow when writing limit attributesGuenter Roeck1-0/+1
2024-08-03hwmon: (adt7475) Fix default duty on fan is disabledWayne Tung1-1/+1
2024-06-12hwmon: (shtc1) Fix property misspellingGuenter Roeck1-1/+1
2024-06-12hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensorPeter Colberg1-1/+1
2024-06-12pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young1-4/+4
2024-05-17hwmon: (pmbus/ucd9000) Increase delay from 250 to 500usLakshmi Yadlapati1-3/+3
2024-05-17hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlockAleksa Savic1-5/+19