summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* 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
* hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculationsGuenter Roeck2021-12-121-2/+2
* hwmon: (lm90) Fix usage of CONFIG2 register in detect functionGuenter Roeck2021-12-121-3/+2
* hwmon: (pwm-fan) Ensure the fan going on in .probe()Billy Tsai2021-11-301-2/+0
* hwmon: (sht4x) Fix EREMOTEIO errorsDavid Mosberger-Tang2021-11-201-2/+2
* hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value()Zev Weiss2021-11-141-1/+1
* hwmon: (dell-smm) Fix warning on /proc/i8k creation errorArmin Wolf2021-11-141-4/+3
* hwmon: (corsair-psu) fix plain integer used as NULL pointerWilken Gottwalt2021-11-141-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-0/+1
|\
| * mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)2021-11-061-0/+1
* | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-044-29/+109
|\ \
| * \ Merge tag 'fsi-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Greg Kroah-Hartman2021-10-224-29/+109
| |\ \ | | |/ | |/|
| | * hwmon: (occ) Provide the SBEFIFO FFDC in binary sysfsEddie James2021-10-221-1/+85
| | * hwmon: (occ) Remove sequence numbering and checksum calculationEddie James2021-10-154-28/+24
* | | Merge tag 'hwmon-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-0190-642/+1934
|\ \ \
| * | | hwmon: (nct7802) Add of_node_put() before returnWan Jiabing2021-10-281-1/+3
| * | | hwmon: (tmp401) Drop support for TMP461Guenter Roeck2021-10-272-24/+3
| * | | hwmon: (lm90) Add basic support for TI TMP461Guenter Roeck2021-10-272-16/+40
| * | | hwmon: (lm90) Introduce flag indicating extended temperature supportGuenter Roeck2021-10-271-10/+11
| * | | hwmon: (nct6775) add ProArt X570-CREATOR WIFI.Denis Pauk2021-10-271-0/+1
| * | | hwmon: (nct7802) Make temperature/voltage sensors configurableOskar Senft2021-10-271-4/+125
| * | | hwmon: (dell-smm) Speed up setting of fan speedArmin Wolf2021-10-211-4/+8
| * | | hwmon: (dell-smm) Add comment explaining usage of i8k_config_data[]Armin Wolf2021-10-211-0/+5
| * | | hwmon: (dell-smm) Return -ENOIOCTLCMD instead of -EINVALArmin Wolf2021-10-211-1/+2
| * | | hwmon: (dell-smm) Use strscpy_pad()Armin Wolf2021-10-211-2/+2
| * | | hwmon: (dell-smm) Sort includes in alphabetical orderArmin Wolf2021-10-211-8/+8
| * | | hwmon: (tmp421) Add of_node_put() before returnWan Jiabing2021-10-181-1/+3
| * | | hwmon: (max31722) Warn about failure to put device in stand-by in .remove()Uwe Kleine-König2021-10-161-1/+7
| * | | hwmon: (acpi_power_meter) Use acpi_bus_get_acpi_device()Rafael J. Wysocki2021-10-161-8/+5
| * | | hwmon: (dell-smm) Add support for fanX_min, fanX_max and fanX_targetArmin Wolf2021-10-161-6/+55
| * | | hwmon: (tmp421) ignore non-channel related DT nodesKrzysztof Adamski2021-10-151-0/+3
| * | | hwmon: (tmp421) support HWMON_T_ENABLEKrzysztof Adamski2021-10-151-4/+29
| * | | hwmon: (tmp421) really disable channelsKrzysztof Adamski2021-10-151-6/+38
| * | | hwmon: (tmp421) support specifying n-factor via DTKrzysztof Adamski2021-10-151-0/+18
| * | | hwmon: (tmp421) support disabling channels from DTKrzysztof Adamski2021-10-151-1/+9
| * | | hwmon: (tmp421) add support for defining labels from DTKrzysztof Adamski2021-10-151-0/+61
| * | | hwmon: (tmp421) introduce a channel structKrzysztof Adamski2021-10-121-5/+9
| * | | hwmon: (adt7x10) Make adt7x10_remove() return voidUwe Kleine-König2021-10-124-5/+6
| * | | hwmon: (dell-smm) Remove unnecessary includesArmin Wolf2021-10-121-2/+0
| * | | hwmon: cleanup non-bool "valid" data fieldsPaul Fertser2021-10-1269-152/+152
| * | | hwmon: (tmp103) Convert tmp103 to use new hwmon registration APIOleksij Rempel2021-10-121-31/+74
| * | | hwmon: (mlxreg-fan) Support distinctive names per different cooling devicesVadim Pasternak2021-10-121-2/+9
| * | | hwmon: (mlxreg-fan) Modify PWM connectivity validationVadim Pasternak2021-10-121-3/+8
| * | | hwmon: (nct6775) add Pro WS X570-ACEOleksandr Natalenko2021-10-121-0/+1
| * | | hwmon: (pmbus/ibm-cffps) Use MFR_ID to choose versionBrandon Wyman2021-10-121-1/+12
| * | | hwmon: (pmbus/ibm-cffps) Add mfg_id debugfs entryBrandon Wyman2021-10-121-1/+9
| * | | hwmon: (nct6775) Add additional ASUS motherboards.Denis Pauk2021-10-121-0/+9
| * | | hwmon: (pmbus/lm25066) Support configurable sense resistor valuesZev Weiss2021-10-121-0/+11