summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)Author
2024-09-04hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()Javier Carrasco
2024-09-04hwmon: (ltc2992) Avoid division by zeroAntoniu Miclaus
2024-08-19hwmon: (max6697) Fix swapped temp{1,8} critical alarmsGuenter Roeck
2024-08-19hwmon: (max6697) Fix underflow when writing limit attributesGuenter Roeck
2024-08-19hwmon: (adt7475) Fix default duty on fan is disabledWayne Tung
2024-06-16hwmon: (shtc1) Fix property misspellingGuenter Roeck
2024-05-17hwmon: (pmbus/ucd9000) Increase delay from 250 to 500usLakshmi Yadlapati
2024-05-17hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlockAleksa Savic
2024-05-17hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_eve...Aleksa Savic
2024-05-17hwmon: (corsair-cpro) Use a separate buffer for sending commandsAleksa Savic
2024-04-10hwmon: (amc6821) add of_match tableJosua Mayer
2024-03-01hwmon: (coretemp) Enlarge per package core count limitZhang Rui
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
2024-01-25hwmon: (corsair-psu) Fix probe when built-inArmin Wolf
2023-12-13hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe()Christophe JAILLET
2023-12-13hwmon: (acpi_power_meter) Fix 4.29 MW bugArmin Wolf
2023-11-20hwmon: (coretemp) Fix potentially truncated sysfs attribute nameZhang Rui
2023-11-20hwmon: (axi-fan-control) Fix possible NULL pointer dereferenceDragos Bogdan
2023-09-19hwmon: (tmp513) Fix the channel number in tmp51x_is_visible()Biju Das
2023-08-16hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100Tao Ren
2023-08-03hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabledGilles Buloz
2023-08-03hwmon: (k10temp) Enable AMD3255 Proc to show negative temperatureBaskaran Kannan
2023-07-23hwmon: (pmbus/adm1275) Fix problems with temperature monitoring on ADM1272Guenter Roeck
2023-07-23hwmon: (adm1275) Allow setting sample averagingPotin Lai
2023-07-23hwmon: (gsc-hwmon) fix fan pwm temperature scalingTim Harvey
2023-05-11hwmon: (pmbus/fsp-3y) Fix functionality bitmask in FSP-3Y YM-2151ETomáš Pecka
2023-05-11hwmon: (adt7475) Use device_property APIs when configuring polarityChris Packham
2023-05-11hwmon: (k10temp) Check range scale when CUR_TEMP register is read-writeBabu Moger
2023-03-30hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCsFrank Crawford
2023-03-30hwmon: fix potential sensor registration fail if of_node is missingPhinex Hung
2023-03-22hwmon: (ltc2992) Set `can_sleep` flag for GPIO chipLars-Peter Clausen
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-10hwmon: (coretemp) Simplify platform device handlingRobin Murphy
2023-03-10hwmon: (mlxreg-fan) Return zero speed for broken fanVadim Pasternak
2023-03-10hwmon: (ltc2945) Handle error case in ltc2945_value_storeJonathan Cormier
2023-03-10hwmon: (ftsteutates) Fix scaling of measurementsArmin Wolf
2022-12-31hwmon: (jc42) Fix missing unlock on error in jc42_write()Yang Yingliang
2022-12-31hwmon: (jc42) Restore the min/max/critical temperatures on resumeMartin Blumenstingl
2022-12-31hwmon: (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