summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (core) Add energy and humidity attribute support to new APIGuenter Roeck2016-09-091-0/+20
* hwmon: (core) Add power attribute support to new APIGuenter Roeck2016-09-091-0/+30
* hwmon: (core) Add current attribute support to new APIGuenter Roeck2016-09-091-0/+21
* hwmon: (core) Add voltage attribute support to new APIGuenter Roeck2016-09-091-0/+21
* hwmon: (core) New hwmon registration APIGuenter Roeck2016-09-091-27/+458
* hwmon: (core) Order include files alphabeticallyGuenter Roeck2016-09-091-6/+4
* hwmon: (ntc_thermistor) Use devm_hwmon_device_register_with_groupsGuenter Roeck2016-09-091-48/+9
* hwmon: (ntc_thermistor) Use dev instead of &pdev->dev where possibleGuenter Roeck2016-09-091-27/+25
* hwmon: (ntc_thermistor) Use devm_iio_channel_getGuenter Roeck2016-09-091-11/+1
* hwmon: (pmbus) Add explicit support for DPS-460, DPS-800, and SGD009Vadim Pasternak2016-09-091-2/+18
* hwmon: (adt7411) add external thermal diode supportMichael Walle2016-09-091-8/+43
* hwmon: (lm95241) Use more accurate limitsGuenter Roeck2016-09-091-6/+2
* hwmon: (lm95241) Use BIT macro where appropriateGuenter Roeck2016-09-091-24/+21
* hwmon: (lm95241) Drop FSF addressGuenter Roeck2016-09-091-4/+0
* hwmon: (lm95241) Order include files alphabeticallyGuenter Roeck2016-09-091-4/+4
* hwmon: (lm95241) Add support for fault attributesGuenter Roeck2016-09-091-1/+19
* hwmon: (lm95241) Fix overflow problems, write conversion rate to chipGuenter Roeck2016-09-091-7/+33
* hwmon: (it87) Add missing sysfs attribute group terminatorJean Delvare2016-08-291-0/+1
* hwmon: (it87) Features mask must be 32 bit wideGuenter Roeck2016-08-121-1/+1
* Merge tag 'hwmon-for-linus-v4.8-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-08-017-27/+73
|\
| * hwmon: (adt7411) set sane values for CFG1 and CFG3Michael Walle2016-08-011-4/+44
| * hwmon: (iio_hwmon) fix memory leak in name attributeQuentin Schulz2016-08-011-12/+12
| * hwmon: (ftsteutates) Fix potential memory access errorGuenter Roeck2016-08-011-1/+1
| * hwmon: (tmp102) Improve error handlingGuenter Roeck2016-08-011-1/+3
| * hwmon: (lm75) Improve error handlingGuenter Roeck2016-08-011-2/+4
| * hwmon: (lm90) Improve error handlingGuenter Roeck2016-08-011-5/+7
| * hwmon: (lm90) Add missing assignmentGuenter Roeck2016-08-011-1/+1
| * hwmon: (sht3x) set initial jiffies to last_updateMatt Ranostay2016-07-311-1/+1
* | Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-07-271-1/+5
|\ \ | |/ |/|
| * i2c: add a protocol parameter to the alert callbackBenjamin Tissoires2016-06-171-1/+5
* | hwmon: (ftsteutates) Remove unused including <linux/version.h>Wei Yongjun2016-07-201-1/+0
* | hwmon: (adt7411) set bit 3 in CFG1 registerMichael Walle2016-07-201-1/+4
* | hwmon: Add driver for FTS BMC chip "Teutates"Thilo Cestonaro2016-07-203-0/+833
* | hwmon: (sht3x) add humidity heater element controlMatt Ranostay2016-07-161-0/+50
* | hwmon: (jc42) Add support for generic JC-42.4 devicetree bindingGuenter Roeck2016-07-121-0/+10
* | hwmon: (tmp102) Convert to use regmap, and drop local cacheGuenter Roeck2016-07-122-78/+71
* | hwmon: (tmp102) Rework chip configurationGuenter Roeck2016-07-121-15/+22
* | hwmon: (tmp102) Improve handling of initial read delayGuenter Roeck2016-07-121-14/+30
* | hwmon: (lm90) Drop unnecessary else statementsGuenter Roeck2016-07-091-16/+12
* | hwmon: (lm90) Use bool for valid flagGuenter Roeck2016-07-091-3/+3
* | hwmon: (lm90) Read limit registers only onceGuenter Roeck2016-07-091-72/+105
* | hwmon: (lm90) Simplify read functionsGuenter Roeck2016-07-091-115/+193
* | hwmon: (lm90) Use devm_hwmon_device_register_with_groupsGuenter Roeck2016-07-091-20/+6
* | hwmon: (lm90) Use devm_add_action for cleanupGuenter Roeck2016-07-091-18/+22
* | hwmon: (lm75) Convert to use regmapGuenter Roeck2016-07-092-94/+69
* | hwmon: (lm75) Add update_interval attributeGuenter Roeck2016-07-091-0/+13
* | hwmon: (lm75) Drop lm75_read_value and lm75_write_valueGuenter Roeck2016-07-091-33/+9
* | hwmon: (lm75) Handle cleanup with devm_add_actionGuenter Roeck2016-07-091-19/+19
* | hwmon: (jc42) Add I2C_CLASS_HWMON to detection classAlison Schofield2016-07-051-1/+1
* | hwmon: (tmp102) Drop FSF addressGuenter Roeck2016-06-281-4/+0