1. 3a18e13 hwmon: (emc1403) Support full range of known chip revision numbers by Josef Gajdusek · 10 years ago
  2. 8759f90 hwmon: (emc1403) Fix resource leak on module unload by Jean Delvare · 10 years ago
  3. 17c048f hwmon: (emc1403) fix inverted store_hyst() by Josef Gajdusek · 10 years ago
  4. c0940e9 Revert "hwmon: (coretemp) Refine TjMax detection" by Guenter Roeck · 10 years ago
  5. f75d723 hwmon: (ltc2945) Don't crash the kernel unnecessarily by Guenter Roeck · 10 years ago
  6. b2e5411 hwmon: (vexpress) Avoid creating non-existing attributes by Pawel Moll · 10 years ago
  7. 52feaca hwmon: (vexpress) Use legal hwmon device names by Pawel Moll · 10 years ago
  8. 042f7b7 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  9. 4952ef9 Revert "powerpc/powernv: hwmon driver for power values, fan rpm and temperature" by Benjamin Herrenschmidt · 10 years ago
  10. 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  11. 3e76b74 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 10 years ago
  12. 574e9bd hwmon: (it87) Add support for IT8623E by Rudolf Marek · 10 years ago
  13. 7183ae8 hwmon: (it87) Fix IT8603E define name by Rudolf Marek · 10 years ago
  14. 1de8b25 hwmon: (lm90) Convert to use hwmon_device_register_with_groups by Guenter Roeck · 10 years ago
  15. 084489e hwmon: (lm90) Create all sysfs groups in one call by Guenter Roeck · 10 years ago
  16. d89fa68 hwmon: (lm90) Always use the dev variable in the probe function by Guenter Roeck · 10 years ago
  17. 742192f hwmon: (lm90) Create most optional attributes with sysfs_create_group by Guenter Roeck · 10 years ago
  18. 6cf0a91 hwmon: Avoid initializing the same field twice by Jean Delvare · 10 years ago
  19. 5b58157 hwmon: (pc87360) Avoid initializing the same field twice by Jean Delvare · 10 years ago
  20. 118c9a6 hwmon: (lm80) Convert to use devm_hwmon_device_register_with_groups by Guenter Roeck · 10 years ago
  21. c669ec8 hwmon: (adm1021) Convert to use devm_hwmon_device_register_with_groups by Guenter Roeck · 10 years ago
  22. 5ec25c9 hwmon: (lm63) Avoid initializing the same field twice by Jean Delvare · 10 years ago
  23. e19eea8 hwmon: (lm63) Convert to use devm_hwmon_device_register_with_groups by Guenter Roeck · 10 years ago
  24. b76552b hwmon: (lm63) Create all sysfs groups in one call by Guenter Roeck · 10 years ago
  25. 2fd638f hwmon: (lm63) Introduce 'dev' variable to point to client->dev by Guenter Roeck · 10 years ago
  26. 0dcb28a hwmon: (lm63) Add additional sysfs group for temp2_type attribute by Guenter Roeck · 10 years ago
  27. 964f945 hwmon: (f71805f) Fix author's address by Jean Delvare · 10 years ago
  28. ec01595 hwmon: (k10temp) Add support for AMD F16 M30h processor by Aravind Gopalakrishnan · 10 years ago
  29. 235c7b9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  30. 0de7f8a powerpc/powernv: hwmon driver for power values, fan rpm and temperature by Shivaprasad G Bhat · 10 years ago
  31. 2480b6a hwmon, via-cputemp: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 10 years ago
  32. 3289705 hwmon, coretemp: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 10 years ago
  33. f76992b hwmon: (pmbus/ltc2978) Add support for LTM4676 by Guenter Roeck · 10 years ago
  34. a2e15107 hwmon: (pmbus/ltc2978) Add new chip ID for LTC2974 by Guenter Roeck · 10 years ago
  35. 648cd48 hwmon: Do not accept invalid name attributes by Guenter Roeck · 10 years ago
  36. 768821a hwmon: (max6639) Use SIMPLE_DEV_PM_OPS macro by Jingoo Han · 10 years ago
  37. a41a892 hwmon: (lm95245) Make temp2_crit_hyst read-only by Guenter Roeck · 10 years ago
  38. 7276d55 hwmon: (lm95245) Convert to use devm_hwmon_device_register_with_groups by Guenter Roeck · 10 years ago
  39. ce50e7f hwmon: (lm95245) Drop useless debug message by Guenter Roeck · 10 years ago
  40. 408c15ea hwmon: (lm95245) Fix hysteresis temperatures by Guenter Roeck · 10 years ago
  41. 7981c58 hwmon: (max6639) Convert to use devm_hwmon_device_register_with_groups by Guenter Roeck · 10 years ago
  42. c1ea0a0 hwmon: (max6639) Introduce local dev variable, and reduce noisiness by Guenter Roeck · 10 years ago
  43. 71ba0f3 hwmon: (max6650) Introduce local 'dev' variable by Guenter Roeck · 10 years ago
  44. 0b5e33b hwmon: (max6650) Drop error message after memory allocation failures by Guenter Roeck · 10 years ago
  45. 17eaa25 hwmon: (max6650) Convert to use devm_hwmon_device_register_with_groups by Guenter Roeck · 10 years ago
  46. 1577f94 hwmon: (max6650) Rearrange code to no longer require forward declarations by Guenter Roeck · 10 years ago
  47. 6c588b4 hwmon: (ltc4215) Convert to devm_hwmon_device_register_with_groups by Guenter Roeck · 10 years ago
  48. d72d19c hwmon: (coretemp) Convert to use devm_hwmon_device_register_with_groups by Guenter Roeck · 10 years ago
  49. c503a81 hwmon: (coretemp) Allocate platform data with devm_kzalloc by Guenter Roeck · 10 years ago
  50. 1075305 hwmon: (coretemp) Use sysfs_create_group to create sysfs attributes by Guenter Roeck · 10 years ago
  51. 4fa6cbb hwmon: (ltc4245) Remove devicetree conditionals by Guenter Roeck · 10 years ago
  52. bdd41aa hwmon: (ltc4245) Drop debug messages by Guenter Roeck · 10 years ago
  53. 94c42cf hwmon: (ltc4245) Use device managed function to register hwmon device by Guenter Roeck · 10 years ago
  54. 5230551 hwmon: (max1668) Convert to use devm_hwmon_device_register_with_groups by Guenter Roeck · 10 years ago
  55. c5a7066 hwmon: (max1668) Don't hide return value from i2c_smbus_write_byte_data by Guenter Roeck · 10 years ago
  56. b4c9c1a hwmon: Driver for TI ADC128D818 by Guenter Roeck · 10 years ago
  57. ebf5e87 hwmon: Sort Kconfig entries alphabetically by Jean Delvare · 10 years ago
  58. f91d22f hwmon: (lm95245) Avoid initializing the same field twice by Jean Delvare · 10 years ago
  59. a5589cf hwmon: (lm95241) Avoid initializing the same field twice by Jean Delvare · 10 years ago
  60. 9bf3bab hwmon: (emc2103) Return error from i2c_smbus_read_byte_data by Guenter Roeck · 10 years ago
  61. f44e5c5 hwmon: (smm665): Return error from i2c_smbus_read_word_swapped by Guenter Roeck · 10 years ago
  62. 2065bdd hwmon: (ltc4260) Fix trivial typo by Axel Lin · 10 years ago
  63. 939a0a3 hwmon: (jz4740) Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  64. 6700ce0 hwmon: Driver for Linear Technologies LTC2945 by Guenter Roeck · 10 years ago
  65. 69e1ded hwmon: Driver for Linear Technologies LTC4260 by Guenter Roeck · 10 years ago
  66. 79ffe85 hwmon: Driver for Linear Technologies LTC4222 by Guenter Roeck · 10 years ago
  67. 4b49cca hwmon: (iio_hwmon) Convert to use hwmon_device_register_with_groups by Guenter Roeck · 11 years ago
  68. f809621 hwmon: (lm95241) Convert to use devm_hwmon_device_register_with_groups by Guenter Roeck · 10 years ago
  69. 500a915 hwmon: (max1668) Fix writing the minimum temperature by Guenter Roeck · 10 years ago
  70. d3d89c4 hwmon: (ntc_thermistor) Avoid math overflow by Doug Anderson · 10 years ago
  71. 4f545a4 hwmon: (da9055) Remove use of regmap_irq_get_virq() by Adam Thomson · 10 years ago
  72. daa436e hwmon: (pmbus) Support per-page exponent in linear mode by Guenter Roeck · 10 years ago
  73. 632007e hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errors by Jean Delvare · 10 years ago
  74. 920130a hwmon: Fix SENSORS_LM75 dependencies to eliminate build errors by Jean Delvare · 10 years ago
  75. 9076e0c Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 10 years ago
  76. 7c81c60 Update Jean Delvare's e-mail address by Jean Delvare · 10 years ago
  77. b523bb7 hwmon: (it87) Print proper names for the IT8771E and IT8772E by Jean Delvare · 10 years ago
  78. c145d5c hwmon: (it87) Add support for the ITE IT8603E by Rudolf Marek · 10 years ago
  79. 9146657 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  80. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  81. d303b1b hwmon: (k10temp) Add support for Kaveri CPUs by Phil Pokorny · 10 years ago
  82. f5776cc hwmon: (nct6775) Re-enable logical device mapping for NCT6791 during resume by Guenter Roeck · 11 years ago
  83. bf6ea08 hwmon: (coretemp) Do not return -EAGAIN for low temperatures by Guenter Roeck · 11 years ago
  84. c09088d hwmon: (da9052) Fix adc to voltage calculation by Anthony Olech · 11 years ago
  85. 9fb6c9c hwmon: (coretemp) Refine TjMax detection by Guenter Roeck · 11 years ago
  86. 347c16c hwmon: (coretemp) Add PCI device ID for CE41x0 CPUs by Guenter Roeck · 11 years ago
  87. 14513ee hwmon: (coretemp) Use PCI host bridge ID to identify CPU if necessary by Guenter Roeck · 11 years ago
  88. cd9bb05 hwmon: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  89. 3f9aec7 hwmon: (coretemp) Fix truncated name of alarm attributes by Jean Delvare · 10 years ago
  90. 98feb7c Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 10 years ago
  91. 86b581f Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  92. 3806b45 hwmon: Prevent some divide by zeros in FAN_TO_REG() by Dan Carpenter · 11 years ago
  93. 33a7ab9 hwmon: (w83l768ng) Fix fan speed control range by Jean Delvare · 11 years ago
  94. cf7559b hwmon: (w83l786ng) Fix fan speed control mode setting and reporting by Brian Carnes · 11 years ago
  95. 3d489ac hwmon: (lm90) Unregister hwmon device if interrupt setup fails by Guenter Roeck · 11 years ago
  96. efabcc2 hwmon: HIH-6130: Support I2C bus drivers without I2C_FUNC_SMBUS_QUICK by José Miguel Gonçalves · 11 years ago
  97. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
  98. 6a02752 hwmon: tmp102: expose to thermal fw via DT nodes by Eduardo Valentin · 11 years ago
  99. 22e7318 hwmon: lm75: expose to thermal fw via DT nodes by Eduardo Valentin · 11 years ago
  100. 2d304ba Merge branch 'acpica' by Rafael J. Wysocki · 11 years ago