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