summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (jc42) optionally try to disable the SMBUS timeoutPeter Rosin2017-11-301-0/+21
* hwmon: (pmbus) Use 64bit math for DIRECT format valuesRobert Lippert2017-11-271-9/+12
* hwmon: (w83793) Remove duplicate NULL checkAndy Shevchenko2017-11-161-10/+5
* hwmon: (w83792d) Remove duplicate NULL checkAndy Shevchenko2017-11-161-10/+5
* hwmon: (w83791d) Remove duplicate NULL checkAndy Shevchenko2017-11-161-10/+5
* hwmon: (w83781d) Remove duplicate NULL checkAndy Shevchenko2017-11-161-8/+4
* hwmon: (k10temp) Correct model name for Ryzen 1600XGuenter Roeck2017-11-161-1/+1
* Merge tag 'hwmon-for-linus-v4.15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-1317-320/+1034
|\
| * pmbus: Add driver for Maxim MAX31785 Intelligent Fan ControllerAndrew Jeffery2017-11-053-0/+127
| * hwmon: (aspeed-pwm-tacho) Sort headersJoel2017-11-041-3/+3
| * hwmon: (xgene) Minor clean up of ifdef and acpi_match_table referencehotran2017-11-011-4/+3
| * hwmon: (max6621) Inverted if condition in max6621_read()Dan Carpenter2017-10-291-1/+1
| * hwmon: (asc7621) remove redundant assignment to newvalColin Ian King2017-10-291-1/+0
| * hwmon: (xgene) Support hwmon v2hotran2017-10-291-9/+31
| * hwmon: (gpio-fan) Fix null pointer dereference at probeMiquel Raynal2017-10-291-1/+1
| * hwmon: (gpio-fan) Convert to use GPIO descriptorsLinus Walleij2017-10-291-56/+32
| * hwmon: (gpio-fan) Rename GPIO line state variablesLinus Walleij2017-10-291-25/+26
| * hwmon: (gpio-fan) Get rid of the gpio alarm structLinus Walleij2017-10-291-26/+12
| * hwmon: (gpio-fan) Get rid of platform data structLinus Walleij2017-10-291-58/+30
| * hwmon: (gpio-fan) Mandate OF_GPIO and cut pdata pathLinus Walleij2017-10-292-26/+11
| * hwmon: (gpio-fan) Send around device pointerLinus Walleij2017-10-291-10/+10
| * hwmon: (gpio-fan) Localize platform dataLinus Walleij2017-10-291-1/+22
| * hwmon: (gpio-fan) Use local variable pointersLinus Walleij2017-10-291-7/+9
| * hwmon: (max6621) Add support for Maxim MAX6621 temperature sensorVadim Pasternak2017-10-293-0/+608
| * hwmon: (w83793) make const array watchdog_minors static, reduces object code ...Colin Ian King2017-10-291-1/+3
| * hwmon: (aspeed-pwm-tacho) increase fan tach periodPatrick Venture2017-10-291-1/+1
| * hwmon: (max1619) Add dt bindingAlan Tull2017-10-291-0/+10
| * hwmon: (sht15) remove redundant check on status and send of status valueColin Ian King2017-10-291-8/+0
| * hwmon: (sht15) Root out platform dataLinus Walleij2017-10-291-113/+54
| * hwmon: (k10temp) Add support for temperature offsetsGuenter Roeck2017-10-291-0/+30
| * hwmon: (k10temp) Add support for family 17hGuenter Roeck2017-10-291-0/+16
| * hwmon: (k10temp) Move chip specific code into probe functionGuenter Roeck2017-10-291-17/+45
| * hwmon: (stts751) Fix buffer size passed to snprintfJean Delvare2017-10-291-9/+9
| * hwmon: (pmbus/core) Prevent unintentional setting of page to 0xFFEdward A. James2017-10-292-17/+14
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-023-0/+3
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* | hwmon: (tmp102) Fix first temperature readingGuenter Roeck2017-10-241-8/+5
* | hwmon: (da9052) Increase sample rate when using TSIMartyn Welch2017-10-211-0/+5
|/
* hwmon: (xgene) Fix up error handling path mixup in 'xgene_hwmon_probe()'Christophe Jaillet2017-10-011-8/+11
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-143-4/+4
* hwmon: (ltq-cputemp) add cpu temp sensor driverFlorian Eckert2017-09-013-0/+171
* hwmon: (pmbus) Add support for Texas Instruments tps53679 deviceVadim Pasternak2017-08-303-0/+123
* Merge remote-tracking branch 'lee/ib-mfd-hwmon-4.14' into hwmon-nextGuenter Roeck2017-08-301-22/+263
|\
| * hwmon: da9052: Add support for TSI channelSebastian Reichel2017-08-221-4/+245
| * hwmon: da9052: Replace S_IRUGO with 0444Sebastian Reichel2017-08-221-18/+18
* | hwmon: (asc7621) make several arrays static constColin Ian King2017-08-301-2/+2
* | hwmon: (pmbus/lm25066) Add support for TI LM5066IXo Wang2017-08-301-2/+39
* | hwmon: (pmbus/lm25066) Offset coefficient depends on CLXo Wang2017-08-301-2/+4
* | hwmon: (pmbus) Add support for Intel VID protocol VR13Vadim Pasternak2017-08-302-1/+5
* | hwmon: (pmbus) Add IBM Common Form Factor (CFF) power supply driverEdward A. James2017-08-293-0/+161