summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-01hwmon: (lm90) Mark alert as broken for MAX6654Guenter Roeck1-0/+1
2022-02-01hwmon: (lm90) Reduce maximum conversion rate for G781Guenter Roeck1-1/+1
2022-02-01hwmon: (lm90) Mark alert as broken for MAX6680Guenter Roeck1-1/+1
2022-02-01hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649Guenter Roeck1-1/+1
2022-01-27hwmon: (mr75203) fix wrong power-up delay valueArseny Demidov1-1/+1
2021-12-29hwmon: (lm90) Do not report 'busy' status bit as alarmGuenter Roeck1-1/+2
2021-12-29hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681Guenter Roeck1-2/+8
2021-12-29hwmon: (lm90) Drop critical attribute support for MAX6654Guenter Roeck1-37/+49
2021-12-29hwmon: (lm90) Introduce flag indicating extended temperature supportGuenter Roeck1-10/+11
2021-12-29hwmon: (lm90) Add basic support for TI TMP461Guenter Roeck2-16/+40
2021-12-29hwmon: (lm90) Fix usage of CONFIG2 register in detect functionGuenter Roeck1-3/+2
2021-12-17hwmon: (dell-smm) Fix warning on /proc/i8k creation errorArmin Wolf1-2/+5
2021-11-18hwmon: (pmbus/lm25066) Let compiler determine outer dimension of lm25066_coeffZev Weiss1-1/+1
2021-11-18hwmon: Fix possible memleak in __hwmon_device_register()Yang Yingliang1-2/+4
2021-11-18hwmon: (pmbus/lm25066) Add offset coefficientsZev Weiss1-0/+23
2021-10-17hwmon: (pmbus/ibm-cffps) max_power_out swap changesBrandon Wyman1-2/+8
2021-10-17hwmon: (ltc2947) Properly handle errors when looking for the external clockUwe Kleine-König1-2/+6
2021-10-06hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 controllerVadim Pasternak1-1/+1
2021-10-06hwmon: (tmp421) fix rounding for negative valuesPaul Fertser1-16/+8
2021-10-06hwmon: (tmp421) report /PVLD condition as faultPaul Fertser1-6/+3
2021-10-06hwmon: (mlxreg-fan) Return non-zero value when fan current state is enforced ...Vadim Pasternak1-3/+9