summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/nct6775.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (nct6775) Drop unsupported fan alarm attributes for NCT6775Guenter Roeck2013-06-271-5/+7
* hwmon: (nct6775) Fix temperature alarm attributesGuenter Roeck2013-06-271-23/+57
* hwmon: (nct6775) Do not create non-existing attributesGuenter Roeck2013-05-111-2/+4
* hwmon: (nct6775) Fix coding style problemsGuenter Roeck2013-04-211-3/+3
* hwmon: (nct6775) Constify stringsGuenter Roeck2013-04-211-1/+1
* hwmon: (nct6775) Use ARRAY_SIZE for loops where possibleGuenter Roeck2013-04-131-8/+8
* hwmon: (nct6775) Enable both AUXTIN and VIN3 on NCT6776Guenter Roeck2013-04-071-37/+0
* hwmon: (nct6775) Expand scope of supported chipsGuenter Roeck2013-04-071-9/+8
* hwmon: (nct6775) Drop read/write lockGuenter Roeck2013-04-071-10/+0
* hwmon: (nct6775) Only report VID if supported and enabledGuenter Roeck2013-04-071-6/+24
* hwmon: (nct6775) Detect and report additional temperature sourcesGuenter Roeck2013-04-071-0/+33
* hwmon: (nct6775) Add support for weighted fan controlGuenter Roeck2013-04-071-14/+266
* hwmon: (nct6775) Add support for automatic fan controlGuenter Roeck2013-04-071-7/+1092
* hwmon: (nct6775) Add support for pwm, pwm_mode, and pwm_enableGuenter Roeck2013-04-071-0/+329
* hwmon: (nct6775) Add power management supportGuenter Roeck2013-04-071-0/+86
* hwmon: (nct6775) Add support for fan debounce module parameterGuenter Roeck2013-04-071-0/+28
* hwmon: (nct6775) Add support for fanX_pulses sysfs attributeGuenter Roeck2013-04-071-0/+64
* hwmon: (nct6775) Add support for fan speed attributesGuenter Roeck2013-04-071-1/+515
* hwmon: (nct6775) Add support for temperature sensorsGuenter Roeck2013-04-071-3/+745
* hwmon: (nct6775) Add case open detectionGuenter Roeck2013-04-071-0/+67
* hwmon: Driver for Nuvoton NCT6775F, NCT6776F, and NCT6779DGuenter Roeck2013-04-071-0/+1021