summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-05hwmon: (adm1177) simplify using devm_regulator_get_enable()Matti Vaittinen1-24/+3
2022-12-05hwmon: (lm90) simplify using devm_regulator_get_enable()Matti Vaittinen1-18/+2
2022-12-05hwmon: use simple i2c probeStephen Kitt7-19/+14
2022-12-05hwmon: (it87) Check for a valid chip before using force_idAhmad Khalifa1-1/+7
2022-12-05hwmon: (it87) Add param to ignore ACPI resource conflictsAhmad Khalifa1-2/+8
2022-12-05hwmon: (fschmd) Make const arrays static constColin Ian King1-2/+2
2022-12-01hwmon: (asus-ec-sensors) Add checks for devm_kcallocYuan Can1-0/+2
2022-12-01hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()Yang Yingliang1-1/+4
2022-12-01hwmon: (coretemp) Check for null before removing sysfs attrsPhil Auld1-0/+4
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li2-7/+4