aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/nct6775.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-24hwmon: (nct6775) Fix crash in clear_caseopenGravatar Guenter Roeck 1-3/+3
2021-12-26hwmon: (nct6775) Additional check for ChipID before ASUS WMI usageGravatar Denis Pauk 1-1/+1
2021-12-26hwmon: (nct6775) add ROG STRIX B550-A/X570-I GAMINGGravatar Denis Pauk 1-0/+2
2021-12-26hwmon: (nct6775) delete some extension linesGravatar Dan Carpenter 1-4/+2
2021-11-14hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value()Gravatar Zev Weiss 1-1/+1
2021-10-27hwmon: (nct6775) add ProArt X570-CREATOR WIFI.Gravatar Denis Pauk 1-0/+1
2021-10-12hwmon: (nct6775) add Pro WS X570-ACEGravatar Oleksandr Natalenko 1-0/+1
2021-10-12hwmon: (nct6775) Add additional ASUS motherboards.Gravatar Denis Pauk 1-0/+9
2021-10-12hwmon: (nct6775) Support access via Asus WMIGravatar Denis Pauk 1-21/+219
2021-10-12hwmon: (nct6775) Use nct6775_*() function pointers in nct6775_data.Gravatar Denis Pauk 1-140/+143
2021-10-12hwmon: (nct6775) Use superio_*() function pointers in sio_data.Gravatar Denis Pauk 1-85/+104
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-07-14hwmon: (nct6775) Accept PECI Calibration as temperature source for NCT6798DGravatar Guenter Roeck 1-3/+3
2020-05-22hwmon : (nct6775) Use kobj_to_dev() APIGravatar zhouchuangao 1-5/+5
2019-09-03hwmon: (nct6775) Integrate new model nct6116Gravatar Björn Gerhart 1-6/+174
2019-07-21hwmon: (nct6775) Fix register address and added missed tolerance for nct6106Gravatar Björn Gerhart 1-1/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Gravatar Thomas Gleixner 1-15/+1
2019-01-27hwmon: (nct6775) Fix fan6 detection for NCT6793DGravatar Guenter Roeck 1-1/+2
2019-01-06hwmon: (nct6775) Enable IO mapping for NCT6797D and NCT6798DGravatar Guenter Roeck 1-2/+4
2019-01-06hwmon: (nct6775) Fix chip ID for NCT6798DGravatar Guenter Roeck 1-3/+3
2018-10-10hwmon: (nct6775) Add support for NCT6798DGravatar Guenter Roeck 1-4/+80
2018-10-10hwmon: (nct6775) Add support for NCT6797DGravatar Guenter Roeck 1-4/+41
2018-10-10hwmon: (nct6775) Fix names of DIMM temperature sourcesGravatar Guenter Roeck 1-8/+8
2018-10-10hwmon: (nct6796) Clean up and amend fan/pwm configuration for NCT6796DGravatar Guenter Roeck 1-14/+13
2018-10-10hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6795DGravatar Guenter Roeck 1-4/+15
2018-10-10hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6793DGravatar Guenter Roeck 1-5/+14
2018-10-10hwmon: (nct6775) Fix fan6/pwm6 detection for NCT6792DGravatar Guenter Roeck 1-1/+4
2018-10-10hwmon: (nct6775) Improve instruction groupingGravatar Guenter Roeck 1-4/+4
2018-10-10hwmon: (nct6775) Use logical or instead of if statements where possibleGravatar Guenter Roeck 1-23/+11
2018-10-10hwmon: (nct6775) Declare and initialize LDN specific config variables earlierGravatar Guenter Roeck 1-5/+6
2018-10-10hwmon: (nct6775) Move config variable declarations and initializationsGravatar Guenter Roeck 1-19/+11
2018-10-10hwmon: (nct6775) Replace 'regval' with variables named after config registersGravatar Guenter Roeck 1-20/+23
2018-10-10hwmon: (nct6775) Rename configuration register variablesGravatar Guenter Roeck 1-21/+21
2018-10-10hwmon: (nct6775) Only display fan speed tolerance conditionallyGravatar Guenter Roeck 1-13/+19
2018-10-10hwmon: (nct6775) Clean up a conditionGravatar Dan Carpenter 1-2/+1
2018-09-17hwmon: (nct6775) Use different register to get fan RPM for fan7Gravatar Guenter Roeck 1-2/+2
2018-09-15hwmon: (nct6775) Fix RPM output for fan7 on NCT6796DGravatar Guenter Roeck 1-4/+9
2018-09-15hwmon: (nct6775) Fix virtual temperature sources for NCT6796DGravatar Guenter Roeck 1-6/+22
2018-09-07hwmon: (nct6775) Fix access to fan pulse registersGravatar Guenter Roeck 1-11/+16
2018-09-05hwmon: (nct6775) Set weight source to zero correctlyGravatar Dan Carpenter 1-1/+1
2018-08-26hwmon: (nct6775) Fix potential Spectre v1Gravatar Gustavo A. R. Silva 1-0/+2
2018-07-08hwmon: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-1/+1
2018-07-08hwmon: (nct6775) Fix comment in the description of pwm_modeGravatar Guenter Roeck 1-2/+2
2018-06-16hwmon: (nct6775) Fix loop limitGravatar Guenter Roeck 1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+2
2018-03-27hwmon: (nct6775) Fix writing pwmX_modeGravatar Guenter Roeck 1-5/+5
2018-03-10hwmon: (nct6775) Add support for NCT6796DGravatar Guenter Roeck 1-50/+122
2018-03-10hwmon: (nct6775) Initialize boolean variables with declarationGravatar Guenter Roeck 1-24/+4
2018-03-10hwmon: (nct6775) Improve fan6/pwm6 supportGravatar Guenter Roeck 1-7/+30
2018-03-10hwmon: (nct6775) Use NUM_FAN consistentlyGravatar Guenter Roeck 1-6/+6