aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar2-3/+7
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+4
2025-04-14x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar1-3/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-26Merge tag 'platform-drivers-x86-v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-2/+2
2025-03-25Merge tag 'hwmon-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds28-952/+1693
2025-03-21hwmon: emc2305: Use devm_thermal_of_cooling_device_registerFlorin Leotescu1-29/+4
2025-03-21hwmon: emc2305: Add OF supportFlorin Leotescu1-0/+7
2025-03-21hwmon: (acpi_power_meter) Replace the deprecated hwmon_device_registerHuisong Li1-435/+425
2025-03-18hwmon: add driver for HTU31Andrei Lalaev3-0/+362
2025-03-18hwmon: Add driver for TI INA233 Current and Power MonitorLeo Yang3-0/+201
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-05hwmon: (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-24hwmon: (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-06hwmon: (xgene-hwmon) use appropriate type for the latency valueAndrey Vatoropin1-1/+1
2025-02-06hwmon: (sg2042) Add back module description/author tagsArnd Bergmann1-0/+2
2025-02-02hwmon: (sht3x) Use per-client debugfs entryWolfram Sang1-56/+11
2025-02-02hwmon: (tps23861) Use per-client debugfs entryWolfram Sang1-29/+2
2025-02-02hwmon: (sg2042) Use per-client debugfs entryWolfram Sang1-37/+7
2025-02-02hwmon: (ltc4282) Use per-client debugfs entryWolfram Sang1-36/+8
2025-02-02hwmon: (ina3221) Use per-client debugfs entryWolfram Sang1-8/+1
2025-02-02hwmon: (isl28022) Use per-client debugfs entryWolfram Sang1-42/+2
2025-02-02hwmon: (lm90): Add support for NCT7716, NCT7717 and NCT7718Ming Yu2-3/+81
2025-02-02hwmon: (pmbus/ltc2978) add support for ltm4673Cedric Encarnacion2-4/+25