summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2025-03-13hwmon: fix a NULL vs IS_ERR_OR_NULL() check in xgene_hwmon_probe()Xinghuo Chen1-1/+1
2025-03-13hwmon: (ad7314) Validate leading zero bits and return errorErik Schumacher1-0/+10
2025-03-13hwmon: (ntc_thermistor) Fix the ncpXXxh103 sensor tableMaud Spierings1-33/+33
2025-03-13hwmon: (pmbus) Initialise page count in pmbus_identify()Titus Rwantare1-0/+2
2025-03-13hwmon: (peci/dimmtemp) Do not provide fake thresholds dataPaul Fertser1-6/+4
2025-02-08hwmon: Fix help text for aspeed-g6-pwm-tachJoel Stanley1-2/+2
2025-02-08hwmon: (nct6775): Actually make use of the HWMON_NCT6775 symbol namespaceUwe Kleine-König1-3/+3
2025-02-08module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2025-02-01hwmon: (drivetemp) Set scsi command timeout to 10sRussell Harmon1-1/+1
2025-01-23hwmon: (ltc2991) Fix mixed signed/unsigned in DIV_ROUND_CLOSESTDavid Lechner1-1/+1
2025-01-23hwmon: (tmp513) Fix division of negative numbersDavid Lechner1-3/+4
2025-01-17hwmon: (drivetemp) Fix driver producing garbage data when SCSI errors occurDaniil Stas1-2/+6
2024-12-27hwmon: (tmp513) Fix interpretation of values of Temperature Result and Limit ...Murad Masimov1-1/+1
2024-12-27hwmon: (tmp513) Fix Current Register value interpretationMurad Masimov1-1/+1
2024-12-27hwmon: (tmp513) Fix interpretation of values of Shunt Voltage and Limit Regis...Murad Masimov1-2/+4
2024-12-14hwmon: (nct6775) Add 665-ACE/600M-CL to ASUS WMI monitoring listSarah Maedel1-0/+2
2024-12-05hwmon: (aquacomputer_d5next) Fix length of speed_input arrayAleksa Savic1-1/+1
2024-12-05hwmon: (tps23861) Fix reporting of negative temperaturesMurad Masimov1-1/+1
2024-12-05hwmon: (nct6775-core) Fix overflows seen when writing limit attributesPei Xiao1-4/+3
2024-12-05hwmon: (pmbus/core) clear faults after setting smbalert maskJerome Brunet1-1/+11
2024-10-14[PATCH} hwmon: (jc42) Properly detect TSE2004-compliant devices againJean Delvare1-1/+1
2024-10-07hwmon: (max1668) Add missing dependency on REGMAP_I2CJavier Carrasco1-0/+1
2024-10-07hwmon: (ltc2991) Add missing dependency on REGMAP_I2CJavier Carrasco1-0/+1
2024-10-07hwmon: (adt7470) Add missing dependency on REGMAP_I2CJavier Carrasco1-0/+1
2024-10-07hwmon: (adm9240) Add missing dependency on REGMAP_I2CJavier Carrasco1-0/+1
2024-10-07hwmon: (mc34vr500) Add missing dependency on REGMAP_I2CJavier Carrasco1-0/+1
2024-10-07hwmon: (tmp513) Add missing dependency on REGMAP_I2CGuenter Roeck1-0/+1
2024-10-07hwmon: (adt7475) Fix memory leak in adt7475_fan_pwm_config()Javier Carrasco1-2/+1
2024-10-07hwmon: intel-m10-bmc-hwmon: relabel Columbiaville to CVL Die TemperaturePeter Colberg1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro11-11/+11
2024-09-27[tree-wide] finally take no_llseek outAl Viro3-3/+0
2024-09-19Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-16/+6
2024-09-18Merge tag 'hwmon-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds50-2669/+3289
2024-09-17Merge tag 'x86-misc-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2024-09-13hwmon: Remove devm_hwmon_device_unregister() API functionGuenter Roeck1-18/+0
2024-09-12hwmon: (sch5636) Print unknown ID in error string via %*pEAndy Shevchenko1-2/+1
2024-09-12hwmon: (sht21) Use %*ph to print small bufferAndy Shevchenko1-4/+1
2024-09-09hwmon: (pmbus) Conditionally clear individual status bits for pmbus rev >= 1.2Patryk Biel2-3/+20
2024-09-08hwmon: (pmbus/mpq7932) Constify struct regulator_descChristophe JAILLET1-1/+1
2024-09-05platform/x86: wmi: Pass event data directly to legacy notify handlersArmin Wolf1-16/+6
2024-09-02hwmon: pmbus: pli12096bc: Add write delayPatrick Rudolph1-25/+1
2024-09-02hwmon: pmbus: zl6100: Use generic codePatrick Rudolph1-58/+8
2024-09-02hwmon: pmbus: ucd9000: Use generic codePatrick Rudolph1-62/+2
2024-09-02hwmon: pmbus: max15301: Use generic codePatrick Rudolph1-91/+1
2024-09-02hwmon: pmbus: Implement generic bus access delayPatrick Rudolph2-6/+96
2024-09-02hwmon: (hp-wmi-sensors) Check if WMI event data existsArmin Wolf1-0/+2
2024-09-01hwmon: ltc2991: fix register bits definesPawel Dembicki1-3/+3
2024-08-30hwmon: (ina2xx) Use shunt voltage to calculate currentGuenter Roeck1-1/+13
2024-08-30hwmon: (ina2xx) Add support for current limitsGuenter Roeck1-2/+59
2024-08-30hwmon: (ina2xx) Pass register to alert limit write functionsGuenter Roeck1-10/+11