aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-09hwmon: (nzxt-smart2) make array detect_fans_report static constColin Ian King1-1/+1
2021-12-28hwmon: (xgene-hwmon) Add free before exiting xgene_hwmon_probePeiwei Hu1-2/+4
2021-12-27hwmon: (nzxt-smart2) Fix "unused function" warningAleksandr Mezin1-1/+1
2021-12-26hwmon: (dell-smm) Pack the whole smm_regs structArmin Wolf1-6/+6
2021-12-26hwmon: (nct6775) Additional check for ChipID before ASUS WMI usageDenis Pauk1-1/+1
2021-12-26hwmon: (mr75203) fix wrong power-up delay valueArseny Demidov1-1/+1
2021-12-26hwmon/pmbus: (ir38064) Fix spelling mistake "comaptible" -> "compatible"Colin Ian King1-1/+1
2021-12-26hwmon/pmbus: (ir38064) Expose a regulatorPatrick Rudolph2-0/+17
2021-12-26hwmon/pmbus: (ir38064) Add of_match_tableArthur Heymans1-0/+12
2021-12-26hwmon/pmbus: (ir38064) Add support for IR38060, IR38164 IR38263Patrick Rudolph2-3/+6
2021-12-26hwmon: add driver for NZXT RGB&Fan Controller/Smart Device v2.Aleksandr Mezin3-0/+840
2021-12-26hwmon: (nct6775) add ROG STRIX B550-A/X570-I GAMINGDenis Pauk1-0/+2
2021-12-26hwmon: (pmbus) Add support for MPS Multi-phase mp5023Howard.Chiu@quantatw.com3-0/+77
2021-12-26hwmon: (pmbus) Add Delta AHE-50DC fan control module driverZev Weiss3-0/+125
2021-12-26hwmon: (ntc_thermistor) Add Samsung 1404-001221 NTCLinus Walleij1-0/+4
2021-12-26hwmon: (ntc_thermistor) Drop OF dependencyLinus Walleij1-1/+0
2021-12-26hwmon: (dell-smm) Unify i8k_ioctl() and i8k_ioctl_unlocked()Armin Wolf1-19/+9
2021-12-26hwmon: (dell-smm) Simplify ioctl handlerArmin Wolf1-21/+9
2021-12-26hwmon: (raspberrypi) Exit immediately in case of error in initArmin Wolf1-3/+4
2021-12-26hwmon: (nct6775) delete some extension linesDan Carpenter1-4/+2
2021-12-26hwmon: (ntc_thermistor) Move DT matches to the driver blockLinus Walleij1-35/+35
2021-12-26hwmon: (ntc_thermistor) Switch to generic firmware propsLinus Walleij1-17/+19
2021-12-26hwmon: (ntc_thermistor) Move and refactor DT parsingLinus Walleij1-50/+43
2021-12-26hwmon: (adm1031) Remove redundant assignment to variable rangeColin Ian King1-2/+1
2021-12-26hwmon: (asus_wmi_sensors) fix an array overflowDan Carpenter1-1/+1
2021-12-26hwmon: (asus_wmi_ec_sensors) fix array overflowDan Carpenter1-1/+1
2021-12-26hwmon: (sht4x) Add device tree match tableDavid Mosberger-Tang1-0/+7
2021-12-26hwmon: (ntc_thermistor) Merge platform dataLinus Walleij1-61/+48
2021-12-26hwmon: (ntc_thermistor) Drop read_uv() depend on OF and IIOLinus Walleij2-38/+16
2021-12-26hwmon: (ntc_thermistor) Drop get_ohm()Linus Walleij1-19/+2
2021-12-26hwmon: (ntc_thermistor) Merge platform data into driverLinus Walleij1-5/+36
2021-12-26hwmon: (jc42) Add support for ONSEMI N34TS04Guenter Roeck1-0/+4
2021-12-26hwmon: (k10temp) Support up to 12 CCDs on AMD Family of processorsBabu Moger1-3/+14
2021-12-26hwmon: (asus_wmi_sensors) Support X370 Asus WMI.Denis Pauk3-0/+677
2021-12-26hwmon: (asus_wmi_ec_sensors) Support B550 Asus WMI.Denis Pauk3-0/+634
2021-12-26hwmon: (f71882fg) Add F81966 supportMenghui Wu1-0/+2
2021-12-26hwmon: (adm1021) Improve detection of LM84, MAX1617, and MAX1617AGuenter Roeck1-4/+19
2021-12-26hwmon: (tmp401) Hide register write address differences in regmap codeGuenter Roeck1-44/+25
2021-12-26hwmon: (tmp401) Use regmapGuenter Roeck2-76/+150
2021-12-26hwmon: (tmp401) Convert to _info APIGuenter Roeck1-386/+348
2021-12-26hwmon: (tmp401) Simplify temperature register arraysGuenter Roeck1-28/+11
2021-12-26hwmon: Driver for Texas Instruments INA238Nathan Rossi3-0/+657
2021-12-26hwmon: (k10temp) Add support for AMD Family 19h Models 10h-1Fh and A0h-AFhBabu Moger1-0/+3
2021-12-26hwmon: (k10temp) Remove unused definitionsBabu Moger1-20/+0
2021-12-12hwmon: (lm90) Do not report 'busy' status bit as alarmGuenter Roeck1-1/+2
2021-12-12hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681Guenter Roeck1-2/+8
2021-12-12hwmon: (lm90) Drop critical attribute support for MAX6654Guenter Roeck1-37/+49
2021-12-12hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculationsGuenter Roeck1-2/+2
2021-12-12hwmon: (lm90) Fix usage of CONFIG2 register in detect functionGuenter Roeck1-3/+2
2021-11-30hwmon: (pwm-fan) Ensure the fan going on in .probe()Billy Tsai1-2/+0