summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-2/+1
|\
| * Replace for_each_*_bit_from() with for_each_*_bit() where appropriateYury Norov2022-01-151-2/+1
* | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* | hwmon: (nzxt-smart2) make array detect_fans_report static constColin Ian King2022-01-091-1/+1
* | hwmon: (xgene-hwmon) Add free before exiting xgene_hwmon_probePeiwei Hu2021-12-281-2/+4
* | hwmon: (nzxt-smart2) Fix "unused function" warningAleksandr Mezin2021-12-271-1/+1
* | hwmon: (dell-smm) Pack the whole smm_regs structArmin Wolf2021-12-261-6/+6
* | hwmon: (nct6775) Additional check for ChipID before ASUS WMI usageDenis Pauk2021-12-261-1/+1
* | hwmon: (mr75203) fix wrong power-up delay valueArseny Demidov2021-12-261-1/+1
* | hwmon/pmbus: (ir38064) Fix spelling mistake "comaptible" -> "compatible"Colin Ian King2021-12-261-1/+1
* | hwmon/pmbus: (ir38064) Expose a regulatorPatrick Rudolph2021-12-262-0/+17
* | hwmon/pmbus: (ir38064) Add of_match_tableArthur Heymans2021-12-261-0/+12
* | hwmon/pmbus: (ir38064) Add support for IR38060, IR38164 IR38263Patrick Rudolph2021-12-262-3/+6
* | hwmon: add driver for NZXT RGB&Fan Controller/Smart Device v2.Aleksandr Mezin2021-12-263-0/+840
* | hwmon: (nct6775) add ROG STRIX B550-A/X570-I GAMINGDenis Pauk2021-12-261-0/+2
* | hwmon: (pmbus) Add support for MPS Multi-phase mp5023Howard.Chiu@quantatw.com2021-12-263-0/+77
* | hwmon: (pmbus) Add Delta AHE-50DC fan control module driverZev Weiss2021-12-263-0/+125
* | hwmon: (ntc_thermistor) Add Samsung 1404-001221 NTCLinus Walleij2021-12-261-0/+4
* | hwmon: (ntc_thermistor) Drop OF dependencyLinus Walleij2021-12-261-1/+0
* | hwmon: (dell-smm) Unify i8k_ioctl() and i8k_ioctl_unlocked()Armin Wolf2021-12-261-19/+9
* | hwmon: (dell-smm) Simplify ioctl handlerArmin Wolf2021-12-261-21/+9
* | hwmon: (raspberrypi) Exit immediately in case of error in initArmin Wolf2021-12-261-3/+4
* | hwmon: (nct6775) delete some extension linesDan Carpenter2021-12-261-4/+2
* | hwmon: (ntc_thermistor) Move DT matches to the driver blockLinus Walleij2021-12-261-35/+35
* | hwmon: (ntc_thermistor) Switch to generic firmware propsLinus Walleij2021-12-261-17/+19
* | hwmon: (ntc_thermistor) Move and refactor DT parsingLinus Walleij2021-12-261-50/+43
* | hwmon: (adm1031) Remove redundant assignment to variable rangeColin Ian King2021-12-261-2/+1
* | hwmon: (asus_wmi_sensors) fix an array overflowDan Carpenter2021-12-261-1/+1
* | hwmon: (asus_wmi_ec_sensors) fix array overflowDan Carpenter2021-12-261-1/+1
* | hwmon: (sht4x) Add device tree match tableDavid Mosberger-Tang2021-12-261-0/+7
* | hwmon: (ntc_thermistor) Merge platform dataLinus Walleij2021-12-261-61/+48
* | hwmon: (ntc_thermistor) Drop read_uv() depend on OF and IIOLinus Walleij2021-12-262-38/+16
* | hwmon: (ntc_thermistor) Drop get_ohm()Linus Walleij2021-12-261-19/+2
* | hwmon: (ntc_thermistor) Merge platform data into driverLinus Walleij2021-12-261-5/+36
* | hwmon: (jc42) Add support for ONSEMI N34TS04Guenter Roeck2021-12-261-0/+4
* | hwmon: (k10temp) Support up to 12 CCDs on AMD Family of processorsBabu Moger2021-12-261-3/+14
* | hwmon: (asus_wmi_sensors) Support X370 Asus WMI.Denis Pauk2021-12-263-0/+677
* | hwmon: (asus_wmi_ec_sensors) Support B550 Asus WMI.Denis Pauk2021-12-263-0/+634
* | hwmon: (f71882fg) Add F81966 supportMenghui Wu2021-12-261-0/+2
* | hwmon: (adm1021) Improve detection of LM84, MAX1617, and MAX1617AGuenter Roeck2021-12-261-4/+19
* | hwmon: (tmp401) Hide register write address differences in regmap codeGuenter Roeck2021-12-261-44/+25
* | hwmon: (tmp401) Use regmapGuenter Roeck2021-12-262-76/+150
* | hwmon: (tmp401) Convert to _info APIGuenter Roeck2021-12-261-386/+348
* | hwmon: (tmp401) Simplify temperature register arraysGuenter Roeck2021-12-261-28/+11
* | hwmon: Driver for Texas Instruments INA238Nathan Rossi2021-12-263-0/+657
* | hwmon: (k10temp) Add support for AMD Family 19h Models 10h-1Fh and A0h-AFhBabu Moger2021-12-261-0/+3
* | hwmon: (k10temp) Remove unused definitionsBabu Moger2021-12-261-20/+0
|/
* hwmon: (lm90) Do not report 'busy' status bit as alarmGuenter Roeck2021-12-121-1/+2
* hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681Guenter Roeck2021-12-121-2/+8
* hwmon: (lm90) Drop critical attribute support for MAX6654Guenter Roeck2021-12-121-37/+49