summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (ds1621) Update zbits after conversion rate changeRobert Coulson2014-08-281-0/+1
* Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-08-1415-31/+60
|\
| * hwmon: (tmp103) Remove duplicate test for I2C_FUNC_SMBUS_BYTE_DATA functionalityAxel Lin2014-08-101-7/+0
| * hwmon: (w83793) Fix vrm write operationAxel Lin2014-08-051-0/+3
| * hwmon: (w83791d) Fix vrm write operationAxel Lin2014-08-051-0/+3
| * hwmon: (w83627hf) Fix vrm write operationAxel Lin2014-08-051-0/+3
| * hwmon: (vt1211) Fix vrm write operationAxel Lin2014-08-051-0/+3
| * hwmon: (pc87360) Fix vrm write operationAxel Lin2014-08-051-0/+3
| * hwmon: (lm87) Fix vrm write operationAxel Lin2014-08-051-0/+4
| * hwmon: (asb100) Fix vrm write operationAxel Lin2014-08-051-0/+4
| * hwmon: (adm1026) Fix vrm write operationAxel Lin2014-08-051-0/+3
| * hwmon: (adm1025) Fix vrm write operationAxel Lin2014-08-051-0/+3
| * hwmon: (hih6130) Fix missing hih6130->write_length settingAxel Lin2014-08-051-0/+3
| * hwmon: (dme1737) Prevent overflow problem when writing large limitsAxel Lin2014-08-051-15/+18
| * hwmon: (emc6w201) Fix temperature limit rangeGuenter Roeck2014-08-051-2/+2
| * hwmon: (ads1015) Fix out-of-bounds array accessAxel Lin2014-08-051-0/+2
| * hwmon: (lm92) Prevent overflow problem when writing large limitsAxel Lin2014-08-051-7/+6
* | fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def...Joe Perches2014-08-061-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-051-4/+2
|\ \ | |/ |/|
| * hwmon: ibmaem: Use ktime_get_ns()Thomas Gleixner2014-07-231-4/+2
* | hwmon: (g762) Use of_property_read_u32 at appropriate placeAxel Lin2014-08-041-5/+2
* | hwmon: (sis5595) Prevent overflow problem when writing large limitsAxel Lin2014-08-041-1/+1
* | hwmon: (gpio-fan) Prevent overflow problem when writing large limitsAxel Lin2014-08-041-1/+1
* | hwmon: (ibmpowernv) Use of_property_read_u32 at appropriate placeAxel Lin2014-08-041-4/+3
* | hwmon: (lm85) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-93/+51
* | hwmon: (lm85) Avoid forward declarationAxel Lin2014-08-041-263/+250
* | hwmon: (lm78) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-83/+15
* | hwmon: (max6697) Use of_property_read_bool at appropriate placesAxel Lin2014-08-041-9/+7
* | hwmon: (pwm-fan) Make SENSORS_PWM_FAN depend on OFAxel Lin2014-08-041-1/+1
* | hwmon: (pwm-fan) Remove duplicate dev_set_drvdata callAxel Lin2014-08-041-1/+0
* | hwmon: (nct6775) Remove num_attr_groups from struct nct6775_dataAxel Lin2014-08-041-6/+6
* | hwmon: (nct6775) Update module description and Kconfig for NCT6106D and NCT6791DAxel Lin2014-08-042-3/+3
* | hwmon: (adt7411) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-39/+20
* | hwmon: (g762) Convert to hwmon_device_register_with_groupsAxel Lin2014-08-041-44/+27
* | hwmon: (emc2103) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-63/+26
* | hwmon: (smsc47m1) Avoid forward declarationAxel Lin2014-08-041-60/+55
* | hwmon: (smsc47m192) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-52/+25
* | hwmon: (smsc47m192) Avoid forward declarationAxel Lin2014-08-041-84/+77
* | hwmon: (max1668) Make max1668_addr_list array constAxel Lin2014-08-041-1/+1
* | hwmon: (max6639) Make normal_i2c array constAxel Lin2014-08-041-1/+1
* | hwmon: (thmc50) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-53/+25
* | hwmon: (thmc50) Avoid forward declarationAxel Lin2014-08-041-84/+76
* | hwmon: (adt7470) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-55/+42
* | hwmon: (adt7470) Avoid forward declarationAxel Lin2014-08-041-36/+30
* | hwmon: (adt7462) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-64/+42
* | hwmon: (adt7462) Avoid forward declarationAxel Lin2014-08-041-24/+18
* | hwmon: Add pwm-fan driverKamil Debski2014-08-043-0/+206
* | hwmon: (asc7621) Make map tables constAxel Lin2014-08-041-7/+7
* | hwmon: (ds620) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-43/+17
* | hwmon: (max16065) Use PTR_ERR_OR_ZEROAxel Lin2014-08-041-4/+1