aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/nct6775.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-1/+1
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2014-01-14hwmon: (nct6775) Re-enable logical device mapping for NCT6791 during resumeGuenter Roeck1-11/+27
2013-11-18hwmon: (nct6775) NCT6791 supports weight control only for CPUFANGuenter Roeck1-8/+21
2013-11-18hwmon: (nct6775) Monitor additional temperature registersGuenter Roeck1-2/+60
2013-10-19hwmon: (nct6775) Remove an unused variableDan Carpenter1-2/+2
2013-10-18hwmon: (nct6775) fix coccinelle warningsFengguang Wu1-4/+1
2013-10-13hwmon: (nct6775) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-16/+5
2013-10-13hwmon: (nct6775) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-86/+36
2013-10-13hwmon: (nct6775) Check array index when accessing temp_offsetGuenter Roeck1-1/+2
2013-10-13hwmon: (nct6775) Use return value from find_temp_sourceGuenter Roeck1-2/+2
2013-08-11hwmon: (nct6775) Add support for hibernateHarald Judt1-0/+2
2013-08-11hwmon: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-11hwmon: (nct6775) Fix size of data->temp arrayDan Carpenter1-2/+2
2013-08-11hwmon: (nct6775) Avoid using device platform data outside probe functionGuenter Roeck1-26/+25
2013-08-11hwmon: (nct6775) Add support for NCT6791DDavid Bartley1-74/+207
2013-08-11hwmon: (nct6775) Add support for beep attributesGuenter Roeck1-21/+218
2013-08-11hwmon: (nct6775) Add support for critical low/high temperature limits on NCT6106Guenter Roeck1-9/+34
2013-08-11hwmon: (nct6775) Add support for NCT6102D/6106DGuenter Roeck1-25/+225
2013-08-11hwmon: (nct6775) Support two SuperIO chips in the same systemGuenter Roeck1-50/+63
2013-08-11hwmon: (nct6775) Allocate attributes dynamically from templatesGuenter Roeck1-1103/+507
2013-06-27hwmon: (nct6775) Drop unsupported fan alarm attributes for NCT6775Guenter Roeck1-5/+7
2013-06-27hwmon: (nct6775) Fix temperature alarm attributesGuenter Roeck1-23/+57
2013-05-11hwmon: (nct6775) Do not create non-existing attributesGuenter Roeck1-2/+4
2013-04-21hwmon: (nct6775) Fix coding style problemsGuenter Roeck1-3/+3
2013-04-21hwmon: (nct6775) Constify stringsGuenter Roeck1-1/+1
2013-04-13hwmon: (nct6775) Use ARRAY_SIZE for loops where possibleGuenter Roeck1-8/+8
2013-04-07hwmon: (nct6775) Enable both AUXTIN and VIN3 on NCT6776Guenter Roeck1-37/+0
2013-04-07hwmon: (nct6775) Expand scope of supported chipsGuenter Roeck1-9/+8
2013-04-07hwmon: (nct6775) Drop read/write lockGuenter Roeck1-10/+0
2013-04-07hwmon: (nct6775) Only report VID if supported and enabledGuenter Roeck1-6/+24
2013-04-07hwmon: (nct6775) Detect and report additional temperature sourcesGuenter Roeck1-0/+33
2013-04-07hwmon: (nct6775) Add support for weighted fan controlGuenter Roeck1-14/+266
2013-04-07hwmon: (nct6775) Add support for automatic fan controlGuenter Roeck1-7/+1092
2013-04-07hwmon: (nct6775) Add support for pwm, pwm_mode, and pwm_enableGuenter Roeck1-0/+329
2013-04-07hwmon: (nct6775) Add power management supportGuenter Roeck1-0/+86
2013-04-07hwmon: (nct6775) Add support for fan debounce module parameterGuenter Roeck1-0/+28
2013-04-07hwmon: (nct6775) Add support for fanX_pulses sysfs attributeGuenter Roeck1-0/+64
2013-04-07hwmon: (nct6775) Add support for fan speed attributesGuenter Roeck1-1/+515
2013-04-07hwmon: (nct6775) Add support for temperature sensorsGuenter Roeck1-3/+745
2013-04-07hwmon: (nct6775) Add case open detectionGuenter Roeck1-0/+67
2013-04-07hwmon: Driver for Nuvoton NCT6775F, NCT6776F, and NCT6779DGuenter Roeck1-0/+1021