summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/nct6775.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value()Zev Weiss2021-11-151-1/+1
* hwmon: (nct6775) add ProArt X570-CREATOR WIFI.Denis Pauk2021-10-271-0/+1
* hwmon: (nct6775) add Pro WS X570-ACEOleksandr Natalenko2021-10-121-0/+1
* hwmon: (nct6775) Add additional ASUS motherboards.Denis Pauk2021-10-121-0/+9
* hwmon: (nct6775) Support access via Asus WMIDenis Pauk2021-10-121-21/+219
* hwmon: (nct6775) Use nct6775_*() function pointers in nct6775_data.Denis Pauk2021-10-121-140/+143
* hwmon: (nct6775) Use superio_*() function pointers in sio_data.Denis Pauk2021-10-121-85/+104
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* hwmon: (nct6775) Accept PECI Calibration as temperature source for NCT6798DGuenter Roeck2020-07-141-3/+3
* hwmon : (nct6775) Use kobj_to_dev() APIzhouchuangao2020-05-221-5/+5
* hwmon: (nct6775) Integrate new model nct6116Björn Gerhart2019-09-031-6/+174
* hwmon: (nct6775) Fix register address and added missed tolerance for nct6106Björn Gerhart2019-07-221-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-15/+1
* hwmon: (nct6775) Fix fan6 detection for NCT6793DGuenter Roeck2019-01-281-1/+2
* hwmon: (nct6775) Enable IO mapping for NCT6797D and NCT6798DGuenter Roeck2019-01-071-2/+4
* hwmon: (nct6775) Fix chip ID for NCT6798DGuenter Roeck2019-01-071-3/+3
* hwmon: (nct6775) Add support for NCT6798DGuenter Roeck2018-10-111-4/+80
* hwmon: (nct6775) Add support for NCT6797DGuenter Roeck2018-10-111-4/+41
* hwmon: (nct6775) Fix names of DIMM temperature sourcesGuenter Roeck2018-10-111-8/+8
* hwmon: (nct6796) Clean up and amend fan/pwm configuration for NCT6796DGuenter Roeck2018-10-111-14/+13
* hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6795DGuenter Roeck2018-10-111-4/+15
* hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6793DGuenter Roeck2018-10-111-5/+14
* hwmon: (nct6775) Fix fan6/pwm6 detection for NCT6792DGuenter Roeck2018-10-111-1/+4
* hwmon: (nct6775) Improve instruction groupingGuenter Roeck2018-10-111-4/+4
* hwmon: (nct6775) Use logical or instead of if statements where possibleGuenter Roeck2018-10-111-23/+11
* hwmon: (nct6775) Declare and initialize LDN specific config variables earlierGuenter Roeck2018-10-111-5/+6
* hwmon: (nct6775) Move config variable declarations and initializationsGuenter Roeck2018-10-111-19/+11
* hwmon: (nct6775) Replace 'regval' with variables named after config registersGuenter Roeck2018-10-111-20/+23
* hwmon: (nct6775) Rename configuration register variablesGuenter Roeck2018-10-111-21/+21
* hwmon: (nct6775) Only display fan speed tolerance conditionallyGuenter Roeck2018-10-111-13/+19
* hwmon: (nct6775) Clean up a conditionDan Carpenter2018-10-111-2/+1
* hwmon: (nct6775) Use different register to get fan RPM for fan7Guenter Roeck2018-09-171-2/+2
* hwmon: (nct6775) Fix RPM output for fan7 on NCT6796DGuenter Roeck2018-09-161-4/+9
* hwmon: (nct6775) Fix virtual temperature sources for NCT6796DGuenter Roeck2018-09-151-6/+22
* hwmon: (nct6775) Fix access to fan pulse registersGuenter Roeck2018-09-071-11/+16
* hwmon: (nct6775) Set weight source to zero correctlyDan Carpenter2018-09-051-1/+1
* hwmon: (nct6775) Fix potential Spectre v1Gustavo A. R. Silva2018-08-271-0/+2
* hwmon: Mark expected switch fall-throughsGustavo A. R. Silva2018-07-091-1/+1
* hwmon: (nct6775) Fix comment in the description of pwm_modeGuenter Roeck2018-07-091-2/+2
* hwmon: (nct6775) Fix loop limitGuenter Roeck2018-06-171-1/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-2/+2
* hwmon: (nct6775) Fix writing pwmX_modeGuenter Roeck2018-03-271-5/+5
* hwmon: (nct6775) Add support for NCT6796DGuenter Roeck2018-03-111-50/+122
* hwmon: (nct6775) Initialize boolean variables with declarationGuenter Roeck2018-03-111-24/+4
* hwmon: (nct6775) Improve fan6/pwm6 supportGuenter Roeck2018-03-111-7/+30
* hwmon: (nct6775) Use NUM_FAN consistentlyGuenter Roeck2018-03-111-6/+6
* hwmon: (nct6775) Add support for NCT6795DGuenter Roeck2017-06-121-4/+61
* hwmon: (nct6775) Improve fan detectionGuenter Roeck2017-06-121-8/+37
* hwmon: (nct6775) Rework temperature source and label handlingGuenter Roeck2017-06-121-31/+65
* hwmon: (nct6775) Use bitopsGuenter Roeck2017-06-121-61/+62