summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (amc6821) add of_match tableJosua Mayer2024-04-131-0/+11
* hwmon: (coretemp) Enlarge per package core count limitZhang Rui2024-03-011-1/+1
* hwmon: (coretemp) Fix bogus core_id to attr name mappingZhang Rui2024-02-231-13/+19
* hwmon: (coretemp) Fix out-of-bounds memory accessZhang Rui2024-02-231-6/+2
* hwmon: (aspeed-pwm-tacho) mutex for tach readingLoic Prylli2024-02-231-0/+7
* hwmon: (acpi_power_meter) Fix 4.29 MW bugArmin Wolf2023-12-131-0/+4
* hwmon: (coretemp) Fix potentially truncated sysfs attribute nameZhang Rui2023-11-201-1/+1
* hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabledGilles Buloz2023-08-111-1/+1
* hwmon: (scmi) Remove redundant pointer checkNathan Chancellor2023-06-091-1/+1
* hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCsFrank Crawford2023-04-051-1/+3
* hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condi...Zheng Wang2023-03-221-0/+1
* hwmon: (adt7475) Fix masking of hysteresis registersTony O'Brien2023-03-221-2/+2
* hwmon: (adt7475) Display smoothing attributes in correct orderTony O'Brien2023-03-221-2/+2
* hwmon: (mlxreg-fan) Return zero speed for broken fanVadim Pasternak2023-03-111-0/+6
* hwmon: (ltc2945) Handle error case in ltc2945_value_storeJonathan Cormier2023-03-111-0/+2
* hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()Yang Yingliang2022-12-081-1/+4
* hwmon: (coretemp) Check for null before removing sysfs attrsPhil Auld2022-12-081-0/+4
* hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() failsGaosheng Cui2022-12-081-0/+1
* hwmon: (i5500_temp) fix missing pci_disable_device()Yang Yingliang2022-12-081-1/+1
* hwmon/coretemp: Handle large core ID valueZhang Rui2022-11-031-15/+41
* hwmon: (gpio-fan) Fix array out of bounds accessArmin Wolf2022-09-151-0/+3
* hwmon: (ibmaem) don't call platform_device_del() if platform_device_add() failsYang Yingliang2022-07-071-4/+8
* Revert "hwmon: Make chip parameter for with_info API mandatory"Greg Kroah-Hartman2022-06-251-7/+9
* hwmon: Make chip parameter for with_info API mandatoryGuenter Roeck2022-06-141-9/+7
* hwmon: (f71882fg) Fix negative temperatureJi-Ze Hong (Peter Hong)2022-05-181-2/+3
* hwmon: (ltq-cputemp) restrict it to SOC_XWAYRandy Dunlap2022-05-181-1/+1
* hwmon: (tmp401) Add OF device ID tableCamel Guo2022-05-181-0/+11
* hwmon: (adt7470) Fix warning on module removalArmin Wolf2022-05-121-2/+2
* hwmon: (pmbus) Add Vin unit off handlingBrandon Wyman2022-04-152-1/+2
* hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNINGArmin Wolf2022-04-151-1/+1
* hwmon: (pmbus) Add mutex to regulator opsPatrick Rudolph2022-04-151-3/+13
* hwmon: (dell-smm) Speed up setting of fan speedArmin Wolf2022-02-161-4/+8
* hwmon: (lm90) Reduce maximum conversion rate for G781Guenter Roeck2022-02-081-1/+1
* hwmon: (lm90) Do not report 'busy' status bit as alarmGuenter Roeck2021-12-291-1/+2
* hwmon: (lm90) Fix usage of CONFIG2 register in detect functionGuenter Roeck2021-12-291-3/+2
* hwmon: (dell-smm) Fix warning on /proc/i8k creation errorArmin Wolf2021-12-221-2/+5
* hwmon: (pmbus/lm25066) Let compiler determine outer dimension of lm25066_coeffZev Weiss2021-11-261-1/+1
* hwmon: Fix possible memleak in __hwmon_device_register()Yang Yingliang2021-11-261-2/+4
* hwmon: (pmbus/lm25066) Add offset coefficientsZev Weiss2021-11-261-0/+23
* hwmon: (tmp421) fix rounding for negative valuesPaul Fertser2021-10-061-16/+8
* hwmon: (tmp421) report /PVLD condition as faultPaul Fertser2021-10-061-6/+3
* hwmon: (tmp421) Replace S_<PERMS> with octal valuesGuenter Roeck2021-10-061-2/+2
* hwmon: (mlxreg-fan) Return non-zero value when fan current state is enforced ...Vadim Pasternak2021-10-061-3/+9
* hwmon: (max31790) Fix fan speed reporting for fan7..12Guenter Roeck2021-07-201-1/+1
* hwmon: (max31722) Remove non-standard ACPI device IDsGuenter Roeck2021-07-201-9/+0
* hwmon: (scpi-hwmon) shows the negative temperature properlyRiwen Lu2021-06-301-0/+9
* Revert "hwmon: (lm80) fix a missing check of bus read in lm80 probe"Greg Kroah-Hartman2021-05-261-9/+2
* hwmon: (lm90) Fix max6658 sporadic wrong temperature readingBoyang Yu2021-03-171-4/+38
* hwmon: (pmbus/max34440) Fix status register reads for MAX344{51,60,61}Guenter Roeck2020-10-291-3/+0
* hwmon: (applesmc) check status earlier.Tom Rix2020-09-091-15/+16