summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2024-06-16hwmon: (shtc1) Fix property misspellingGuenter Roeck1-1/+1
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
2024-05-17hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_eve...Aleksa Savic1-1/+1
2024-05-17hwmon: (corsair-cpro) Use a separate buffer for sending commandsAleksa Savic1-7/+12
2024-04-13hwmon: (amc6821) add of_match tableJosua Mayer1-0/+11
2024-03-01hwmon: (coretemp) Enlarge per package core count limitZhang Rui1-1/+1
2024-02-23hwmon: (coretemp) Fix bogus core_id to attr name mappingZhang Rui1-13/+19
2024-02-23hwmon: (coretemp) Fix out-of-bounds memory accessZhang Rui1-6/+2
2024-02-23hwmon: (aspeed-pwm-tacho) mutex for tach readingLoic Prylli1-0/+7
2023-12-13hwmon: (acpi_power_meter) Fix 4.29 MW bugArmin Wolf1-0/+4
2023-11-20hwmon: (coretemp) Fix potentially truncated sysfs attribute nameZhang Rui1-1/+1
2023-11-20hwmon: (axi-fan-control) Fix possible NULL pointer dereferenceDragos Bogdan1-13/+16
2023-11-20hwmon: (axi-fan-control) Support temperature vs pwm pointsNuno Sá1-1/+73
2023-09-19hwmon: (tmp513) Fix the channel number in tmp51x_is_visible()Biju Das1-1/+1
2023-08-16hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100Tao Ren1-8/+8
2023-08-11hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabledGilles Buloz1-1/+1
2023-07-27hwmon: (pmbus/adm1275) Fix problems with temperature monitoring on ADM1272Guenter Roeck1-26/+26
2023-07-27hwmon: (adm1275) Allow setting sample averagingPotin Lai1-1/+39
2023-07-27hwmon: (adm1275) enable adm1272 temperature reportingChu Lin1-8/+6
2023-07-27hwmon: (gsc-hwmon) fix fan pwm temperature scalingTim Harvey1-3/+3
2023-05-17hwmon: (adt7475) Use device_property APIs when configuring polarityChris Packham1-3/+3
2023-05-17hwmon: (k10temp) Check range scale when CUR_TEMP register is read-writeBabu Moger1-1/+3
2023-04-05hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCsFrank Crawford1-1/+3
2023-04-05hwmon: fix potential sensor registration fail if of_node is missingPhinex Hung1-2/+5
2023-03-22hwmon: (adm1266) Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2023-03-22hwmon: tmp512: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-22hwmon: (ucd90320) Add minimum delay between bus accessesLars-Peter Clausen1-0/+75
2023-03-22hwmon: (ina3221) return prober error codeMarcus Folkesson1-1/+1
2023-03-22hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condi...Zheng Wang1-0/+1
2023-03-22hwmon: (adt7475) Fix masking of hysteresis registersTony O'Brien1-2/+2
2023-03-22hwmon: (adt7475) Display smoothing attributes in correct orderTony O'Brien1-2/+2
2023-03-11hwmon: (coretemp) Simplify platform device handlingRobin Murphy1-70/+58
2023-03-11hwmon: (mlxreg-fan) Return zero speed for broken fanVadim Pasternak1-0/+6
2023-03-11hwmon: (ltc2945) Handle error case in ltc2945_value_storeJonathan Cormier1-0/+2
2023-01-14hwmon: (jc42) Fix missing unlock on error in jc42_write()Yang Yingliang1-1/+1
2023-01-14hwmon: (jc42) Restore the min/max/critical temperatures on resumeMartin Blumenstingl1-1/+9
2023-01-14hwmon: (jc42) Convert register access and caching to regmap/regcacheMartin Blumenstingl2-102/+132
2022-12-08hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()Yang Yingliang1-1/+4
2022-12-08hwmon: (coretemp) Check for null before removing sysfs attrsPhil Auld1-0/+4
2022-12-08hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() failsGaosheng Cui1-0/+1
2022-12-08hwmon: (i5500_temp) fix missing pci_disable_device()Yang Yingliang1-1/+1
2022-12-08hwmon: (ina3221) Fix shunt sum critical calculationNinad Malwade1-2/+2
2022-12-08hwmon: (ltc2947) fix temperature scalingDerek Nguyen1-1/+1
2022-10-30hwmon/coretemp: Handle large core ID valueZhang Rui1-15/+41
2022-10-26hwmon: (gsc-hwmon) Call of_node_get() before of_find_xxx APILiang He1-0/+1
2022-09-15hwmon: (mr75203) enable polling for all VM channelsEliav Farber1-0/+13
2022-09-15hwmon: (mr75203) fix multi-channel voltage readingEliav Farber1-12/+17
2022-09-15hwmon: (mr75203) fix voltage equation for negative source inputEliav Farber1-2/+12
2022-09-15hwmon: (mr75203) update pvt->v_num and vm_num to the actual number of used se...Eliav Farber1-0/+2