summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (nct6775) Fix platform driver suspend regressionZev Weiss2022-08-103-2/+5
* hwmon: (lm90) Fix error return value from detect functionGuenter Roeck2022-08-101-1/+1
* Merge tag 'hwmon-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-0224-1190/+2809
|\
| * hwmon: (aquacomputer_d5next) Add support for Aquacomputer Quadro fan controllerAleksa Savic2022-07-272-8/+67
| * hwmon: (nct6775) add ASUS TUF GAMING B550-PLUS WIFI IIRobert Schmidt2022-07-261-0/+1
| * hwmon: (occ) Replace open-coded variant of %*phN specifierAndy Shevchenko2022-07-261-6/+2
| * hwmon: (sht15) Fix wrong assumptions in device remove callbackUwe Kleine-König2022-07-261-11/+6
| * hwmon: (aquacomputer_d5next) Add support for reading the +12V voltage sensor ...Aleksa Savic2022-07-261-3/+6
| * hwmon: (tps23861) fix byte order in current and voltage registersAlexandru Gagniuc2022-07-211-5/+9
| * hwmon: (aspeed-pwm-tacho) increase fan tach period (again)Paul Fertser2022-07-211-1/+1
| * hwmon: (aquacomputer_d5next) Add D5 Next fan control supportAleksa Savic2022-07-211-0/+6
| * hwmon: (mcp3021) improve driver support for newer hwmon interfaceMarc Ferland2022-07-151-50/+49
| * hwmon: (asus-ec-sensors) add definitions for ROG ZENITH II EXTREMEUrs Schroffenegger2022-07-131-0/+47
| * hwmon: (aquacomputer_d5next) Move device-specific data into struct aqc_dataAleksa Savic2022-07-131-152/+92
| * hwmon: (asus-ec-sensors) add missing sensors for X570-I GAMINGEugene Shalygin2022-07-131-3/+4
| * hwmon: (drivetemp) Add module aliasLinus Walleij2022-07-131-0/+1
| * hwmon: (asus_wmi_sensors) Save a few bytes of memoryChristophe JAILLET2022-07-131-7/+5
| * hwmon: (lm90) Use worker for alarm notificationsGuenter Roeck2022-07-131-5/+13
| * hwmon: (asus-ec-sensors) add support for Maximus XI HeroMichael Carns2022-07-131-0/+36
| * hwmon: (dell-smm) Improve assembly codeArmin Wolf2022-07-131-60/+18
| * hwmon: (pmbus/ltc2978) Set voltage resolutionMårten Lindahl2022-07-132-6/+46
| * hwmon: (pmbus) Add list_voltage to pmbus opsMårten Lindahl2022-07-131-0/+30
| * hwmon: (pmbus) Introduce and use cached vout marginsMårten Lindahl2022-07-131-17/+61
| * hwmon: (gsc-hwmon) Add missing of_node_put()Liang He2022-07-131-0/+3
| * hwmon: (dell-smm) Add Dell G5 5590 to DMI tableArmin Wolf2022-07-131-0/+7
| * hwmon: (dell-smm) Add Dell XPS 13 7390 to fan control whitelistArmin Wolf2022-07-131-0/+8
| * hwmon: (nct6775) Drop duplicate NULL check in ->init() and ->exit()Andy Shevchenko2022-07-131-8/+4
| * hwmon: (pmbus) fix build error unused-functionRen Zhijie2022-07-131-2/+2
| * hwmon: (lm90) Read the channel's temperature offset from device-treeSlawomir Stepien2022-07-131-0/+16
| * hwmon: (lm90) Add support for 2nd remote channel's offset registerSlawomir Stepien2022-07-131-9/+49
| * hwmon: (occ) Delete unnecessary NULL checkZiyang Xuan2022-07-131-4/+2
| * hwmon: (lm90) Read the channel's label from device-treeSlawomir Stepien2022-07-131-0/+72
| * hwmon: (lm90) Define maximum number of channels that are supportedSlawomir Stepien2022-07-131-12/+15
| * hwmon: (lm90) Add compatible entry for adt7481Slawomir Stepien2022-07-131-0/+4
| * hwmon: Allow to compile ASB100 and FSCHMD on !X86Uwe Kleine-König2022-07-131-2/+2
| * hwmon: (pmbus) add MFR_* registers to debugfsAdam Wujek2022-07-131-2/+97
| * hwmon: (pmbus) add a function to check the presence of a block registerAdam Wujek2022-07-131-0/+28
| * hwmon: (asus-ec-sensors) add support for Strix Z690-a D4Shady Nawara2022-07-131-0/+18
| * hwmon: (sch56xx-common) Add DMI override tableArmin Wolf2022-07-131-10/+34
| * hwmon: (lm75) Replace kernel.h with the necessary inclusionsChristophe JAILLET2022-07-131-1/+2
| * hwmon: (f71882fg) Add support for F71858AD (0x0903)Aleksander Mazur2022-07-131-0/+2
| * hwmon: (pmbus) Add support for Analog Devices LT7182SGuenter Roeck2022-07-133-0/+205
| * hwmon: (pmbus) Add IEEE 754 half precision support to PMBus coreGuenter Roeck2022-07-132-5/+139
| * hwmon: (lm90) Support temp_samples attributeGuenter Roeck2022-07-131-14/+91
| * hwmon: (lm90) Add table with supported Analog/ONSEMI devicesGuenter Roeck2022-07-131-0/+36
| * hwmon: (lm90) Add support and detection of Philips/NXP NE1618Guenter Roeck2022-07-132-13/+33
| * hwmon: (lm90) Add explicit support for ADM1020Guenter Roeck2022-07-132-3/+11
| * hwmon: (lm90) Only disable alerts if not already disabledGuenter Roeck2022-07-131-2/+4
| * hwmon: (lm90) Add support for ADT7421Guenter Roeck2022-07-131-1/+9
| * hwmon: (lm90) Add support for ON Semiconductor NCT218Guenter Roeck2022-07-132-3/+30