aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-02hwmon: (lm90) fix temp1_max_alarm attributeMichael Walle1-1/+1
2016-12-12hwmon: (g762) Fix overflows and crash seen when writing limit attributesGuenter Roeck1-4/+7
2016-12-12hwmon: (emcw201) Fix overflows seen when writing into limit attributesGuenter Roeck1-3/+5
2016-12-12hwmon: (emc2103) Fix overflows seen when temperature limit attributesGuenter Roeck1-2/+2
2016-12-12hwmon: (lm85) Fix overflows seen when writing voltage limit attributesGuenter Roeck1-1/+2
2016-12-12hwmon: (lm87) Fix overflow seen when writing voltage limit attributesGuenter Roeck1-1/+1
2016-12-12hwmon: (nct7802) Fix overflows seen when writing into limit attributesGuenter Roeck1-3/+5
2016-12-09hwmon: (adt7470) Fix overflows seen when writing into limit attributesGuenter Roeck1-3/+3
2016-12-09hwmon: (adt7462) Fix overflows seen when writing into limit attributesGuenter Roeck1-6/+6
2016-12-09hwmon: (adm1026) Fix overflows seen when writing into limit attributesGuenter Roeck1-9/+17
2016-12-09hwmon: (adm1025) Fix overflows seen when writing voltage limitsGuenter Roeck1-1/+1
2016-12-09hwmon: (via-cputemp) Convert to hotplug state machineSebastian Andrzej Siewior1-46/+17
2016-12-09hwmon: Add Texas Instruments TMP108 temperature sensor driver.John Muir3-0/+481
2016-12-09hwmon: (core) Simplify sysfs attribute name allocationGuenter Roeck1-8/+9
2016-12-09hwmon: (core) Rename groups parameter in API to extra_groupsGuenter Roeck1-4/+4
2016-12-09hwmon: (core) Explain why at least two attribute groups are allocatedGuenter Roeck1-1/+1
2016-12-09hwmon: (core) Make is_visible callback truly mandatoryGuenter Roeck1-3/+3
2016-12-09hwmon: (core) Deprecate hwmon_device_register()Guenter Roeck1-0/+3
2016-12-09hwmon: (core) Clarify use of chip attributesGuenter Roeck1-3/+7
2016-12-09hwmon: (core) Add support for string attributes to new APIGuenter Roeck1-2/+31
2016-12-09hwmon: (lm90) Mention support for TI TMP451 in Kconfig descriptionTobias Klauser1-2/+2
2016-12-09hwmon: (coretemp) Simplify package managementThomas Gleixner1-82/+38
2016-12-09hwmon: (coretemp) Use proper error codes in cpu online callbackThomas Gleixner1-19/+5
2016-12-09hwmon: (coretemp) Convert to hotplug state machineThomas Gleixner1-57/+29
2016-12-09hwmon: (coretemp) Avoid redundant lookupsThomas Gleixner1-13/+6
2016-12-09hwmon: (coretemp) Simplify sibling managementThomas Gleixner1-56/+37
2016-12-09hwmon: (coretemp) Fixup target cpu for package when cpu is offlinedThomas Gleixner1-7/+24
2016-12-09hwmon: (smsc47m192) Fix overflows seen when writing into limit attributesGuenter Roeck1-2/+3
2016-12-09hwmon: (ds620) Fix overflows seen when writing temperature limitsGuenter Roeck1-1/+1
2016-12-09hwmon: (adm9240) Fix overflows seen when writing into limit attributesGuenter Roeck1-3/+6
2016-12-02hwmon: (adt7411) update to new hwmon registration APIMichael Walle1-121/+180
2016-12-02hwmon: (via-cputemp) Remove pointless CPU check on each CPUThomas Gleixner1-15/+1
2016-12-02hwmon: (mcp3021) add devicetree supportClemens Gruber1-12/+36
2016-12-02hwmon: (mcp3021) replace S_IRUGO with 0444Clemens Gruber1-1/+1
2016-12-02hwmon: (lm87) Use hwmon to create the sysfs groupsJason Gunthorpe1-84/+50
2016-12-02hwmon: (adm1275) Enable adm1278 VOUT samplingYi Li1-4/+16
2016-12-02hwmon: Add tc654 driverChris Packham3-0/+526
2016-12-02hwmon: (amc6821) sign extension temperatureJared Bents1-2/+2
2016-12-02hwmon: (scpi) Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-24hwmon: (core) fix resource leak on devm_kcalloc failureColin Ian King1-2/+4
2016-10-17hwmon: (max31790) potential ERR_PTR dereferenceDan Carpenter1-1/+3
2016-10-17hwmon: (adm9240) handle temperature readings below 0Chris Packham1-3/+3
2016-10-04Merge tag 'hwmon-for-linus-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds28-2152/+3945
2016-09-18hwmon: (nct6775) Add support for multiple virtual temperature sourcesGuenter Roeck1-2/+13
2016-09-18hwmon: (adt7470) No need for additional synchronization on kthread_stop()Daniel Wagner1-4/+0
2016-09-13hwmon: (lm95241) Update module description to include LM95231Axel Lin1-1/+1
2016-09-13hwmon: (lm95245) Select REGMAP_I2CAxel Lin1-0/+1
2016-09-13hwmon: (ibmpowernv) Fix label for cores numbers not threadsMichael Neuling1-5/+3
2016-09-10hwmon: (adt7470) Allow faster removalJoshua Scott1-1/+4
2016-09-10hwmon: (adt7470) Add write support to alarm_maskJoshua Scott1-1/+24