summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorLines
2022-12-13Merge tag 'hwmon-for-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-403/+1451
2022-12-12Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs'Rafael J. Wysocki-7/+4
2022-12-06hwmon: (emc2305) fix pwm never being able to set lowerXingjiang Qiao-13/+24
2022-12-06hwmon: (emc2305) fix unable to probe emc2301/2/3Xingjiang Qiao-6/+1
2022-12-04hwmon: (dell-smm) Move error message to make probing silentArmin Wolf-1/+2
2022-12-04hwmon: use sysfs_emit() to instead of scnprintf()ye xingchen-10/+10
2022-12-04hwmon: (oxp-sensors) Fix pwm readingJoaquín Ignacio Aramendía-1/+1
2022-12-04hwmon: (aquacomputer_d5next) Add support for Quadro flow sensor pulsesAleksa Savic-13/+53
2022-12-04hwmon: (pmbus/core) Implement regulator get_statusPatrick Rudolph-0/+44
2022-12-04hwmon: (oxp-sensors) Add AOK ZOE and Mini PROJoaquín Ignacio Aramendía-6/+34
2022-12-04hwmon: (gsc-hwmon) Switch to flexible array to simplify codeChristophe JAILLET-4/+2
2022-12-04hwmon: (pmbus) Add power good supportPatrick Rudolph-2/+6
2022-12-04hwmon: (nct6775) add ASUS CROSSHAIR VIII/TUF/ProArt B550MDenis Pauk-0/+7
2022-12-04hwmon: (coretemp) Add support for dynamic ttargetZhang Rui-16/+41
2022-12-04hwmon: (coretemp) Add support for dynamic tjmaxZhang Rui-15/+31
2022-12-04hwmon: (coretemp) rearrange tjmax handing codeZhang Rui-78/+78
2022-12-04hwmon: Remove some useless #include <linux/hwmon-vid.h>Christophe JAILLET-2/+0
2022-12-04hwmon: (coretemp) Remove obsolete temp_data->validZhang Rui-4/+1
2022-12-04hwmon: add OneXPlayer mini AMD sensors driverJoaquín Ignacio Aramendía-0/+268
2022-12-04hwmon: (aquacomputer_d5next) Clear up macros and commentsAleksa Savic-34/+63
2022-12-04hwmon: (it87) Add DMI table for future extensionsFrank Crawford-19/+53
2022-12-04hwmon: Include <linux/kstrtox.h> when appropriateChristophe JAILLET-0/+7
2022-12-04hwmon: (jc42) Consistently use bit and bitfield macros in the driverMartin Blumenstingl-18/+18
2022-12-04hwmon: (pmbus/ltc2978) add support for LTC7132Felix Nieuwenhuizen-6/+11
2022-12-04hwmon: (smpro-hwmon) Improve switch statments in smpro_is_visible()Nathan Chancellor-1/+4
2022-12-04hwmon: (jc42) Fix missing unlock on error in jc42_write()Yang Yingliang-1/+1
2022-12-04hwmon: (jc42) Restore the min/max/critical temperatures on resumeMartin Blumenstingl-1/+9
2022-12-04hwmon: (jc42) Convert register access and caching to regmap/regcacheMartin Blumenstingl-102/+132
2022-12-04hwmon: (aquacomputer_d5next) Add support for temperature sensor offsetsAleksa Savic-14/+74
2022-12-04hwmon: (occ) OCC sensors aren't arch-specificJeremy Kerr-2/+0
2022-12-04hwmon: Add Ampere's Altra smpro-hwmon driverQuan Nguyen-0/+472
2022-12-04hwmon: (adm1177) simplify using devm_regulator_get_enable()Matti Vaittinen-24/+3
2022-12-04hwmon: (lm90) simplify using devm_regulator_get_enable()Matti Vaittinen-18/+2
2022-12-04hwmon: use simple i2c probeStephen Kitt-19/+14
2022-12-04hwmon: (it87) Check for a valid chip before using force_idAhmad Khalifa-1/+7
2022-12-04hwmon: (it87) Add param to ignore ACPI resource conflictsAhmad Khalifa-2/+8
2022-12-04hwmon: (fschmd) Make const arrays static constColin Ian King-2/+2
2022-12-01hwmon: (asus-ec-sensors) Add checks for devm_kcallocYuan Can-0/+2
2022-12-01hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()Yang Yingliang-1/+4
2022-12-01hwmon: (coretemp) Check for null before removing sysfs attrsPhil Auld-0/+4
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li-7/+4
2022-11-20hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() failsGaosheng Cui-0/+1
2022-11-20hwmon: (i5500_temp) fix missing pci_disable_device()Yang Yingliang-1/+1
2022-11-20hwmon: (ina3221) Fix shunt sum critical calculationNinad Malwade-2/+2
2022-11-20hwmon: (ltc2947) fix temperature scalingDerek Nguyen-1/+1
2022-11-04Revert "hwmon: (pmbus) Add regulator supply into macro"Guenter Roeck-1/+0
2022-11-04hwmon: (scmi) Register explicitly with Thermal FrameworkCristian Marussi-13/+103
2022-10-23Merge tag 'x86_urgent_for_v6.0_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-15/+41
2022-10-22hwmon: (corsair-psu) Add USB id of the new HX1500i psuWilken Gottwalt-0/+1
2022-10-17hwmon/coretemp: Handle large core ID valueZhang Rui-15/+41