summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
...
| * hwmon: (tmp421) Convert to use new hwmon registration APIGuenter Roeck2016-09-091-75/+58Star
| * hwmon: (tmp102) Convert to use new hwmon registration APIGuenter Roeck2016-09-092-65/+90
| * hwmon: (lm90) Convert to use new hwmon registration APIGuenter Roeck2016-09-091-376/+435
| * hwmon: (lm75) Convert to use new hwmon registration APIGuenter Roeck2016-09-092-70/+116
| * hwmon: (xgene) Fix crash when alarm occurs before driver probehotran2016-09-091-19/+50
| * hwmon: (iio_hwmon) defer probe when no channel is foundQuentin Schulz2016-09-091-1/+4
| * hwmon: (max6650) Allow fan shutdown and initial rpm targetMike Looijmans2016-09-091-41/+67
| * hwmon: (max6650) Add devicetree supportMike Looijmans2016-09-091-11/+36
| * hwmon: (it87) Drop useless commentsJean Delvare2016-09-091-4/+4
| * hwmon: (ucd9000) Add support for UCD90160 Power Supply SequencerMatt Weber2016-09-092-4/+5
| * hwmon: (scpi) Delete unnecessary assignment for the field "owner"Markus Elfring2016-09-091-1/+0Star
| * hwmon: (ftsteutates) Add i2c detect functionalityThilo Cestonaro2016-09-091-0/+45
| * hwmon: Add xgene hwmon driverhotran2016-09-093-0/+763
| * hwmon: (core) Avoid cyclic dependency between hwmon and thermal_sysGuenter Roeck2016-09-091-2/+8
| * hwmon: (adt7470) Expose PWM frequency to sysfsJoshua Scott2016-09-091-0/+74
| * hwmon: (ltc4151) Make shunt-resistor configurableDaniel Golle2016-09-091-2/+20
| * hwmon: (nct6775) Do not accept force_id unless chip is foundGuenter Roeck2016-09-091-4/+4
| * hwmon: (core) Add basic pwm attribute support to new APIGuenter Roeck2016-09-091-0/+9
| * hwmon: (core) Add fan attribute support to new APIGuenter Roeck2016-09-091-0/+16
| * 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/+4Star
| * hwmon: (ntc_thermistor) Use devm_hwmon_device_register_with_groupsGuenter Roeck2016-09-091-48/+9Star
| * hwmon: (ntc_thermistor) Use dev instead of &pdev->dev where possibleGuenter Roeck2016-09-091-27/+25Star
| * hwmon: (ntc_thermistor) Use devm_iio_channel_getGuenter Roeck2016-09-091-11/+1Star
| * 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/+2Star
| * hwmon: (lm95241) Use BIT macro where appropriateGuenter Roeck2016-09-091-24/+21Star
| * hwmon: (lm95241) Drop FSF addressGuenter Roeck2016-09-091-4/+0Star
| * 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: Use smp_call_on_cpu() for dell-smm i8kJuergen Gross2016-09-051-16/+20
|/
* 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