summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2025-03-17hwmon: Add Congatec Board Controller monitoring driverThomas Richard3-0/+315
2025-03-17hwmon: (pmbus/ltc2978) add support for lt717xKim Seer Paller2-6/+44
2025-03-17hwmon: (nct6775-core) Fix out of bounds access for NCT679{8,9}Tasos Sahanidis1-2/+2
2025-03-11hwmon: (dell-smm) Increment the number of fansKurt Borja1-1/+4
2025-03-07hwmon: (ntc_thermistor) return error instead of clipping on OOBMaud Spierings1-8/+7
2025-03-06hwmon: (pt5161l) Use per-client debugfs entryWolfram Sang1-37/+9
2025-03-04hwmon: Fix the missing of 'average' word in hwmon_power_attr_templatesHuisong Li1-2/+2
2025-03-03hwmon: fix a NULL vs IS_ERR_OR_NULL() check in xgene_hwmon_probe()Xinghuo Chen1-1/+1
2025-03-02hwmon: (acpi_power_meter) Fix the fake power alarm reportingHuisong Li1-2/+6
2025-03-02hwmon: (gpio-fan) Add missing mutex locksAlexander Stein1-1/+15
2025-03-02hwmon: (pmbus/core) Report content of CAPABILITY register in debugfsGuenter Roeck1-2/+11
2025-03-02hwmon: (pmbus/core) Optimize debugfs status attribute initializationGuenter Roeck1-96/+36
2025-03-02hwmon: (pmbus/core) Optimize debugfs block data attribute initializationGuenter Roeck1-59/+34
2025-03-02hwmon: (pmbus/core) Declare regulator notification function as voidGuenter Roeck1-10/+8
2025-03-02hwmon: (pmbus/core) Make debugfs code unconditionalGuenter Roeck1-18/+7
2025-03-02hwmon: (pmbus/core) Use the new i2c_client debugfs directoryGuenter Roeck1-22/+41
2025-03-02hwmon: (pmbus/core) Use local debugfs variable in debugfs initializationGuenter Roeck1-24/+25
2025-03-02hwmon: (pmbus/core) Fix various coding style issuesGuenter Roeck1-24/+17
2025-03-02hwmon: (ad7314) Validate leading zero bits and return errorErik Schumacher1-0/+10
2025-03-02hwmon: (asus-ec-sensors) add PRIME X670E-PRO WIFIShengyu Qu1-0/+10
2025-03-02hwmon: (ntc_thermistor) Fix module name in the KconfigMaud Spierings1-1/+1
2025-03-02hwmon: (ntc_thermistor) Fix the ncpXXxh103 sensor tableMaud Spierings1-33/+33
2025-03-02hwmon: (pmbus/core) Replace deprecated strncpy() with strscpy()Thorsten Blum1-2/+1
2025-03-02hwmon: (pmbus) Initialise page count in pmbus_identify()Titus Rwantare1-0/+2
2025-03-02hwmon: (k10temp) add support for cyan skillfishMikhail Paulyshka1-0/+2
2025-03-02hwmon: (nct6683) Add customer ID for AMD BC-250Mikhail Paulyshka1-0/+3
2025-02-25hwmon: (peci/dimmtemp) Do not provide fake thresholds dataPaul Fertser1-6/+4
2025-02-24hwmon: (hp-wmi-sensors) Use the WMI bus API when accessing sensorsArmin Wolf1-2/+2
2025-02-07hwmon: (xgene-hwmon) use appropriate type for the latency valueAndrey Vatoropin1-1/+1
2025-02-07hwmon: (sg2042) Add back module description/author tagsArnd Bergmann1-0/+2
2025-02-03hwmon: (sht3x) Use per-client debugfs entryWolfram Sang1-56/+11
2025-02-03hwmon: (tps23861) Use per-client debugfs entryWolfram Sang1-29/+2
2025-02-03hwmon: (sg2042) Use per-client debugfs entryWolfram Sang1-37/+7
2025-02-03hwmon: (ltc4282) Use per-client debugfs entryWolfram Sang1-36/+8
2025-02-03hwmon: (ina3221) Use per-client debugfs entryWolfram Sang1-8/+1
2025-02-03hwmon: (isl28022) Use per-client debugfs entryWolfram Sang1-42/+2
2025-02-03hwmon: (lm90): Add support for NCT7716, NCT7717 and NCT7718Ming Yu2-3/+81
2025-02-03hwmon: (pmbus/ltc2978) add support for ltm4673Cedric Encarnacion2-4/+25
2025-02-03hwmon: (gsc) drop unneeded assignment for cache_typeAndy Shevchenko1-1/+0
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-25Merge tag 'i3c/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds1-7/+1
2025-01-22Merge tag 'hwmon-for-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds24-241/+1015
2025-01-22Merge tag 'mfd-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds3-0/+377
2025-01-21Merge tag 'x86_misc_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+7
2025-01-16hwmon: (ltc2991) Fix mixed signed/unsigned in DIV_ROUND_CLOSESTDavid Lechner1-1/+1
2025-01-15hwmon: (drivetemp) Set scsi command timeout to 10sRussell Harmon1-1/+1
2025-01-15hwmon: (acpi_power_meter) Fix a check for the return value of read_domain_dev...Kazuhiro Abe1-1/+1
2025-01-15hwmon: (tmp513) Fix division of negative numbersDavid Lechner1-3/+4
2025-01-13hwmon: pmbus: dps920ab: Add ability to instantiate through i2cDenis Kirjanov1-0/+7
2025-01-13hwmon: (pwm-fan) Default to the Maximum cooling level if providedPeter Korsgaard1-6/+12