1. 3e9f4df Merge tag 'hwmon-for-linus-v4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 7 years ago
  2. d4667ca Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  3. b399151 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 7 years ago
  4. aef17ca hwmon: (k10temp) Only apply temperature offset if result is positive by Guenter Roeck · 7 years ago
  5. 6fbc423 hwmon: (dell-smm) Disable fan support for Dell Vostro 3360 by Oleksandr Natalenko · 7 years ago
  6. f480ea9 hwmon: (dell-smm) Disable fan support for Dell Inspiron 7720 by Pali Rohár · 7 years ago
  7. 836ad11 hwmon: (dell-smm) Enable broken functionality via "force" module param by Pali Rohár · 7 years ago
  8. 6509614 hwmon: (k10temp) Add temperature offset for Ryzen 1900X by Guenter Roeck · 7 years ago
  9. ccffe77 hwmon: (lm75) Fix trailing semicolon by Luis de Bethencourt · 7 years ago
  10. 0c4c586 hwmon: (ina2xx) Fix access to uninitialized mutex by Marek Szyprowski · 7 years ago
  11. 08f411b hwmon: (pmbus/ir35221) Remove unnecessary scaling by Samuel Mendoza-Jonas · 7 years ago
  12. abe6c3b hwmon: (sht3x) wait predefined limits loading complete before access by Emiliano Ingrassia · 7 years ago
  13. b007640 hwmon: (pmbus/ibm-cffps) Add dependency on LEDS_CLASS by Arnd Bergmann · 7 years ago
  14. ef9e1cd hwmon: (pmbus/cffps) Add led class device for power supply fault led by eajames@linux.vnet.ibm.com · 7 years ago
  15. 4471879 hwmon: (pmbus) cffps: Add PMBUS_SKIP_STATUS_CHECK by Eddie James · 7 years ago
  16. 18c514cc hwmon: (aspeed-pwm-tacho) Deassert reset in probe by Joel · 7 years ago
  17. d6bb645 hwmon: (pmbus) cffps: Add debugfs entries by Edward A. James · 7 years ago
  18. eb6489b hwmon: (pmbus) Export pmbus device debugfs directory entry by Edward A. James · 7 years ago
  19. 571e3f3 hwmon: (w83773g) Fix fault detection and reporting by Guenter Roeck · 7 years ago
  20. a7a9b15 hwmon: (hih6130) Fix documentation of struct hih6130 by Guenter Roeck · 7 years ago
  21. 7f6d70c hwmon: (iio_hwmon) Fix documentation of struct iio_hwmon_state by Guenter Roeck · 7 years ago
  22. d5324e9 hwmon: (sht15) Fix parameter documentation of sht15_crc8() by Guenter Roeck · 7 years ago
  23. 679f50b hwmon: (sht21) Fix documentation of struct sht21 by Guenter Roeck · 7 years ago
  24. 3870945 hwmon: Fix parameter documentation by Guenter Roeck · 7 years ago
  25. 98b16a0 hwmon: (max31785) Add OF device ID table by Javier Martinez Canillas · 7 years ago
  26. 5d389b1 hwmon: (ina2xx) Make calibration register value fixed by Maciej Purski · 7 years ago
  27. cf583b4 hwmon: (pmbus/max31785) Add dual tachometer support by Andrew Jeffery · 7 years ago
  28. 464df6f hwmon: (pmbus) Add virtual page config bit by Andrew Jeffery · 7 years ago
  29. 56ad86b hwmon: (pmbus/max31785) Add fan control by Andrew Jeffery · 7 years ago
  30. d206636 hwmon: (pmbus) Add fan control support by Andrew Jeffery · 7 years ago
  31. 666c149 hwmon: (pmbus/lm25066) Drop support for LM25063 by Guenter Roeck · 7 years ago
  32. b9ccff2 hwmon: (coretemp) deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  33. 6335d98 hwmon: Drop unnecessary 'default n' from Kconfig by Guenter Roeck · 7 years ago
  34. ee249f2 hwmon: Add W83773G driver by Lei YU · 7 years ago
  35. 47c332d hwmon: Deal with errors from the thermal subsystem by Linus Walleij · 7 years ago
  36. 68615eb hwmon: (jc42) optionally try to disable the SMBUS timeout by Peter Rosin · 7 years ago
  37. bd467e4 hwmon: (pmbus) Use 64bit math for DIRECT format values by Robert Lippert · 7 years ago
  38. 7adce42 hwmon: (w83793) Remove duplicate NULL check by Andy Shevchenko · 7 years ago
  39. c85a78b hwmon: (w83792d) Remove duplicate NULL check by Andy Shevchenko · 7 years ago
  40. 416c2a6 hwmon: (w83791d) Remove duplicate NULL check by Andy Shevchenko · 7 years ago
  41. 0ab21d0 hwmon: (w83781d) Remove duplicate NULL check by Andy Shevchenko · 7 years ago
  42. ab5ee24 hwmon: (k10temp) Correct model name for Ryzen 1600X by Guenter Roeck · 7 years ago
  43. 1e19bde Merge tag 'hwmon-for-linus-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 7 years ago
  44. 4d420a6 pmbus: Add driver for Maxim MAX31785 Intelligent Fan Controller by Andrew Jeffery · 7 years ago
  45. 54b943e hwmon: (aspeed-pwm-tacho) Sort headers by Joel · 7 years ago
  46. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  47. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  48. 2305a18 hwmon: (xgene) Minor clean up of ifdef and acpi_match_table reference by hotran · 7 years ago
  49. 5813da1 hwmon: (max6621) Inverted if condition in max6621_read() by Dan Carpenter · 7 years ago
  50. a3bdc5b hwmon: (asc7621) remove redundant assignment to newval by Colin Ian King · 7 years ago
  51. 749d782 hwmon: (xgene) Support hwmon v2 by hotran · 7 years ago
  52. 534e28d8 hwmon: (gpio-fan) Fix null pointer dereference at probe by Miquel Raynal · 7 years ago
  53. 9de382f hwmon: (gpio-fan) Convert to use GPIO descriptors by Linus Walleij · 7 years ago
  54. e99c2e5 hwmon: (gpio-fan) Rename GPIO line state variables by Linus Walleij · 7 years ago
  55. c9933cb hwmon: (gpio-fan) Get rid of the gpio alarm struct by Linus Walleij · 7 years ago
  56. b5482f7 hwmon: (gpio-fan) Get rid of platform data struct by Linus Walleij · 7 years ago
  57. a9b4c8a hwmon: (gpio-fan) Mandate OF_GPIO and cut pdata path by Linus Walleij · 7 years ago
  58. 8c0eb9b hwmon: (gpio-fan) Send around device pointer by Linus Walleij · 7 years ago
  59. ef7a612 hwmon: (gpio-fan) Localize platform data by Linus Walleij · 7 years ago
  60. f9013c1 hwmon: (gpio-fan) Use local variable pointers by Linus Walleij · 7 years ago
  61. 92b6458 hwmon: (max6621) Add support for Maxim MAX6621 temperature sensor by Vadim Pasternak · 7 years ago
  62. 7a76a7f hwmon: (w83793) make const array watchdog_minors static, reduces object code size by Colin Ian King · 7 years ago
  63. 762b1e8 hwmon: (aspeed-pwm-tacho) increase fan tach period by Patrick Venture · 7 years ago
  64. fd53f62 hwmon: (max1619) Add dt binding by Alan Tull · 7 years ago
  65. 90b863d hwmon: (sht15) remove redundant check on status and send of status value by Colin Ian King · 7 years ago
  66. 1867311 hwmon: (sht15) Root out platform data by Linus Walleij · 7 years ago
  67. 1b50b77 hwmon: (k10temp) Add support for temperature offsets by Guenter Roeck · 7 years ago
  68. 9af0a9a hwmon: (k10temp) Add support for family 17h by Guenter Roeck · 7 years ago
  69. 68546ab hwmon: (k10temp) Move chip specific code into probe function by Guenter Roeck · 7 years ago
  70. fc483a9 hwmon: (stts751) Fix buffer size passed to snprintf by Jean Delvare · 7 years ago
  71. 6dcf2fb hwmon: (pmbus/core) Prevent unintentional setting of page to 0xFF by Edward A. James · 7 years ago
  72. d072543 hwmon: (tmp102) Fix first temperature reading by Guenter Roeck · 7 years ago
  73. b16918a hwmon: (da9052) Increase sample rate when using TSI by Martyn Welch · 7 years ago
  74. 74007ae hwmon: (xgene) Fix up error handling path mixup in 'xgene_hwmon_probe()' by Christophe Jaillet · 7 years ago
  75. 6faadbb dmi: Mark all struct dmi_system_id instances const by Christoph Hellwig · 7 years ago
  76. 7074d0a hwmon: (ltq-cputemp) add cpu temp sensor driver by Florian Eckert · 7 years ago
  77. 6105265 hwmon: (pmbus) Add support for Texas Instruments tps53679 device by Vadim Pasternak · 7 years ago
  78. 4e6fe29 Merge remote-tracking branch 'lee/ib-mfd-hwmon-4.14' into hwmon-next by Guenter Roeck · 7 years ago
  79. 6930125 hwmon: (asc7621) make several arrays static const by Colin Ian King · 7 years ago
  80. 5783ec2 hwmon: (pmbus/lm25066) Add support for TI LM5066I by Xo Wang · 7 years ago
  81. ee98317 hwmon: (pmbus/lm25066) Offset coefficient depends on CL by Xo Wang · 7 years ago
  82. d4977c0 hwmon: (pmbus) Add support for Intel VID protocol VR13 by Vadim Pasternak · 7 years ago
  83. f69316d hwmon: (pmbus) Add IBM Common Form Factor (CFF) power supply driver by Edward A. James · 7 years ago
  84. 1dad2e9 hwmon: (ftsteutates) constify i2c_device_id by Arvind Yadav · 7 years ago
  85. 4f16cab hwmon: da9052: Add support for TSI channel by Sebastian Reichel · 7 years ago
  86. 7fe9899 hwmon: da9052: Replace S_IRUGO with 0444 by Sebastian Reichel · 7 years ago
  87. d5553c2 hwmon: (aspeed-pwm) add THERMAL dependency by Arnd Bergmann · 7 years ago
  88. 1e069df hwmon: (pmbus) Add debugfs for status registers by Edward A. James · 7 years ago
  89. f198907 hwmon: (aspeed-pwm-tacho) cooling device support. by Mykola Kostenok · 7 years ago
  90. c159be9 hwmon: (pmbus): Add generic alarm bit for iin and pin by Edward A. James · 7 years ago
  91. cbcdec6 hwmon: (pmbus): Access word data for STATUS_WORD by Edward A. James · 7 years ago
  92. a66a6eb hwmon: (pmbus): Switch status registers to 16 bit by Edward A. James · 7 years ago
  93. 384548e hwmon: (it87) Reapply probe path chip registers settings after resume by Maciej S. Szmigiero · 7 years ago
  94. 557cbf4 hwmon: (it87) Split out chip registers setting code on probe path by Maciej S. Szmigiero · 7 years ago
  95. 778fb96 hwmon: (scpi) constify thermal_zone_of_device_ops structures by Julia Lawall · 7 years ago
  96. c992065 hwmon: (core) constify thermal_zone_of_device_ops structures by Julia Lawall · 7 years ago
  97. 4d3f241 hwmon: (i5k_amb) constify pci_device_id by Arvind Yadav · 7 years ago
  98. bb923fd hwmon: (ads1015) Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  99. 99b981b hwmon: (jc42) Add support for CAT34TS02C by Guenter Roeck · 7 years ago
  100. 568003c hwmon: (jc42) Add support for GT30TS00, GT34TS02, and CAT34TS04 by Guenter Roeck · 7 years ago