summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2023-03-30hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCsFrank Crawford1-1/+3
2023-03-30hwmon: fix potential sensor registration fail if of_node is missingPhinex Hung1-2/+5
2023-03-22hwmon: (ltc2992) Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
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-10hwmon: (nct6775) Fix incorrect parenthesization in nct6775_write_fan_div()Zev Weiss1-1/+1
2023-03-10hwmon: (peci/cputemp) Fix off-by-one in coretemp_label allocationZev Weiss1-1/+1
2023-03-10hwmon: (nct6775) B650/B660/X670 ASUS boards supportDenis Pauk1-0/+52
2023-03-10hwmon: (nct6775) Directly call ASUS ACPI WMI methodDenis Pauk2-30/+70
2023-03-10hwmon: (coretemp) Simplify platform device handlingRobin Murphy1-70/+58
2023-03-10hwmon: (mlxreg-fan) Return zero speed for broken fanVadim Pasternak1-0/+6
2023-03-10hwmon: (ltc2945) Handle error case in ltc2945_value_storeJonathan Cormier1-0/+2
2023-03-10hwmon: (asus-ec-sensors) add missing mutex pathEugene Shalygin1-0/+1
2023-03-10hwmon: (ftsteutates) Fix scaling of measurementsArmin Wolf1-6/+13
2022-12-14Merge tag 'hwmon-for-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds35-403/+1451
2022-12-12Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs'Rafael J. Wysocki2-7/+4
2022-12-07hwmon: (emc2305) fix pwm never being able to set lowerXingjiang Qiao1-13/+24
2022-12-07hwmon: (emc2305) fix unable to probe emc2301/2/3Xingjiang Qiao1-6/+1
2022-12-05hwmon: (dell-smm) Move error message to make probing silentArmin Wolf1-1/+2
2022-12-05hwmon: use sysfs_emit() to instead of scnprintf()ye xingchen3-10/+10
2022-12-05hwmon: (oxp-sensors) Fix pwm readingJoaquín Ignacio Aramendía1-1/+1
2022-12-05hwmon: (aquacomputer_d5next) Add support for Quadro flow sensor pulsesAleksa Savic1-13/+53
2022-12-05hwmon: (pmbus/core) Implement regulator get_statusPatrick Rudolph1-0/+44
2022-12-05hwmon: (oxp-sensors) Add AOK ZOE and Mini PROJoaquín Ignacio Aramendía1-6/+34
2022-12-05hwmon: (gsc-hwmon) Switch to flexible array to simplify codeChristophe JAILLET1-4/+2
2022-12-05hwmon: (pmbus) Add power good supportPatrick Rudolph1-2/+6
2022-12-05hwmon: (nct6775) add ASUS CROSSHAIR VIII/TUF/ProArt B550MDenis Pauk1-0/+7
2022-12-05hwmon: (coretemp) Add support for dynamic ttargetZhang Rui1-16/+41
2022-12-05hwmon: (coretemp) Add support for dynamic tjmaxZhang Rui1-15/+31
2022-12-05hwmon: (coretemp) rearrange tjmax handing codeZhang Rui1-78/+78
2022-12-05hwmon: Remove some useless #include <linux/hwmon-vid.h>Christophe JAILLET2-2/+0
2022-12-05hwmon: (coretemp) Remove obsolete temp_data->validZhang Rui1-4/+1
2022-12-05hwmon: add OneXPlayer mini AMD sensors driverJoaquín Ignacio Aramendía3-0/+268
2022-12-05hwmon: (aquacomputer_d5next) Clear up macros and commentsAleksa Savic1-34/+63
2022-12-05hwmon: (it87) Add DMI table for future extensionsFrank Crawford1-19/+53
2022-12-05hwmon: Include <linux/kstrtox.h> when appropriateChristophe JAILLET7-0/+7
2022-12-05hwmon: (jc42) Consistently use bit and bitfield macros in the driverMartin Blumenstingl1-18/+18
2022-12-05hwmon: (pmbus/ltc2978) add support for LTC7132Felix Nieuwenhuizen1-6/+11
2022-12-05hwmon: (smpro-hwmon) Improve switch statments in smpro_is_visible()Nathan Chancellor1-1/+4
2022-12-05hwmon: (jc42) Fix missing unlock on error in jc42_write()Yang Yingliang1-1/+1
2022-12-05hwmon: (jc42) Restore the min/max/critical temperatures on resumeMartin Blumenstingl1-1/+9
2022-12-05hwmon: (jc42) Convert register access and caching to regmap/regcacheMartin Blumenstingl2-102/+132
2022-12-05hwmon: (aquacomputer_d5next) Add support for temperature sensor offsetsAleksa Savic1-14/+74
2022-12-05hwmon: (occ) OCC sensors aren't arch-specificJeremy Kerr1-2/+0
2022-12-05hwmon: Add Ampere's Altra smpro-hwmon driverQuan Nguyen3-0/+472