summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
28 hourshwmon: (w83627ehf) Fix underflows seen when writing limit attributesGuenter Roeck1-2/+2
28 hourshwmon: (nct6775-core) Fix underflows seen when writing limit attributesGuenter Roeck1-1/+1
28 hourshwmon: (lm95234) Fix underflows seen when writing limit attributesGuenter Roeck1-4/+5
28 hourshwmon: (adc128d818) Fix underflows seen when writing limit attributesGuenter Roeck1-2/+2
2024-08-19hwmon: (max6697) Fix swapped temp{1,8} critical alarmsGuenter Roeck1-2/+2
2024-08-19hwmon: (max6697) Fix underflow when writing limit attributesGuenter Roeck1-0/+1
2024-08-19hwmon: (adt7475) Fix default duty on fan is disabledWayne Tung1-1/+1
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-08-11hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabledGilles Buloz1-1/+1
2023-04-05hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCsFrank Crawford1-1/+3
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
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-10-29hwmon/coretemp: Handle large core ID valueZhang Rui1-15/+41
2022-09-15hwmon: (gpio-fan) Fix array out of bounds accessArmin Wolf1-0/+3
2022-07-07hwmon: (ibmaem) don't call platform_device_del() if platform_device_add() failsYang Yingliang1-4/+8
2022-06-25Revert "hwmon: Make chip parameter for with_info API mandatory"Greg Kroah-Hartman1-7/+9
2022-06-14hwmon: Make chip parameter for with_info API mandatoryGuenter Roeck1-9/+7
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-15hwmon: (pmbus) Add Vin unit off handlingBrandon Wyman2-1/+2
2022-04-15hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNINGArmin Wolf1-1/+1
2022-04-15hwmon: (pmbus) Add mutex to regulator opsPatrick Rudolph1-3/+13
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
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) Add max6654 support to lm90 driverJosh Lehan2-8/+46