summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2023-06-09hwmon: (scmi) Remove redundant pointer checkNathan Chancellor1-1/+1
2023-04-05hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCsFrank Crawford1-1/+3
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: (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-11-03hwmon/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-08hwmon: (lm90) Reduce maximum conversion rate for G781Guenter Roeck1-1/+1
2021-12-29hwmon: (lm90) Do not report 'busy' status bit as alarmGuenter Roeck1-1/+2
2021-12-29hwmon: (lm90) Fix usage of CONFIG2 register in detect functionGuenter Roeck1-3/+2
2021-12-22hwmon: (dell-smm) Fix warning on /proc/i8k creation errorArmin Wolf1-2/+5
2021-11-26hwmon: (pmbus/lm25066) Let compiler determine outer dimension of lm25066_coeffZev Weiss1-1/+1
2021-11-26hwmon: Fix possible memleak in __hwmon_device_register()Yang Yingliang1-2/+4
2021-11-26hwmon: (pmbus/lm25066) Add offset coefficientsZev Weiss1-0/+23
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: (tmp421) Replace S_<PERMS> with octal valuesGuenter Roeck1-2/+2
2021-10-06hwmon: (mlxreg-fan) Return non-zero value when fan current state is enforced ...Vadim Pasternak1-3/+9
2021-07-20hwmon: (max31790) Fix fan speed reporting for fan7..12Guenter Roeck1-1/+1
2021-07-20hwmon: (max31722) Remove non-standard ACPI device IDsGuenter Roeck1-9/+0
2021-06-30hwmon: (scpi-hwmon) shows the negative temperature properlyRiwen Lu1-0/+9
2021-05-26Revert "hwmon: (lm80) fix a missing check of bus read in lm80 probe"Greg Kroah-Hartman1-9/+2
2021-03-17hwmon: (lm90) Fix max6658 sporadic wrong temperature readingBoyang Yu1-4/+38
2020-10-29hwmon: (pmbus/max34440) Fix status register reads for MAX344{51,60,61}Guenter Roeck1-3/+0
2020-09-09hwmon: (applesmc) check status earlier.Tom Rix1-15/+16
2020-07-29hwmon: (scmi) Fix potential buffer overflow in scmi_hwmon_probe()Cristian Marussi1-1/+1
2020-07-29hwmon: (adm1275) Make sure we are reading enough data for different chipsChu Lin1-2/+8
2020-07-29hwmon: (aspeed-pwm-tacho) Avoid possible buffer overflowEvgeny Novikov1-0/+2
2020-07-22hwmon: (emc2103) fix unable to change fan pwm1_enable attributeVishwas M1-1/+1
2020-07-09hwmon: (acpi_power_meter) Fix potential memory leak in acpi_power_meter_add()Misono Tomohiro1-1/+3
2020-07-09hwmon: (max6697) Make sure the OVERT mask is set correctlyChu Lin1-3/+4
2020-06-22hwmon/k10temp, x86/amd_nb: Consolidate shared device IDsWoods, Brian1-8/+1
2020-05-20hwmon: (da9052) Synchronize access with mfdSamu Nuutamo1-2/+2