summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
...
* hwmon: (nct6775) Convert to use SIMPLE_DEV_PM_OPSGuenter Roeck2015-03-151-17/+5Star
* hwmon: (gpio-fan) Fix build with CONFIG_THERMAL=m and SENSORS_GPIO_FAN=yRandy Dunlap2015-03-111-0/+1
* hwmon: (pwm-fan) Fix build when THERMAL=mRandy Dunlap2015-03-091-0/+1
* hwmon: (pwm-fan) Declare pwm_fan_of_get_cooling_data staticGuenter Roeck2015-03-091-1/+2
* (gpio-fan): Add thermal control hooksNishanth Menon2015-03-091-7/+76
* hwmon: (pwm-fan) Add support for using PWM FAN as a cooling deviceLukasz Majewski2015-03-091-1/+88
* hwmon: (pwm-fan) Read PWM FAN configuration from device treeLukasz Majewski2015-03-091-1/+49
* hwmon: (pwm-fan) Extract __set_pwm() function to only modify PWM duty cycleLukasz Majewski2015-03-091-12/+21
* hwmon: (gpio-fan) allow to use alarm support alone from DTSimon Guinot2015-03-091-21/+23
* hwmon: (nct7904) Strengthen detect functionGuenter Roeck2015-03-091-1/+2
* hwmon: Add Nuvoton NCT7904 hwmon driverVadim V. Vlasov2015-03-093-0/+603
* hwmon: (it87) No need to skip fan4 for IT8603Guenter Roeck2015-03-091-4/+0Star
* hwmon: (it87) Add support for IT8786EThomas Lorblanches2015-03-092-8/+18
* hwmon: (it87) Add feature flag for VID supportGuenter Roeck2015-03-091-20/+11Star
* hwmon: (it87) Add feature flags for fans count and 16-bit fan configurationGuenter Roeck2015-03-091-33/+36
* hwmon: (it87) Don't configure 16 bit fan counters it not necessaryGuenter Roeck2015-03-091-3/+6
* hwmon: (jc42) Add support for additional IDT temperature sensorsGuenter Roeck2015-03-092-7/+11
* hwmon: (it87) Add support for IT8781FGuenter Roeck2015-03-092-10/+26
* hwmon: (ibmpex) Allow format string checkingRasmus Villemoes2015-03-091-11/+8Star
* hwmon: (coretemp) Allow format checkingRasmus Villemoes2015-03-091-6/+5Star
* hwmon: (ads7828) Check return value of devm_regmap_init_i2cAxel Lin2015-02-231-0/+3
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-192-2/+2
|\
| * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-072-2/+2
* | hwmon: (tmp102) add hibernation callbacksGrygorii Strashko2015-02-031-11/+4Star
* | hwmon: (ads2828) Only keep data in device data structure if neededGuenter Roeck2015-02-021-18/+14Star
* | hwmon: (ads2828) Convert to use regmapGuenter Roeck2015-02-022-44/+27Star
* | hwmon: (jc42) Allow negative hysteresis temperaturesJean Delvare2015-01-261-3/+4
* | hwmon: (adc128d818) Do proper sign extensionRasmus Villemoes2015-01-261-1/+2
* | hwmon: (ad7314) Do proper sign extensionRasmus Villemoes2015-01-261-2/+3
* | hwmon: (abx500) Fix format string warningsAsaf Vertz2015-01-261-3/+3
* | hwmon: (jc42) Fix integer overflow when writing hysteresis valueGuenter Roeck2015-01-261-0/+2
* | hwmon: (jc42) Fix integer overflowGuenter Roeck2015-01-261-1/+1
* | hwmon: (jc42) Use sign_extend32 for sign extensionGuenter Roeck2015-01-261-5/+1Star
* | hwmon: (ina2xx) Add ina231 compatible stringKevin Hilman2015-01-262-2/+3
* | hwmon: (ina2xx) use DIV_ROUND_CLOSEST() to avoid rounding errorsBartosz Golaszewski2015-01-261-3/+7
* | hwmon: (ina2xx) remove an unnecessary dev_get_drvdata() result checkBartosz Golaszewski2015-01-261-3/+0Star
* | hwmon: (ina2xx) implement update_interval attribute for ina226Bartosz Golaszewski2015-01-261-6/+158
* | hwmon: (ina2xx) make shunt resistance configurable at run-timeBartosz Golaszewski2015-01-261-2/+46
* | hwmon: (ina2xx) don't accept shunt values greater than the calibration factorBartosz Golaszewski2015-01-261-1/+2
* | hwmon: (ina2xx) remove a stray new lineBartosz Golaszewski2015-01-261-1/+0Star
* | hwmon: (ina2xx) reinitialize the chip in case it's been resetBartosz Golaszewski2015-01-261-37/+91
* | hwmon: (nct7802) Constify struct regmap_configKrzysztof Kozlowski2015-01-261-1/+1
* | hwmon: (i5500_temp) Convert to use ATTRIBUTE_GROUPS macroAxel Lin2015-01-241-10/+3Star
* | hwmon: (i5500_temp) Convert to module_pci_driverAxel Lin2015-01-241-12/+1Star
* | hwmon: (i5500_temp) Don't bind to disabled sensorsJean Delvare2015-01-241-0/+9
* | hwmon: (i5500_temp) Convert to devm_hwmon_device_register_with_groupsJean Delvare2015-01-241-58/+15Star
* | hwmon: (i5500_temp) New driver for the Intel 5500/5520/X58 chipsetsJean Delvare2015-01-243-0/+212
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-12-173-5/+16
|\
| * Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2014-12-093-5/+16
| |\
| | * thermal: of: improve of-thermal sensor registration APIEduardo Valentin2014-11-203-5/+16