summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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-081-1/+515
* | | | 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-083-0/+1035
* | | | 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/+4Star
* | | | hwmon: (ntc_thermistor) Add DT with IIO support to NTC thermistor driverNaveen Krishna Chatradhi2013-04-082-19/+127
* | | | hwmon: (adt7x10) Add alarm interrupt supportLars-Peter Clausen2013-04-084-9/+44
* | | | hwmon: (adt7410) Add support for the adt7310/adt7320Lars-Peter Clausen2013-04-086-436/+689
* | | | hwmon: (adt7410) Don't re-read non-volatile registersLars-Peter Clausen2013-04-081-33/+58
* | | | hwmon: (mc13783-adc.c) use module_platform_driver_probe()Jingoo Han2013-04-081-12/+1Star
| |_|/ |/| |
* | | hwmon: (lm75.h) Update header inclusionJean Delvare2013-03-181-1/+1
|/ /
* | hwmon: (pmbus/ltc2978) Fix temperature reportingGuenter Roeck2013-03-141-6/+8
* | hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute()David Woodhouse2013-03-141-5/+7
* | hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attrib...Axel Lin2013-03-141-0/+2
* | hwmon: (sht15) Check return value of regulator_enable()Mark Brown2013-03-041-1/+7
* | hwmon: (pmbus/ltc2978) Use detected chip ID to select supported functionalityGuenter Roeck2013-03-041-1/+1
* | hwmon: (pmbus/ltc2978) Fix peak attribute handlingGuenter Roeck2013-03-041-13/+15
|/
* Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-202-3/+3
|\
| * ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-262-3/+3
* | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-201-2/+2
|\ \
| * | gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely2013-02-131-2/+2
| |/
* | hwmon: (ntc_thermistor): Fix sparse warningsSachin Kamat2013-02-201-2/+2
* | hwmon: (adt7410) Add device table entry for the adt7420Lars-Peter Clausen2013-02-202-3/+4
* | hwmon: (adt7410) Use I2C_ADDRS helper macroLars-Peter Clausen2013-02-201-5/+1Star
* | hwmon: (adt7410) Use the SIMPLE_DEV_PM_OPS helper macroLars-Peter Clausen2013-02-201-4/+2Star
* | hwmon: (adt7410) Let suspend/resume depend on CONFIG_PM_SLEEPLars-Peter Clausen2013-02-201-1/+1
* | hwmon: (adt7410) Clear unwanted bits in the config registerLars-Peter Clausen2013-02-201-0/+1
* | hwmon: (jc42) Add support for MCP98244Guenter Roeck2013-02-062-2/+6
* | hwmon: (pmbus) Clean up for code size reductionGuenter Roeck2013-02-061-48/+38Star
* | hwmon: (pmbus/max34440) Add support for MAX34460 and MAX34461Guenter Roeck2013-02-062-3/+74
* | hwmon: (pmbus) Add support for word status registerGuenter Roeck2013-02-061-28/+52
* | hwmon: (pmbus/zl6100) Add support for VMON/VDRVGuenter Roeck2013-02-061-8/+168
* | hwmon: (pmbus) Add function to clear sensor cacheGuenter Roeck2013-02-062-0/+9
* | hwmon: (pmbus) Add support for additional voltage sensorGuenter Roeck2013-02-062-9/+55
* | hwmon: (pmbus) Use krealloc to allocate attribute memoryGuenter Roeck2013-02-061-109/+31Star
* | hwmon: (pmbus) Simplify memory allocation for sensor attributesGuenter Roeck2013-02-061-34/+29Star
* | hwmon: (pmbus) Improve boolean handlingGuenter Roeck2013-02-061-87/+74Star
* | hwmon: (pmbus) Simplify memory allocation for labels and booleansGuenter Roeck2013-02-061-116/+149
* | hwmon: (pmbus) Use dev variable to represent client->devGuenter Roeck2013-02-061-19/+18Star
* | hwmon: (pmbus) Fix 'Macros with multiple statements' checkpatch errorGuenter Roeck2013-02-061-33/+43
* | hwmon: (pmbus) Drop unnecessary error messages in probe error pathGuenter Roeck2013-02-061-18/+6Star
* | hwmon: Driver for Texas Instruments INA209Guenter Roeck2013-02-063-0/+647
* | hwmon: (lm73) Add support for max/min alarmsChris Verges2013-02-061-0/+32
* | hwmon: (lm73) Add 'update_interval' attributeChris Verges2013-02-061-11/+86
* | hwmon: (lm73) Fix lower and upper temperature limitsGuenter Roeck2013-02-061-4/+3Star
* | hwmon: (it87) Add support for IT8771E and IT8772EGuenter Roeck2013-02-062-5/+37
* | hwmon: Driver for Maxim MAX6697 and compatiblesGuenter Roeck2013-02-063-0/+738