summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge 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-06hwmon: (emc2305) fix pwm never being able to set lowerXingjiang Qiao1-13/+24
2022-12-06hwmon: (emc2305) fix unable to probe emc2301/2/3Xingjiang Qiao1-6/+1
2022-12-04hwmon: (dell-smm) Move error message to make probing silentArmin Wolf1-1/+2
2022-12-04hwmon: use sysfs_emit() to instead of scnprintf()ye xingchen3-10/+10
2022-12-04hwmon: (oxp-sensors) Fix pwm readingJoaquín Ignacio Aramendía1-1/+1
2022-12-04hwmon: (aquacomputer_d5next) Add support for Quadro flow sensor pulsesAleksa Savic1-13/+53
2022-12-04hwmon: (pmbus/core) Implement regulator get_statusPatrick Rudolph1-0/+44
2022-12-04hwmon: (oxp-sensors) Add AOK ZOE and Mini PROJoaquín Ignacio Aramendía1-6/+34
2022-12-04hwmon: (gsc-hwmon) Switch to flexible array to simplify codeChristophe JAILLET1-4/+2
2022-12-04hwmon: (pmbus) Add power good supportPatrick Rudolph1-2/+6
2022-12-04hwmon: (nct6775) add ASUS CROSSHAIR VIII/TUF/ProArt B550MDenis Pauk1-0/+7
2022-12-04hwmon: (coretemp) Add support for dynamic ttargetZhang Rui1-16/+41
2022-12-04hwmon: (coretemp) Add support for dynamic tjmaxZhang Rui1-15/+31
2022-12-04hwmon: (coretemp) rearrange tjmax handing codeZhang Rui1-78/+78
2022-12-04hwmon: Remove some useless #include <linux/hwmon-vid.h>Christophe JAILLET2-2/+0
2022-12-04hwmon: (coretemp) Remove obsolete temp_data->validZhang Rui1-4/+1
2022-12-04hwmon: add OneXPlayer mini AMD sensors driverJoaquín Ignacio Aramendía3-0/+268
2022-12-04hwmon: (aquacomputer_d5next) Clear up macros and commentsAleksa Savic1-34/+63
2022-12-04hwmon: (it87) Add DMI table for future extensionsFrank Crawford1-19/+53
2022-12-04hwmon: Include <linux/kstrtox.h> when appropriateChristophe JAILLET7-0/+7
2022-12-04hwmon: (jc42) Consistently use bit and bitfield macros in the driverMartin Blumenstingl1-18/+18
2022-12-04hwmon: (pmbus/ltc2978) add support for LTC7132Felix Nieuwenhuizen1-6/+11
2022-12-04hwmon: (smpro-hwmon) Improve switch statments in smpro_is_visible()Nathan Chancellor1-1/+4
2022-12-04hwmon: (jc42) Fix missing unlock on error in jc42_write()Yang Yingliang1-1/+1
2022-12-04hwmon: (jc42) Restore the min/max/critical temperatures on resumeMartin Blumenstingl1-1/+9
2022-12-04hwmon: (jc42) Convert register access and caching to regmap/regcacheMartin Blumenstingl2-102/+132
2022-12-04hwmon: (aquacomputer_d5next) Add support for temperature sensor offsetsAleksa Savic1-14/+74
2022-12-04hwmon: (occ) OCC sensors aren't arch-specificJeremy Kerr1-2/+0
2022-12-04hwmon: Add Ampere's Altra smpro-hwmon driverQuan Nguyen3-0/+472
2022-12-04hwmon: (adm1177) simplify using devm_regulator_get_enable()Matti Vaittinen1-24/+3
2022-12-04hwmon: (lm90) simplify using devm_regulator_get_enable()Matti Vaittinen1-18/+2
2022-12-04hwmon: use simple i2c probeStephen Kitt7-19/+14
2022-12-04hwmon: (it87) Check for a valid chip before using force_idAhmad Khalifa1-1/+7
2022-12-04hwmon: (it87) Add param to ignore ACPI resource conflictsAhmad Khalifa1-2/+8
2022-12-04hwmon: (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
2022-11-20hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() failsGaosheng Cui1-0/+1
2022-11-20hwmon: (i5500_temp) fix missing pci_disable_device()Yang Yingliang1-1/+1
2022-11-20hwmon: (ina3221) Fix shunt sum critical calculationNinad Malwade1-2/+2
2022-11-20hwmon: (ltc2947) fix temperature scalingDerek Nguyen1-1/+1
2022-11-04Revert "hwmon: (pmbus) Add regulator supply into macro"Guenter Roeck1-1/+0
2022-11-04hwmon: (scmi) Register explicitly with Thermal FrameworkCristian Marussi1-13/+103
2022-10-23Merge tag 'x86_urgent_for_v6.0_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-15/+41
2022-10-22hwmon: (corsair-psu) Add USB id of the new HX1500i psuWilken Gottwalt1-0/+1
2022-10-17hwmon/coretemp: Handle large core ID valueZhang Rui1-15/+41