aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-07hwmon: (nct6775) Enable both AUXTIN and VIN3 on NCT6776Guenter Roeck1-37/+0
2013-04-07hwmon: (ad7314) use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-04-07hwmon: (nct6775) Expand scope of supported chipsGuenter Roeck2-13/+12
2013-04-07hwmon: (gpio-fan) Use is_visible to determine if attributes should be createdGuenter Roeck1-65/+39
2013-04-07hwmon: (tmp401) Fix device detection for TMP411B and TMP411CGuenter Roeck1-2/+16
2013-04-07hwmon: Add driver for LM95234Guenter Roeck3-0/+780
2013-04-07hwmon: (tmp401) Add support for TMP431Guenter Roeck2-5/+14
2013-04-07hwmon: (pmbus/lm25066) Add support for LM25056Guenter Roeck2-10/+124
2013-04-07hwmon: (pmbus/lm25066) Refactor device specific coefficientsGuenter Roeck1-78/+118
2013-04-07hwmon: (pmbus/lm25066) Clamp limit attributesGuenter Roeck1-0/+13
2013-04-07hwmon: (pmbus/lm25066) Report VAUX as vmonGuenter Roeck1-52/+21
2013-04-07hwmon: (max6697) Use is_visible and sysfs_create_groupGuenter Roeck1-116/+93
2013-04-07hwmon: (adt7310) Fix sparse warningGuenter Roeck1-1/+1
2013-04-07hwmon: (pmbus/ltc2978) Add support for LTC2974 and LTC3883Guenter Roeck2-21/+132
2013-04-07hwmon: (pmbus/ltc2978) Code cleanupGuenter Roeck1-11/+14
2013-04-07hwmon: (ltc4261) Fix 'Macros with complex values' checkpatch errorGuenter Roeck1-22/+16
2013-04-07hwmon: (ltc4245) Fix 'Macros with complex values' checkpatch errorGuenter Roeck1-57/+59
2013-04-07hwmon: (ltc4215) Fix 'Macros with complex values' checkpatch errorGuenter Roeck1-28/+18
2013-04-07hwmon: (ltc4151) Fix 'Avoid unnecessary line continuations' checkpatch warningGuenter Roeck1-6/+6
2013-04-07hwmon: (ina2xx) Fix 'Avoid unnecessary line continuations' checkpatch warningGuenter Roeck1-8/+8
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck36-249/+271
2013-04-07hwmon: Fix CamelCase checkpatch warningsGuenter Roeck8-216/+216
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 Roeck3-0/+1035
2013-04-07hwmon: Fix 'Macros with complex values' checkpatch errorsGuenter Roeck4-20/+22
2013-04-07hwmon: checkpatch cleanup: Replace printk with pr_debug or dev_dbg as appropriateGuenter Roeck4-5/+4
2013-04-07hwmon: (ntc_thermistor) Add DT with IIO support to NTC thermistor driverNaveen Krishna Chatradhi2-19/+127
2013-04-07hwmon: (adt7x10) Add alarm interrupt supportLars-Peter Clausen4-9/+44
2013-04-07hwmon: (adt7410) Add support for the adt7310/adt7320Lars-Peter Clausen6-436/+689
2013-04-07hwmon: (adt7410) Don't re-read non-volatile registersLars-Peter Clausen1-33/+58
2013-04-07hwmon: (mc13783-adc.c) use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-01Merge 3.9-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2013-03-25Merge tag 'iio-for-3.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman3-0/+206
2013-03-23hwmon: Move the IIO client driver for hwmon out of stagingJonathan Cameron3-0/+206
2013-03-18hwmon: (lm75.h) Update header inclusionJean Delvare1-1/+1
2013-03-14hwmon: (pmbus/ltc2978) Fix temperature reportingGuenter Roeck1-6/+8
2013-03-14hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute()David Woodhouse1-5/+7
2013-03-14hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attributesAxel Lin1-0/+2
2013-03-03hwmon: (sht15) Check return value of regulator_enable()Mark Brown1-1/+7