summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorLines
2016-10-24hwmon: (core) fix resource leak on devm_kcalloc failureColin Ian King-2/+4
2016-10-17hwmon: (max31790) potential ERR_PTR dereferenceDan Carpenter-1/+3
2016-10-17hwmon: (adm9240) handle temperature readings below 0Chris Packham-3/+3
2016-10-04Merge tag 'hwmon-for-linus-v4.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2152/+3945
2016-09-18hwmon: (nct6775) Add support for multiple virtual temperature sourcesGuenter Roeck-2/+13
2016-09-18hwmon: (adt7470) No need for additional synchronization on kthread_stop()Daniel Wagner-4/+0
2016-09-13hwmon: (lm95241) Update module description to include LM95231Axel Lin-1/+1
2016-09-13hwmon: (lm95245) Select REGMAP_I2CAxel Lin-0/+1
2016-09-13hwmon: (ibmpowernv) Fix label for cores numbers not threadsMichael Neuling-5/+3
2016-09-10hwmon: (adt7470) Allow faster removalJoshua Scott-1/+4
2016-09-10hwmon: (adt7470) Add write support to alarm_maskJoshua Scott-1/+24
2016-09-09hwmon: (xgene) access mailbox as RAMArnd Bergmann-14/+15
2016-09-08hwmon: (lm95245) Use new hwmon registration APIGuenter Roeck-259/+379
2016-09-08hwmon: (lm95241) Convert to use new hwmon registration APIGuenter Roeck-189/+241
2016-09-08hwmon: (jc42) Convert to use new hwmon registration APIGuenter Roeck-144/+149
2016-09-08hwmon: (max31790) Convert to use new hwmon registration APIGuenter Roeck-297/+224
2016-09-08hwmon: (nct7904) Convert to use new hwmon registration APIGuenter Roeck-285/+270
2016-09-08hwmon: (ltc4245) Convert to use new hwmon registration APIGuenter Roeck-187/+175
2016-09-08hwmon: (tmp421) Convert to use new hwmon registration APIGuenter Roeck-75/+58
2016-09-08hwmon: (tmp102) Convert to use new hwmon registration APIGuenter Roeck-65/+90
2016-09-08hwmon: (lm90) Convert to use new hwmon registration APIGuenter Roeck-376/+435
2016-09-08hwmon: (lm75) Convert to use new hwmon registration APIGuenter Roeck-70/+116
2016-09-08hwmon: (xgene) Fix crash when alarm occurs before driver probehotran-19/+50
2016-09-08hwmon: (iio_hwmon) defer probe when no channel is foundQuentin Schulz-1/+4
2016-09-08hwmon: (max6650) Allow fan shutdown and initial rpm targetMike Looijmans-41/+67
2016-09-08hwmon: (max6650) Add devicetree supportMike Looijmans-11/+36
2016-09-08hwmon: (it87) Drop useless commentsJean Delvare-4/+4
2016-09-08hwmon: (ucd9000) Add support for UCD90160 Power Supply SequencerMatt Weber-4/+5
2016-09-08hwmon: (scpi) Delete unnecessary assignment for the field "owner"Markus Elfring-1/+0
2016-09-08hwmon: (ftsteutates) Add i2c detect functionalityThilo Cestonaro-0/+45
2016-09-08hwmon: Add xgene hwmon driverhotran-0/+763
2016-09-08hwmon: (core) Avoid cyclic dependency between hwmon and thermal_sysGuenter Roeck-2/+8
2016-09-08hwmon: (adt7470) Expose PWM frequency to sysfsJoshua Scott-0/+74
2016-09-08hwmon: (ltc4151) Make shunt-resistor configurableDaniel Golle-2/+20
2016-09-08hwmon: (nct6775) Do not accept force_id unless chip is foundGuenter Roeck-4/+4
2016-09-08hwmon: (core) Add basic pwm attribute support to new APIGuenter Roeck-0/+9
2016-09-08hwmon: (core) Add fan attribute support to new APIGuenter Roeck-0/+16
2016-09-08hwmon: (core) Add energy and humidity attribute support to new APIGuenter Roeck-0/+20
2016-09-08hwmon: (core) Add power attribute support to new APIGuenter Roeck-0/+30
2016-09-08hwmon: (core) Add current attribute support to new APIGuenter Roeck-0/+21
2016-09-08hwmon: (core) Add voltage attribute support to new APIGuenter Roeck-0/+21
2016-09-08hwmon: (core) New hwmon registration APIGuenter Roeck-27/+458
2016-09-08hwmon: (core) Order include files alphabeticallyGuenter Roeck-6/+4
2016-09-08hwmon: (ntc_thermistor) Use devm_hwmon_device_register_with_groupsGuenter Roeck-48/+9
2016-09-08hwmon: (ntc_thermistor) Use dev instead of &pdev->dev where possibleGuenter Roeck-27/+25
2016-09-08hwmon: (ntc_thermistor) Use devm_iio_channel_getGuenter Roeck-11/+1
2016-09-08hwmon: (pmbus) Add explicit support for DPS-460, DPS-800, and SGD009Vadim Pasternak-2/+18
2016-09-08hwmon: (adt7411) add external thermal diode supportMichael Walle-8/+43
2016-09-08hwmon: (lm95241) Use more accurate limitsGuenter Roeck-6/+2
2016-09-08hwmon: (lm95241) Use BIT macro where appropriateGuenter Roeck-24/+21