summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorLines
2015-02-22hwmon: (ads7828) Check return value of devm_regmap_init_i2cAxel Lin-0/+3
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-2/+2
2015-02-03hwmon: (tmp102) add hibernation callbacksGrygorii Strashko-11/+4
2015-02-02hwmon: (ads2828) Only keep data in device data structure if neededGuenter Roeck-18/+14
2015-02-02hwmon: (ads2828) Convert to use regmapGuenter Roeck-44/+27
2015-01-25hwmon: (jc42) Allow negative hysteresis temperaturesJean Delvare-3/+4
2015-01-25hwmon: (adc128d818) Do proper sign extensionRasmus Villemoes-1/+2
2015-01-25hwmon: (ad7314) Do proper sign extensionRasmus Villemoes-2/+3
2015-01-25hwmon: (abx500) Fix format string warningsAsaf Vertz-3/+3
2015-01-25hwmon: (jc42) Fix integer overflow when writing hysteresis valueGuenter Roeck-0/+2
2015-01-25hwmon: (jc42) Fix integer overflowGuenter Roeck-1/+1
2015-01-25hwmon: (jc42) Use sign_extend32 for sign extensionGuenter Roeck-5/+1
2015-01-25hwmon: (ina2xx) Add ina231 compatible stringKevin Hilman-2/+3
2015-01-25hwmon: (ina2xx) use DIV_ROUND_CLOSEST() to avoid rounding errorsBartosz Golaszewski-3/+7
2015-01-25hwmon: (ina2xx) remove an unnecessary dev_get_drvdata() result checkBartosz Golaszewski-3/+0
2015-01-25hwmon: (ina2xx) implement update_interval attribute for ina226Bartosz Golaszewski-6/+158
2015-01-25hwmon: (ina2xx) make shunt resistance configurable at run-timeBartosz Golaszewski-2/+46
2015-01-25hwmon: (ina2xx) don't accept shunt values greater than the calibration factorBartosz Golaszewski-1/+2
2015-01-25hwmon: (ina2xx) remove a stray new lineBartosz Golaszewski-1/+0
2015-01-25hwmon: (ina2xx) reinitialize the chip in case it's been resetBartosz Golaszewski-37/+91
2015-01-25hwmon: (nct7802) Constify struct regmap_configKrzysztof Kozlowski-1/+1
2015-01-24hwmon: (i5500_temp) Convert to use ATTRIBUTE_GROUPS macroAxel Lin-10/+3
2015-01-24hwmon: (i5500_temp) Convert to module_pci_driverAxel Lin-12/+1
2015-01-24hwmon: (i5500_temp) Don't bind to disabled sensorsJean Delvare-0/+9
2015-01-24hwmon: (i5500_temp) Convert to devm_hwmon_device_register_with_groupsJean Delvare-58/+15
2015-01-24hwmon: (i5500_temp) New driver for the Intel 5500/5520/X58 chipsetsJean Delvare-0/+212
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger-2/+2
2014-12-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds-5/+16
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-43/+0
2014-12-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui-5/+16
2014-12-08hwmon: (tmp401) Detect TMP435 on all addresses it supportsGuenter Roeck-5/+4
2014-12-05hwmon: (lm75) Strengthen detect functionGuenter Roeck-0/+6
2014-12-04hwmon: (gpio-fan) Add a shutdown handler to poweroff the fansNishanth Menon-0/+9
2014-12-04hwmon: (gpio-fan) Allow usage of gpio operations that may sleepNishanth Menon-4/+5
2014-12-04hwmon: (tmp401) Bail out from tmp401_probe() in case of write errorsBartosz Golaszewski-10/+14
2014-12-04hwmon: (tmp401) Add support for TI TMP435Patrick Titiano-3/+12
2014-12-02hwmon: (lm95234) Add support for LM95233Guenter Roeck-29/+68
2014-12-02hwmon: (lm95245) Add support for LM95235Guenter Roeck-16/+30
2014-11-30hwmon: (ina2xx) bail-out from ina2xx_probe() in case of configuration errorsBartosz Golaszewski-6/+20
2014-11-30hwmon: (nct6775) Add blank lines after declarationsGuenter Roeck-6/+24
2014-11-30hwmon: (nct6775) Add support for NCT6792DGuenter Roeck-12/+39
2014-11-30hwmon: (lm75) Add support for the NXP LM75BMichael Thalmeier-0/+6
2014-11-30hwmon: Driver for Nuvoton NCT7802YGuenter Roeck-0/+872
2014-11-30hwmon: (ibmpowernv) Convert to module_platform_driverAxel Lin-12/+1
2014-11-30hwmon: (ibmpowernv) Use platform 'id_table' to probe the deviceNeelesh Gupta-48/+19
2014-11-30hwmon: (iio_hwmon) Add support for humidity sensorsGuenter Roeck-1/+6
2014-11-30hwmon: (ltc2978) Add regulator supportAlan Tull-3/+47
2014-11-30hwmon: (pmbus) Add regulator supportAlan Tull-0/+113
2014-11-30hwmon: (pmbus) add helpers for byte write and read modify writeAlan Tull-0/+35
2014-11-20thermal: of: improve of-thermal sensor registration APIEduardo Valentin-5/+16