summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (tmp401) Add support for TMP432Guenter Roeck2013-04-213-40/+165
* hwmon: (tmp401) Add support for update_interval attributeGuenter Roeck2013-04-211-1/+53
* hwmon: (tmp401) Reset valid flag when resetting temperature historyGuenter Roeck2013-04-211-2/+6
* hwmon: (tmp401) Simplification and cleanupGuenter Roeck2013-04-211-234/+137
* hwmon: (tmp401) Use sysfs_create_group / sysfs_remove_groupGuenter Roeck2013-04-141-63/+91
* hwmon: (tmp401) Drop unused defines, use BIT for bit masksGuenter Roeck2013-04-141-11/+10
* hwmon: (nct6775) Use ARRAY_SIZE for loops where possibleGuenter Roeck2013-04-131-8/+8
* documentation: hwmon: Fix typo in documentation/hwmonMasanari Iida2013-04-132-2/+2
* hwmon: (nct6775) Enable both AUXTIN and VIN3 on NCT6776Guenter Roeck2013-04-081-37/+0
* hwmon: (ad7314) use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-081-2/+2
* MAINTAINERS: Add myself as maintainer for the NCT6775 driverGuenter Roeck2013-04-081-0/+7
* hwmon: (nct6775) Expand scope of supported chipsGuenter Roeck2013-04-083-17/+16
* hwmon: (gpio-fan) Use is_visible to determine if attributes should be createdGuenter Roeck2013-04-081-65/+39
* hwmon: (tmp401) Fix device detection for TMP411B and TMP411CGuenter Roeck2013-04-081-2/+16
* hwmon: Add driver for LM95234Guenter Roeck2013-04-084-0/+816
* hwmon: (tmp401) Add support for TMP431Guenter Roeck2013-04-083-11/+24
* hwmon: (pmbus/lm25066) Add support for LM25056Guenter Roeck2013-04-083-13/+139
* hwmon: (pmbus/lm25066) Refactor device specific coefficientsGuenter Roeck2013-04-081-78/+118
* hwmon: (pmbus/lm25066) Clamp limit attributesGuenter Roeck2013-04-081-0/+13
* hwmon: (pmbus/lm25066) Report VAUX as vmonGuenter Roeck2013-04-082-60/+29
* hwmon: (max6697) Use is_visible and sysfs_create_groupGuenter Roeck2013-04-081-116/+93
* hwmon: (adt7310) Fix sparse warningGuenter Roeck2013-04-081-1/+1
* hwmon: (pmbus/ltc2978) Add support for LTC2974 and LTC3883Guenter Roeck2013-04-083-69/+218
* hwmon: (pmbus/ltc2978) Clean up documentationGuenter Roeck2013-04-081-22/+19
* hwmon: (pmbus/ltc2978) Code cleanupGuenter Roeck2013-04-081-11/+14
* hwmon: (ltc4261) Fix 'Macros with complex values' checkpatch errorGuenter Roeck2013-04-081-22/+16
* hwmon: (ltc4245) Fix 'Macros with complex values' checkpatch errorGuenter Roeck2013-04-081-57/+59
* hwmon: (ltc4215) Fix 'Macros with complex values' checkpatch errorGuenter Roeck2013-04-081-28/+18
* hwmon: (ltc4151) Fix 'Avoid unnecessary line continuations' checkpatch warningGuenter Roeck2013-04-081-6/+6
* hwmon: (ina2xx) Fix 'Avoid unnecessary line continuations' checkpatch warningGuenter Roeck2013-04-081-8/+8
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-0836-249/+271
* hwmon: Fix CamelCase checkpatch warningsGuenter Roeck2013-04-089-218/+218
* hwmon: (nct6775) Drop read/write lockGuenter Roeck2013-04-081-10/+0
* hwmon: (nct6775) Only report VID if supported and enabledGuenter Roeck2013-04-081-6/+24
* hwmon: (nct6775) Detect and report additional temperature sourcesGuenter Roeck2013-04-081-0/+33
* hwmon: (nct6775) Add support for weighted fan controlGuenter Roeck2013-04-082-14/+285
* hwmon: (nct6775) Add support for automatic fan controlGuenter Roeck2013-04-082-7/+1161
* hwmon: (nct6775) Add support for pwm, pwm_mode, and pwm_enableGuenter Roeck2013-04-082-0/+347
* hwmon: (nct6775) Add power management supportGuenter Roeck2013-04-081-0/+86
* hwmon: (nct6775) Add support for fan debounce module parameterGuenter Roeck2013-04-081-0/+28
* hwmon: (nct6775) Add support for fanX_pulses sysfs attributeGuenter Roeck2013-04-081-0/+64
* hwmon: (nct6775) Add support for fan speed attributesGuenter Roeck2013-04-082-3/+518
* hwmon: (nct6775) Add support for temperature sensorsGuenter Roeck2013-04-081-3/+745
* hwmon: (nct6775) Add case open detectionGuenter Roeck2013-04-081-0/+67
* hwmon: Driver for Nuvoton NCT6775F, NCT6776F, and NCT6779DGuenter Roeck2013-04-084-0/+1116
* hwmon: Fix 'Macros with complex values' checkpatch errorsGuenter Roeck2013-04-084-20/+22
* hwmon: checkpatch cleanup: Replace printk with pr_debug or dev_dbg as appropr...Guenter Roeck2013-04-084-5/+4
* hwmon: (ntc_thermistor) Add DT with IIO support to NTC thermistor driverNaveen Krishna Chatradhi2013-04-084-20/+163
* hwmon: (adt7x10) Add alarm interrupt supportLars-Peter Clausen2013-04-084-9/+44
* hwmon: (adt7410) Add support for the adt7310/adt7320Lars-Peter Clausen2013-04-087-453/+719