summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-15hwmon: (mr75203) fix VM sensor allocation when "intel,vm-map" not definedEliav Farber1-8/+6
2022-09-08hwmon: (gpio-fan) Fix array out of bounds accessArmin Wolf1-0/+3
2022-08-21hwmon: (drivetemp) Add module aliasLinus Walleij1-0/+1
2022-07-07hwmon: (ibmaem) don't call platform_device_del() if platform_device_add() failsYang Yingliang1-4/+8
2022-05-18hwmon: (f71882fg) Fix negative temperatureJi-Ze Hong (Peter Hong)1-2/+3
2022-05-18hwmon: (ltq-cputemp) restrict it to SOC_XWAYRandy Dunlap1-1/+1
2022-05-18hwmon: (tmp401) Add OF device ID tableCamel Guo1-0/+11
2022-05-12hwmon: (adt7470) Fix warning on module removalArmin Wolf1-2/+2
2022-04-08hwmon: (pmbus) Add Vin unit off handlingBrandon Wyman2-1/+2
2022-04-08hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNINGArmin Wolf1-1/+1
2022-04-08hwmon: (pmbus) Add mutex to regulator opsPatrick Rudolph1-3/+13
2022-03-16hwmon: (pmbus) Clear pmbus fault/warning bits after readVikash Chandola1-0/+5
2022-03-02hwmon: Handle failure to register sensor with thermal zone correctlyGuenter Roeck1-6/+8
2022-02-16hwmon: (dell-smm) Speed up setting of fan speedArmin Wolf1-4/+8