summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2016-09-08hwmon: (adt7470) Expose PWM frequency to sysfsJoshua Scott1-0/+74
2016-09-08hwmon: (ltc4151) Make shunt-resistor configurableDaniel Golle1-2/+20
2016-09-08hwmon: (nct6775) Do not accept force_id unless chip is foundGuenter Roeck1-4/+4
2016-09-08hwmon: (core) Add basic pwm attribute support to new APIGuenter Roeck1-0/+9
2016-09-08hwmon: (core) Add fan attribute support to new APIGuenter Roeck1-0/+16
2016-09-08hwmon: (core) Add energy and humidity attribute support to new APIGuenter Roeck1-0/+20
2016-09-08hwmon: (core) Add power attribute support to new APIGuenter Roeck1-0/+30
2016-09-08hwmon: (core) Add current attribute support to new APIGuenter Roeck1-0/+21
2016-09-08hwmon: (core) Add voltage attribute support to new APIGuenter Roeck1-0/+21
2016-09-08hwmon: (core) New hwmon registration APIGuenter Roeck1-27/+458
2016-09-08hwmon: (core) Order include files alphabeticallyGuenter Roeck1-6/+4
2016-09-08hwmon: (ntc_thermistor) Use devm_hwmon_device_register_with_groupsGuenter Roeck1-48/+9
2016-09-08hwmon: (ntc_thermistor) Use dev instead of &pdev->dev where possibleGuenter Roeck1-27/+25
2016-09-08hwmon: (ntc_thermistor) Use devm_iio_channel_getGuenter Roeck1-11/+1
2016-09-08hwmon: (pmbus) Add explicit support for DPS-460, DPS-800, and SGD009Vadim Pasternak1-2/+18
2016-09-08hwmon: (adt7411) add external thermal diode supportMichael Walle1-8/+43
2016-09-08hwmon: (lm95241) Use more accurate limitsGuenter Roeck1-6/+2
2016-09-08hwmon: (lm95241) Use BIT macro where appropriateGuenter Roeck1-24/+21
2016-09-08hwmon: (lm95241) Drop FSF addressGuenter Roeck1-4/+0
2016-09-08hwmon: (lm95241) Order include files alphabeticallyGuenter Roeck1-4/+4
2016-09-08hwmon: (lm95241) Add support for fault attributesGuenter Roeck1-1/+19
2016-09-08hwmon: (lm95241) Fix overflow problems, write conversion rate to chipGuenter Roeck1-7/+33
2016-08-29hwmon: (it87) Add missing sysfs attribute group terminatorJean Delvare1-0/+1
2016-08-11hwmon: (it87) Features mask must be 32 bit wideGuenter Roeck1-1/+1
2016-08-01Merge tag 'hwmon-for-linus-v4.8-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-27/+73
2016-07-31hwmon: (adt7411) set sane values for CFG1 and CFG3Michael Walle1-4/+44
2016-07-31hwmon: (iio_hwmon) fix memory leak in name attributeQuentin Schulz1-12/+12
2016-07-31hwmon: (ftsteutates) Fix potential memory access errorGuenter Roeck1-1/+1
2016-07-31hwmon: (tmp102) Improve error handlingGuenter Roeck1-1/+3
2016-07-31hwmon: (lm75) Improve error handlingGuenter Roeck1-2/+4
2016-07-31hwmon: (lm90) Improve error handlingGuenter Roeck1-5/+7
2016-07-31hwmon: (lm90) Add missing assignmentGuenter Roeck1-1/+1
2016-07-31hwmon: (sht3x) set initial jiffies to last_updateMatt Ranostay1-1/+1
2016-07-27Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-1/+5
2016-07-20hwmon: (ftsteutates) Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-07-20hwmon: (adt7411) set bit 3 in CFG1 registerMichael Walle1-1/+4
2016-07-20hwmon: Add driver for FTS BMC chip "Teutates"Thilo Cestonaro3-0/+833
2016-07-16hwmon: (sht3x) add humidity heater element controlMatt Ranostay1-0/+50
2016-07-12hwmon: (jc42) Add support for generic JC-42.4 devicetree bindingGuenter Roeck1-0/+10
2016-07-12hwmon: (tmp102) Convert to use regmap, and drop local cacheGuenter Roeck2-78/+71
2016-07-12hwmon: (tmp102) Rework chip configurationGuenter Roeck1-15/+22
2016-07-12hwmon: (tmp102) Improve handling of initial read delayGuenter Roeck1-14/+30
2016-07-09hwmon: (lm90) Drop unnecessary else statementsGuenter Roeck1-16/+12
2016-07-09hwmon: (lm90) Use bool for valid flagGuenter Roeck1-3/+3
2016-07-09hwmon: (lm90) Read limit registers only onceGuenter Roeck1-72/+105
2016-07-09hwmon: (lm90) Simplify read functionsGuenter Roeck1-115/+193
2016-07-09hwmon: (lm90) Use devm_hwmon_device_register_with_groupsGuenter Roeck1-20/+6
2016-07-09hwmon: (lm90) Use devm_add_action for cleanupGuenter Roeck1-18/+22
2016-07-09hwmon: (lm75) Convert to use regmapGuenter Roeck2-94/+69
2016-07-09hwmon: (lm75) Add update_interval attributeGuenter Roeck1-0/+13