aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-30hwmon: (jc42) optionally try to disable the SMBUS timeoutPeter Rosin1-0/+21
2017-11-27hwmon: (pmbus) Use 64bit math for DIRECT format valuesRobert Lippert1-9/+12
2017-11-16hwmon: (w83793) Remove duplicate NULL checkAndy Shevchenko1-10/+5
2017-11-16hwmon: (w83792d) Remove duplicate NULL checkAndy Shevchenko1-10/+5
2017-11-16hwmon: (w83791d) Remove duplicate NULL checkAndy Shevchenko1-10/+5
2017-11-16hwmon: (w83781d) Remove duplicate NULL checkAndy Shevchenko1-8/+4
2017-11-16hwmon: (k10temp) Correct model name for Ryzen 1600XGuenter Roeck1-1/+1
2017-11-13Merge tag 'hwmon-for-linus-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds17-320/+1034
2017-11-05pmbus: Add driver for Maxim MAX31785 Intelligent Fan ControllerAndrew Jeffery3-0/+127
2017-11-04hwmon: (aspeed-pwm-tacho) Sort headersJoel1-3/+3
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-11-01hwmon: (xgene) Minor clean up of ifdef and acpi_match_table referencehotran1-4/+3
2017-10-29hwmon: (max6621) Inverted if condition in max6621_read()Dan Carpenter1-1/+1
2017-10-29hwmon: (asc7621) remove redundant assignment to newvalColin Ian King1-1/+0
2017-10-29hwmon: (xgene) Support hwmon v2hotran1-9/+31
2017-10-29hwmon: (gpio-fan) Fix null pointer dereference at probeMiquel Raynal1-1/+1
2017-10-29hwmon: (gpio-fan) Convert to use GPIO descriptorsLinus Walleij1-56/+32
2017-10-29hwmon: (gpio-fan) Rename GPIO line state variablesLinus Walleij1-25/+26
2017-10-29hwmon: (gpio-fan) Get rid of the gpio alarm structLinus Walleij1-26/+12
2017-10-29hwmon: (gpio-fan) Get rid of platform data structLinus Walleij1-58/+30
2017-10-29hwmon: (gpio-fan) Mandate OF_GPIO and cut pdata pathLinus Walleij2-26/+11
2017-10-29hwmon: (gpio-fan) Send around device pointerLinus Walleij1-10/+10
2017-10-29hwmon: (gpio-fan) Localize platform dataLinus Walleij1-1/+22
2017-10-29hwmon: (gpio-fan) Use local variable pointersLinus Walleij1-7/+9
2017-10-29hwmon: (max6621) Add support for Maxim MAX6621 temperature sensorVadim Pasternak3-0/+608
2017-10-29hwmon: (w83793) make const array watchdog_minors static, reduces object code sizeColin Ian King1-1/+3
2017-10-29hwmon: (aspeed-pwm-tacho) increase fan tach periodPatrick Venture1-1/+1
2017-10-29hwmon: (max1619) Add dt bindingAlan Tull1-0/+10
2017-10-29hwmon: (sht15) remove redundant check on status and send of status valueColin Ian King1-8/+0
2017-10-29hwmon: (sht15) Root out platform dataLinus Walleij1-113/+54
2017-10-29hwmon: (k10temp) Add support for temperature offsetsGuenter Roeck1-0/+30
2017-10-29hwmon: (k10temp) Add support for family 17hGuenter Roeck1-0/+16
2017-10-29hwmon: (k10temp) Move chip specific code into probe functionGuenter Roeck1-17/+45
2017-10-29hwmon: (stts751) Fix buffer size passed to snprintfJean Delvare1-9/+9
2017-10-29hwmon: (pmbus/core) Prevent unintentional setting of page to 0xFFEdward A. James2-17/+14
2017-10-24hwmon: (tmp102) Fix first temperature readingGuenter Roeck1-8/+5
2017-10-21hwmon: (da9052) Increase sample rate when using TSIMartyn Welch1-0/+5
2017-10-01hwmon: (xgene) Fix up error handling path mixup in 'xgene_hwmon_probe()'Christophe Jaillet1-8/+11
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig3-4/+4
2017-09-01hwmon: (ltq-cputemp) add cpu temp sensor driverFlorian Eckert3-0/+171
2017-08-30hwmon: (pmbus) Add support for Texas Instruments tps53679 deviceVadim Pasternak3-0/+123
2017-08-30Merge remote-tracking branch 'lee/ib-mfd-hwmon-4.14' into hwmon-nextGuenter Roeck1-22/+263
2017-08-30hwmon: (asc7621) make several arrays static constColin Ian King1-2/+2
2017-08-30hwmon: (pmbus/lm25066) Add support for TI LM5066IXo Wang1-2/+39
2017-08-30hwmon: (pmbus/lm25066) Offset coefficient depends on CLXo Wang1-2/+4
2017-08-30hwmon: (pmbus) Add support for Intel VID protocol VR13Vadim Pasternak2-1/+5
2017-08-29hwmon: (pmbus) Add IBM Common Form Factor (CFF) power supply driverEdward A. James3-0/+161
2017-08-29hwmon: (ftsteutates) constify i2c_device_idArvind Yadav1-1/+1
2017-08-22hwmon: da9052: Add support for TSI channelSebastian Reichel1-4/+245