aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-10hwmon: (nct6775) Fix platform driver suspend regressionZev Weiss3-2/+5
2022-08-10hwmon: (lm90) Fix error return value from detect functionGuenter Roeck1-1/+1
2022-08-02Merge tag 'hwmon-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds24-1190/+2809
2022-08-01Merge tag 'x86_misc_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+12
2022-07-27hwmon: (aquacomputer_d5next) Add support for Aquacomputer Quadro fan controllerAleksa Savic2-8/+67
2022-07-26hwmon: (nct6775) add ASUS TUF GAMING B550-PLUS WIFI IIRobert Schmidt1-0/+1
2022-07-26hwmon: (occ) Replace open-coded variant of %*phN specifierAndy Shevchenko1-6/+2
2022-07-26hwmon: (sht15) Fix wrong assumptions in device remove callbackUwe Kleine-König1-11/+6
2022-07-26hwmon: (aquacomputer_d5next) Add support for reading the +12V voltage sensor on D5 NextAleksa Savic1-3/+6
2022-07-21hwmon: (tps23861) fix byte order in current and voltage registersAlexandru Gagniuc1-5/+9
2022-07-21hwmon: (aspeed-pwm-tacho) increase fan tach period (again)Paul Fertser1-1/+1
2022-07-21hwmon: (aquacomputer_d5next) Add D5 Next fan control supportAleksa Savic1-0/+6
2022-07-20hwmon: (k10temp): Add support for new family 17h and 19h modelsMario Limonciello1-0/+12
2022-07-15hwmon: (mcp3021) improve driver support for newer hwmon interfaceMarc Ferland1-50/+49
2022-07-13hwmon: (asus-ec-sensors) add definitions for ROG ZENITH II EXTREMEUrs Schroffenegger1-0/+47
2022-07-13hwmon: (aquacomputer_d5next) Move device-specific data into struct aqc_dataAleksa Savic1-152/+92
2022-07-13hwmon: (asus-ec-sensors) add missing sensors for X570-I GAMINGEugene Shalygin1-3/+4
2022-07-13hwmon: (drivetemp) Add module aliasLinus Walleij1-0/+1
2022-07-13hwmon: (asus_wmi_sensors) Save a few bytes of memoryChristophe JAILLET1-7/+5
2022-07-13hwmon: (lm90) Use worker for alarm notificationsGuenter Roeck1-5/+13
2022-07-13hwmon: (asus-ec-sensors) add support for Maximus XI HeroMichael Carns1-0/+36
2022-07-13hwmon: (dell-smm) Improve assembly codeArmin Wolf1-60/+18
2022-07-13hwmon: (pmbus/ltc2978) Set voltage resolutionMårten Lindahl2-6/+46
2022-07-13hwmon: (pmbus) Add list_voltage to pmbus opsMårten Lindahl1-0/+30
2022-07-13hwmon: (pmbus) Introduce and use cached vout marginsMårten Lindahl1-17/+61
2022-07-13hwmon: (gsc-hwmon) Add missing of_node_put()Liang He1-0/+3
2022-07-13hwmon: (dell-smm) Add Dell G5 5590 to DMI tableArmin Wolf1-0/+7
2022-07-13hwmon: (dell-smm) Add Dell XPS 13 7390 to fan control whitelistArmin Wolf1-0/+8
2022-07-13hwmon: (nct6775) Drop duplicate NULL check in ->init() and ->exit()Andy Shevchenko1-8/+4
2022-07-13hwmon: (pmbus) fix build error unused-functionRen Zhijie1-2/+2
2022-07-13hwmon: (lm90) Read the channel's temperature offset from device-treeSlawomir Stepien1-0/+16
2022-07-13hwmon: (lm90) Add support for 2nd remote channel's offset registerSlawomir Stepien1-9/+49
2022-07-13hwmon: (occ) Delete unnecessary NULL checkZiyang Xuan1-4/+2
2022-07-13hwmon: (lm90) Read the channel's label from device-treeSlawomir Stepien1-0/+72
2022-07-13hwmon: (lm90) Define maximum number of channels that are supportedSlawomir Stepien1-12/+15
2022-07-13hwmon: (lm90) Add compatible entry for adt7481Slawomir Stepien1-0/+4
2022-07-13hwmon: Allow to compile ASB100 and FSCHMD on !X86Uwe Kleine-König1-2/+2
2022-07-13hwmon: (pmbus) add MFR_* registers to debugfsAdam Wujek1-2/+97
2022-07-13hwmon: (pmbus) add a function to check the presence of a block registerAdam Wujek1-0/+28
2022-07-13hwmon: (asus-ec-sensors) add support for Strix Z690-a D4Shady Nawara1-0/+18
2022-07-13hwmon: (sch56xx-common) Add DMI override tableArmin Wolf1-10/+34
2022-07-13hwmon: (lm75) Replace kernel.h with the necessary inclusionsChristophe JAILLET1-1/+2
2022-07-13hwmon: (f71882fg) Add support for F71858AD (0x0903)Aleksander Mazur1-0/+2
2022-07-13hwmon: (pmbus) Add support for Analog Devices LT7182SGuenter Roeck3-0/+205
2022-07-13hwmon: (pmbus) Add IEEE 754 half precision support to PMBus coreGuenter Roeck2-5/+139
2022-07-13hwmon: (lm90) Support temp_samples attributeGuenter Roeck1-14/+91
2022-07-13hwmon: (lm90) Add table with supported Analog/ONSEMI devicesGuenter Roeck1-0/+36
2022-07-13hwmon: (lm90) Add support and detection of Philips/NXP NE1618Guenter Roeck2-13/+33
2022-07-13hwmon: (lm90) Add explicit support for ADM1020Guenter Roeck2-3/+11
2022-07-13hwmon: (lm90) Only disable alerts if not already disabledGuenter Roeck1-2/+4