summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (gl520sm) Fix overflows and crash seen when writing into limit attributesGuenter Roeck2017-10-081-9/+16
* hwmon: (it87) Fix pwm4 detection for IT8620 and IT8628Guenter Roeck2017-05-141-1/+1
* hwmon: (it87) Avoid registering the same chip on both SIO addressesGuenter Roeck2017-05-081-5/+19
* hwmon: (it87) Ensure that pwm control cache is current before updating valuesGuenter Roeck2017-03-121-0/+2
* hwmon: (it87) Do not overwrite bit 2..6 of pwm control registersGuenter Roeck2017-03-121-13/+24
* hwmon: (lm90) fix temp1_max_alarm attributeMichael Walle2017-01-121-1/+1
* hwmon: (g762) Fix overflows and crash seen when writing limit attributesGuenter Roeck2017-01-121-4/+7
* hwmon: (nct7802) Fix overflows seen when writing into limit attributesGuenter Roeck2017-01-121-3/+5
* hwmon: (ds620) Fix overflows seen when writing temperature limitsGuenter Roeck2017-01-121-1/+1
* hwmon: (amc6821) sign extension temperatureJared Bents2017-01-121-2/+2
* hwmon: (scpi) Fix module autoloadJavier Martinez Canillas2017-01-121-0/+1
* hwmon: (core) fix resource leak on devm_kcalloc failureColin Ian King2016-10-241-2/+4
* hwmon: (max31790) potential ERR_PTR dereferenceDan Carpenter2016-10-171-1/+3
* hwmon: (adm9240) handle temperature readings below 0Chris Packham2016-10-171-3/+3
* Merge tag 'hwmon-for-linus-v4.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-0428-2152/+3945
|\
| * hwmon: (nct6775) Add support for multiple virtual temperature sourcesGuenter Roeck2016-09-181-2/+13
| * hwmon: (adt7470) No need for additional synchronization on kthread_stop()Daniel Wagner2016-09-181-4/+0
| * hwmon: (lm95241) Update module description to include LM95231Axel Lin2016-09-131-1/+1
| * hwmon: (lm95245) Select REGMAP_I2CAxel Lin2016-09-131-0/+1
| * hwmon: (ibmpowernv) Fix label for cores numbers not threadsMichael Neuling2016-09-131-5/+3
| * hwmon: (adt7470) Allow faster removalJoshua Scott2016-09-101-1/+4
| * hwmon: (adt7470) Add write support to alarm_maskJoshua Scott2016-09-101-1/+24
| * hwmon: (xgene) access mailbox as RAMArnd Bergmann2016-09-091-14/+15
| * hwmon: (lm95245) Use new hwmon registration APIGuenter Roeck2016-09-081-259/+379
| * hwmon: (lm95241) Convert to use new hwmon registration APIGuenter Roeck2016-09-081-189/+241
| * hwmon: (jc42) Convert to use new hwmon registration APIGuenter Roeck2016-09-081-144/+149
| * hwmon: (max31790) Convert to use new hwmon registration APIGuenter Roeck2016-09-081-297/+224
| * hwmon: (nct7904) Convert to use new hwmon registration APIGuenter Roeck2016-09-081-285/+270
| * hwmon: (ltc4245) Convert to use new hwmon registration APIGuenter Roeck2016-09-081-187/+175
| * hwmon: (tmp421) Convert to use new hwmon registration APIGuenter Roeck2016-09-081-75/+58
| * hwmon: (tmp102) Convert to use new hwmon registration APIGuenter Roeck2016-09-082-65/+90
| * hwmon: (lm90) Convert to use new hwmon registration APIGuenter Roeck2016-09-081-376/+435
| * hwmon: (lm75) Convert to use new hwmon registration APIGuenter Roeck2016-09-082-70/+116
| * hwmon: (xgene) Fix crash when alarm occurs before driver probehotran2016-09-081-19/+50
| * hwmon: (iio_hwmon) defer probe when no channel is foundQuentin Schulz2016-09-081-1/+4
| * hwmon: (max6650) Allow fan shutdown and initial rpm targetMike Looijmans2016-09-081-41/+67
| * hwmon: (max6650) Add devicetree supportMike Looijmans2016-09-081-11/+36
| * hwmon: (it87) Drop useless commentsJean Delvare2016-09-081-4/+4
| * hwmon: (ucd9000) Add support for UCD90160 Power Supply SequencerMatt Weber2016-09-082-4/+5
| * hwmon: (scpi) Delete unnecessary assignment for the field "owner"Markus Elfring2016-09-081-1/+0
| * hwmon: (ftsteutates) Add i2c detect functionalityThilo Cestonaro2016-09-081-0/+45
| * hwmon: Add xgene hwmon driverhotran2016-09-083-0/+763
| * hwmon: (core) Avoid cyclic dependency between hwmon and thermal_sysGuenter Roeck2016-09-081-2/+8
| * hwmon: (adt7470) Expose PWM frequency to sysfsJoshua Scott2016-09-081-0/+74
| * hwmon: (ltc4151) Make shunt-resistor configurableDaniel Golle2016-09-081-2/+20
| * hwmon: (nct6775) Do not accept force_id unless chip is foundGuenter Roeck2016-09-081-4/+4
| * hwmon: (core) Add basic pwm attribute support to new APIGuenter Roeck2016-09-081-0/+9
| * hwmon: (core) Add fan attribute support to new APIGuenter Roeck2016-09-081-0/+16
| * hwmon: (core) Add energy and humidity attribute support to new APIGuenter Roeck2016-09-081-0/+20
| * hwmon: (core) Add power attribute support to new APIGuenter Roeck2016-09-081-0/+30