aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-30hwmon: (pwm-fan) Ensure the fan going on in .probe()Billy Tsai1-2/+0
2021-11-20hwmon: (sht4x) Fix EREMOTEIO errorsDavid Mosberger-Tang1-2/+2
2021-11-14hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value()Zev Weiss1-1/+1
2021-11-14hwmon: (dell-smm) Fix warning on /proc/i8k creation errorArmin Wolf1-4/+3
2021-11-14hwmon: (corsair-psu) fix plain integer used as NULL pointerWilken Gottwalt1-1/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-11-06mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)1-0/+1
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-29/+109
2021-11-01Merge tag 'hwmon-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds90-642/+1934
2021-10-29mailbox: pcc: Use PCC mailbox channel pointer instead of standardSudeep Holla1-22/+13
2021-10-28hwmon: (nct7802) Add of_node_put() before returnWan Jiabing1-1/+3
2021-10-27hwmon: (tmp401) Drop support for TMP461Guenter Roeck2-24/+3
2021-10-27hwmon: (lm90) Add basic support for TI TMP461Guenter Roeck2-16/+40
2021-10-27hwmon: (lm90) Introduce flag indicating extended temperature supportGuenter Roeck1-10/+11
2021-10-27hwmon: (nct6775) add ProArt X570-CREATOR WIFI.Denis Pauk1-0/+1
2021-10-27hwmon: (nct7802) Make temperature/voltage sensors configurableOskar Senft1-4/+125
2021-10-22Merge tag 'fsi-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi into char-misc-nextGreg Kroah-Hartman4-29/+109
2021-10-22hwmon: (occ) Provide the SBEFIFO FFDC in binary sysfsEddie James1-1/+85
2021-10-21hwmon: (dell-smm) Speed up setting of fan speedArmin Wolf1-4/+8
2021-10-21hwmon: (dell-smm) Add comment explaining usage of i8k_config_data[]Armin Wolf1-0/+5
2021-10-21hwmon: (dell-smm) Return -ENOIOCTLCMD instead of -EINVALArmin Wolf1-1/+2
2021-10-21hwmon: (dell-smm) Use strscpy_pad()Armin Wolf1-2/+2
2021-10-21hwmon: (dell-smm) Sort includes in alphabetical orderArmin Wolf1-8/+8
2021-10-18hwmon: (tmp421) Add of_node_put() before returnWan Jiabing1-1/+3
2021-10-16hwmon: (max31722) Warn about failure to put device in stand-by in .remove()Uwe Kleine-König1-1/+7
2021-10-16hwmon: (acpi_power_meter) Use acpi_bus_get_acpi_device()Rafael J. Wysocki1-8/+5
2021-10-16hwmon: (dell-smm) Add support for fanX_min, fanX_max and fanX_targetArmin Wolf1-6/+55
2021-10-15hwmon: (tmp421) ignore non-channel related DT nodesKrzysztof Adamski1-0/+3
2021-10-15hwmon: (tmp421) support HWMON_T_ENABLEKrzysztof Adamski1-4/+29
2021-10-15hwmon: (tmp421) really disable channelsKrzysztof Adamski1-6/+38
2021-10-15hwmon: (tmp421) support specifying n-factor via DTKrzysztof Adamski1-0/+18
2021-10-15hwmon: (tmp421) support disabling channels from DTKrzysztof Adamski1-1/+9
2021-10-15hwmon: (tmp421) add support for defining labels from DTKrzysztof Adamski1-0/+61
2021-10-15hwmon: (occ) Remove sequence numbering and checksum calculationEddie James4-28/+24
2021-10-12hwmon: (tmp421) introduce a channel structKrzysztof Adamski1-5/+9
2021-10-12hwmon: (adt7x10) Make adt7x10_remove() return voidUwe Kleine-König4-5/+6
2021-10-12hwmon: (dell-smm) Remove unnecessary includesArmin Wolf1-2/+0
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser69-152/+152
2021-10-12hwmon: (tmp103) Convert tmp103 to use new hwmon registration APIOleksij Rempel1-31/+74
2021-10-12hwmon: (mlxreg-fan) Support distinctive names per different cooling devicesVadim Pasternak1-2/+9
2021-10-12hwmon: (mlxreg-fan) Modify PWM connectivity validationVadim Pasternak1-3/+8
2021-10-12hwmon: (nct6775) add Pro WS X570-ACEOleksandr Natalenko1-0/+1
2021-10-12hwmon: (pmbus/ibm-cffps) Use MFR_ID to choose versionBrandon Wyman1-1/+12
2021-10-12hwmon: (pmbus/ibm-cffps) Add mfg_id debugfs entryBrandon Wyman1-1/+9
2021-10-12hwmon: (nct6775) Add additional ASUS motherboards.Denis Pauk1-0/+9
2021-10-12hwmon: (pmbus/lm25066) Support configurable sense resistor valuesZev Weiss1-0/+11
2021-10-12hwmon: (pmbus/lm25066) Add OF device ID tableZev Weiss1-2/+23
2021-10-12hwmon: (pmbus/lm25066) Mark lm25066_coeff array constZev Weiss1-2/+2
2021-10-12hwmon: (pmbus/lm25066) Let compiler determine outer dimension of lm25066_coeffZev Weiss1-1/+1
2021-10-12hwmon: (pmbus/lm25066) Avoid forward declaration of lm25066_idZev Weiss1-13/+10