aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/nct6775.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-21hwmon: (nct6775) Fix register address and added missed tolerance for nct6106Björn Gerhart1-1/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-15/+1
2019-01-27hwmon: (nct6775) Fix fan6 detection for NCT6793DGuenter Roeck1-1/+2
2019-01-06hwmon: (nct6775) Enable IO mapping for NCT6797D and NCT6798DGuenter Roeck1-2/+4
2019-01-06hwmon: (nct6775) Fix chip ID for NCT6798DGuenter Roeck1-3/+3
2018-10-10hwmon: (nct6775) Add support for NCT6798DGuenter Roeck1-4/+80
2018-10-10hwmon: (nct6775) Add support for NCT6797DGuenter Roeck1-4/+41
2018-10-10hwmon: (nct6775) Fix names of DIMM temperature sourcesGuenter Roeck1-8/+8
2018-10-10hwmon: (nct6796) Clean up and amend fan/pwm configuration for NCT6796DGuenter Roeck1-14/+13
2018-10-10hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6795DGuenter Roeck1-4/+15
2018-10-10hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6793DGuenter Roeck1-5/+14
2018-10-10hwmon: (nct6775) Fix fan6/pwm6 detection for NCT6792DGuenter Roeck1-1/+4
2018-10-10hwmon: (nct6775) Improve instruction groupingGuenter Roeck1-4/+4
2018-10-10hwmon: (nct6775) Use logical or instead of if statements where possibleGuenter Roeck1-23/+11
2018-10-10hwmon: (nct6775) Declare and initialize LDN specific config variables earlierGuenter Roeck1-5/+6
2018-10-10hwmon: (nct6775) Move config variable declarations and initializationsGuenter Roeck1-19/+11
2018-10-10hwmon: (nct6775) Replace 'regval' with variables named after config registersGuenter Roeck1-20/+23
2018-10-10hwmon: (nct6775) Rename configuration register variablesGuenter Roeck1-21/+21
2018-10-10hwmon: (nct6775) Only display fan speed tolerance conditionallyGuenter Roeck1-13/+19
2018-10-10hwmon: (nct6775) Clean up a conditionDan Carpenter1-2/+1
2018-09-17hwmon: (nct6775) Use different register to get fan RPM for fan7Guenter Roeck1-2/+2
2018-09-15hwmon: (nct6775) Fix RPM output for fan7 on NCT6796DGuenter Roeck1-4/+9
2018-09-15hwmon: (nct6775) Fix virtual temperature sources for NCT6796DGuenter Roeck1-6/+22
2018-09-07hwmon: (nct6775) Fix access to fan pulse registersGuenter Roeck1-11/+16
2018-09-05hwmon: (nct6775) Set weight source to zero correctlyDan Carpenter1-1/+1
2018-08-26hwmon: (nct6775) Fix potential Spectre v1Gustavo A. R. Silva1-0/+2
2018-07-08hwmon: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2018-07-08hwmon: (nct6775) Fix comment in the description of pwm_modeGuenter Roeck1-2/+2
2018-06-16hwmon: (nct6775) Fix loop limitGuenter Roeck1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-03-27hwmon: (nct6775) Fix writing pwmX_modeGuenter Roeck1-5/+5
2018-03-10hwmon: (nct6775) Add support for NCT6796DGuenter Roeck1-50/+122
2018-03-10hwmon: (nct6775) Initialize boolean variables with declarationGuenter Roeck1-24/+4
2018-03-10hwmon: (nct6775) Improve fan6/pwm6 supportGuenter Roeck1-7/+30
2018-03-10hwmon: (nct6775) Use NUM_FAN consistentlyGuenter Roeck1-6/+6
2017-06-11hwmon: (nct6775) Add support for NCT6795DGuenter Roeck1-4/+61
2017-06-11hwmon: (nct6775) Improve fan detectionGuenter Roeck1-8/+37
2017-06-11hwmon: (nct6775) Rework temperature source and label handlingGuenter Roeck1-31/+65
2017-06-11hwmon: (nct6775) Use bitopsGuenter Roeck1-61/+62
2017-01-02hwmon: (nct6775) use permission-specific DEVICE_ATTR variantsJulia Lawall1-2/+2
2016-09-18hwmon: (nct6775) Add support for multiple virtual temperature sourcesGuenter Roeck1-2/+13
2016-09-08hwmon: (nct6775) Do not accept force_id unless chip is foundGuenter Roeck1-4/+4
2015-12-18hwmon: (nct6683,nct6775) constify sensor_template_group structuresJulia Lawall1-5/+6
2015-10-30hwmon: (nct6775) Introduce separate temperature labels for NCT6792 and NCT6793Guenter Roeck1-1/+82
2015-10-30hwmon: (nct6775) NCT6791D and NCT6792D have an additional temperature sourceGuenter Roeck1-5/+13
2015-09-12hwmon: (nct6775) Add support for NCT6793DGuenter Roeck1-16/+32
2015-09-12hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chipsGuenter Roeck1-6/+10
2015-05-29hwmon: (nct6775) Add missing sysfs attribute initializationGuenter Roeck1-0/+2
2015-03-15hwmon: (nct6775) Enable auxiliary fan monitoring on ASRock Z77 Pro4-MGuenter Roeck1-0/+21
2015-03-15hwmon: (nct6775) Restore hardware monitoring logical device status on resumeGuenter Roeck1-13/+22