aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)Author
2024-05-13Merge tag 'v5.10.215' into v5.10/standard/baseBruce Ashfield
2024-05-13Merge tag 'v5.10.211' into v5.10/standard/baseBruce Ashfield
2024-04-13hwmon: (amc6821) add of_match tableJosua Mayer
2024-03-01hwmon: (coretemp) Enlarge per package core count limitZhang Rui
2024-02-26Merge tag 'v5.10.210' into v5.10/standard/baseBruce Ashfield
2024-02-23hwmon: (coretemp) Fix bogus core_id to attr name mappingZhang Rui
2024-02-23hwmon: (coretemp) Fix out-of-bounds memory accessZhang Rui
2024-02-23hwmon: (aspeed-pwm-tacho) mutex for tach readingLoic Prylli
2023-12-27Merge tag 'v5.10.204' into v5.10/standard/baseBruce Ashfield
2023-12-13hwmon: (acpi_power_meter) Fix 4.29 MW bugArmin Wolf
2023-12-03Merge tag 'v5.10.201' into v5.10/standard/baseBruce Ashfield
2023-11-20hwmon: (coretemp) Fix potentially truncated sysfs attribute nameZhang Rui
2023-11-20hwmon: (axi-fan-control) Fix possible NULL pointer dereferenceDragos Bogdan
2023-11-20hwmon: (axi-fan-control) Support temperature vs pwm pointsNuno Sá
2023-09-26Merge tag 'v5.10.195' into v5.10/standard/baseBruce Ashfield
2023-09-19hwmon: (tmp513) Fix the channel number in tmp51x_is_visible()Biju Das
2023-08-21Merge tag 'v5.10.191' into v5.10/standard/baseBruce Ashfield
2023-08-21Merge tag 'v5.10.190' into v5.10/standard/baseBruce Ashfield
2023-08-17hwmon: Add driver for Texas Instruments TMP464 and TMP468Guenter Roeck
2023-08-16hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100Tao Ren
2023-08-11hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabledGilles Buloz
2023-07-27hwmon: (pmbus/adm1275) Fix problems with temperature monitoring on ADM1272Guenter Roeck
2023-07-27hwmon: (adm1275) Allow setting sample averagingPotin Lai
2023-07-27hwmon: (adm1275) enable adm1272 temperature reportingChu Lin
2023-07-27hwmon: (gsc-hwmon) fix fan pwm temperature scalingTim Harvey
2023-05-17hwmon: (adt7475) Use device_property APIs when configuring polarityChris Packham
2023-05-17hwmon: (k10temp) Check range scale when CUR_TEMP register is read-writeBabu Moger
2023-04-05hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCsFrank Crawford
2023-04-05hwmon: fix potential sensor registration fail if of_node is missingPhinex Hung
2023-03-22hwmon: (adm1266) Set `can_sleep` flag for GPIO chipLars-Peter Clausen
2023-03-22hwmon: tmp512: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-22hwmon: (ucd90320) Add minimum delay between bus accessesLars-Peter Clausen
2023-03-22hwmon: (ina3221) return prober error codeMarcus Folkesson
2023-03-22hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condi...Zheng Wang
2023-03-22hwmon: (adt7475) Fix masking of hysteresis registersTony O'Brien
2023-03-22hwmon: (adt7475) Display smoothing attributes in correct orderTony O'Brien
2023-03-11hwmon: (coretemp) Simplify platform device handlingRobin Murphy
2023-03-11hwmon: (mlxreg-fan) Return zero speed for broken fanVadim Pasternak
2023-03-11hwmon: (ltc2945) Handle error case in ltc2945_value_storeJonathan Cormier
2023-01-14hwmon: (jc42) Fix missing unlock on error in jc42_write()Yang Yingliang
2023-01-14hwmon: (jc42) Restore the min/max/critical temperatures on resumeMartin Blumenstingl
2023-01-14hwmon: (jc42) Convert register access and caching to regmap/regcacheMartin Blumenstingl
2022-12-08hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()Yang Yingliang
2022-12-08hwmon: (coretemp) Check for null before removing sysfs attrsPhil Auld
2022-12-08hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() failsGaosheng Cui
2022-12-08hwmon: (i5500_temp) fix missing pci_disable_device()Yang Yingliang
2022-12-08hwmon: (ina3221) Fix shunt sum critical calculationNinad Malwade
2022-12-08hwmon: (ltc2947) fix temperature scalingDerek Nguyen
2022-10-30hwmon/coretemp: Handle large core ID valueZhang Rui
2022-10-26hwmon: (gsc-hwmon) Call of_node_get() before of_find_xxx APILiang He