1. a8b3a3a hwmon: use dev_get_platdata() by Jingoo Han · 11 years ago
  2. 088ce2a hwmon: Fix CamelCase checkpatch warnings by Guenter Roeck · 11 years ago
  3. b063670 hwmon: (it87) Add support for IT8771E and IT8772E by Guenter Roeck · 12 years ago
  4. 2a844c1 hwmon: Replace SENSORS_LIMIT with clamp_val by Guenter Roeck · 12 years ago
  5. 1952978 hwmon: (it87) Support PECI for additional chips by Guenter Roeck · 12 years ago
  6. 5d8d2f2 hwmon: (it87) Report thermal sensor type as Intel PECI if appropriate by Guenter Roeck · 12 years ago
  7. 483db43 hwmon: (it87) Manage device specific features with table by Guenter Roeck · 12 years ago
  8. c4458db hwmon: (it87) Replace pwm group macro with direct attribute definitions by Guenter Roeck · 12 years ago
  9. 1d9bcf6 hwmon: (it87) Avoid quoted string splits across lines by Guenter Roeck · 12 years ago
  10. e1169ba hwmon: (it87) Save fan registers in 2-dimensional array by Guenter Roeck · 12 years ago
  11. 161d898 hwmon: (it87) Introduce support for tempX_offset sysfs attribute by Guenter Roeck · 12 years ago
  12. 2cece01 hwmon: (it87) Replace macro defining tempX_type sensors with direct definitions by Guenter Roeck · 12 years ago
  13. 929c6a5 hwmon: (it87) Save voltage register values in 2-dimensional array by Guenter Roeck · 12 years ago
  14. 60ca385 hwmon: (it87) Save temperature registers in 2-dimensional array by Guenter Roeck · 12 years ago
  15. 281dfd0 hwmon: remove use of __devexit by Bill Pemberton · 12 years ago
  16. 6c931ae hwmon: remove use of __devinit by Bill Pemberton · 12 years ago
  17. 9e5e9b7 hwmon: remove use of __devexit_p by Bill Pemberton · 12 years ago
  18. 41002f8 hwmon: (it87) Preserve configuration register bits on init by Jean Delvare · 12 years ago
  19. 4573acb hwmon: (it87) Make temp3 attribute conditional for IT8782F by Guenter Roeck · 12 years ago
  20. 62a1d05 hwmon: (it87) Convert to use devm_kzalloc and devm_request_region by Guenter Roeck · 12 years ago
  21. 9172b5d hwmon: (it87) Create voltage attributes only if voltage is enabled by Guenter Roeck · 12 years ago
  22. 0531d98 hwmon: (it87) Add support for IT8782F and IT8783E/F by Guenter Roeck · 12 years ago
  23. 3c4c497 hwmon: (it87) Constify fixed string arrays by Guenter Roeck · 13 years ago
  24. 4a0d71c hwmon: (it87) Fix multi-line comments by Guenter Roeck · 13 years ago
  25. 16b5dda hwmon: (it87) Add IT8728F support by Jean Delvare · 13 years ago
  26. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  27. 179c4fd hwmon: replaced strict_str* with kstr* by Frans Meulenbroeks · 13 years ago
  28. 3d30f9e hwmon: (it87) Add chassis intrusion detection support by Jean Delvare · 13 years ago
  29. fa8b697 hwmon: (it87) Fix label group removal by Jean Delvare · 13 years ago
  30. 5b0380c hwmon: (it87) Use request_muxed_region by Nat Gurumoorthy · 13 years ago
  31. a8ca103 hwmon: (it87) Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  32. 6229cdb hwmon: (it87) Fix manual fan speed control on IT8721F by Jean Delvare · 14 years ago
  33. 44c1bcd hwmon: (it87) Add support for the IT8721F/IT8758E by Jean Delvare · 14 years ago
  34. 0df6454d hwmon: (it87) Move conversion functions by Jean Delvare · 14 years ago
  35. 738e5e0 hwmon: (it87) Export labels for internal sensors by Jean Delvare · 14 years ago
  36. 436cad2 hwmon: (it87) Fix in7 on IT8720F by Jean Delvare · 14 years ago
  37. 2b3d1d8 hwmon: (it87) Invalidate cache on temperature sensor change by Jean Delvare · 14 years ago
  38. 8acf07c hwmon: (it87) Properly handle wrong sensor type requests by Jean Delvare · 14 years ago
  39. a00afb9 hwmon: (it87) Don't arbitrarily enable temperature channels by Jean Delvare · 14 years ago
  40. cccfc9c hwmon: (it87) Validate auto pwm settings by Jean Delvare · 14 years ago
  41. 4f3f51b hwmon: (it87) Add support for old automatic fan speed control by Jean Delvare · 14 years ago
  42. f5f6450 hwmon: (it87) Use strict_strtol instead of simple_strtol by Jean Delvare · 14 years ago
  43. 5f2dc79 hwmon: (it87) Fix many checkpatch errors and warnings by Jean Delvare · 14 years ago
  44. d9b327c hwmon: (it87) Add support for beep on alarm by Jean Delvare · 14 years ago
  45. 6a8d7ac hwmon: (it87) Create vid attributes by group by Jean Delvare · 14 years ago
  46. 723a0aa hwmon: (it87) Refactor attributes creation and removal by Jean Delvare · 14 years ago
  47. 94ac7ee hwmon: (it87) Expose the PWM/temperature mappings by Jean Delvare · 14 years ago
  48. b99883d hwmon: (it87) Display fan outputs in automatic mode as such by Jean Delvare · 14 years ago
  49. 591ec65 hwmon: (it87) Check for fan2 and fan3 availability by Jean Delvare · 15 years ago
  50. 895ff26 hwmon: (it87) Verify the VID pin usage by Jean Delvare · 15 years ago
  51. 371dc4a hwmon: (it87) Fix VID reading on IT8718F/IT8720F by Jean Delvare · 15 years ago
  52. 6055fae hwmon: Include <linux/io.h> instead of <asm/io.h> by H Hartley Sweeten · 15 years ago
  53. e267d25 hwmon: (it87) Properly decode -128 degrees C temperature by Jean Delvare · 15 years ago
  54. 77fa49d hwmon: Fix various typos by Jean Delvare · 16 years ago
  55. b9acb64 hwmon: Check for ACPI resource conflicts by Jean Delvare · 16 years ago
  56. b4da93e hwmon: (it87) Add support for the ITE IT8720F by Jean-Marc Spaggiari · 16 years ago
  57. 4ed1077 hwmon: (it87) Fix thermal sensor type values by Jean Delvare · 16 years ago
  58. 98dd22c hwmon: (it87) Prevent power-off on Shuttle SN68PT by Jean Delvare · 16 years ago
  59. 859b9ef hwmon: (it87) Fix fan tachometer reading in IT8712F rev 0x7 (I) by Andrew Paprocki · 16 years ago
  60. 816d8c6 hwmon: (it87) Support for 16-bit fan reading in it8705 >= rev 0x03 by Andrew Paprocki · 16 years ago
  61. 0475169 hwmon: (it87) Support for 16-bit fan reading in it8712 >= rev 0x07 by Andrew Paprocki · 16 years ago
  62. d5b0b5d hwmon: (it87) Delete pwmN_freq files on driver removal by Jean Delvare · 17 years ago
  63. 0124dd7 hwmon: (it87) Add individual alarm files by Jean Delvare · 17 years ago
  64. f1d8e33 hwmon: (it87) Discard a dead e-mail address by Jean Delvare · 17 years ago
  65. 67b671b hwmon: Let the user override the detected Super-I/O device ID by Jean Delvare · 17 years ago
  66. 87b4b66 hwmon: (it87) request only Environment Controller ports by Bjorn Helgaas · 16 years ago
  67. 90d6619 hwmon: VRM is not read from registers by Jean Delvare · 17 years ago
  68. c7f1f71 hwmon: (it87) Add support for fan4 and fan5 by Jean Delvare · 17 years ago
  69. 1beeffe hwmon: Convert from class_device to device by Tony Jones · 17 years ago
  70. d054612 hwmon: Add missing __devexit tags in various drivers by Jean Delvare · 17 years ago
  71. b74f3fd hwmon: convert it87 to platform driver by corentin.labbe · 17 years ago
  72. 08a8f6e hwmon/it87: Add IT8726F support by Rudolf Marek · 17 years ago
  73. ed6bafb hwmon: Cleanup a bogus legacy comment by Jean Delvare · 17 years ago
  74. 7f999aa hwmon: Simplify the locking model of two drivers by Jean Delvare · 17 years ago
  75. f8d0c19 hwmon/it87: Add PWM base frequency control by Jean Delvare · 17 years ago
  76. 8e9afcb hwmon/it87: Remove the SMBus interface support by Jean Delvare · 18 years ago
  77. 87808be Fix unchecked return status, batch 5 by Jean Delvare · 18 years ago
  78. b19367c it87: Copyright update by Jean Delvare · 18 years ago
  79. c5df9b7 it87: Overwrite broken default limits by Jean Delvare · 18 years ago
  80. 87673dd it87: Add support for the IT8718F by Jean Delvare · 18 years ago
  81. 8ab4ec3 it87: Cleanup set_fan_div by Jean Delvare · 18 years ago
  82. 3543a53 it87: in8 has no limit registers by Jean Delvare · 18 years ago
  83. b9e349f it87: Prevent overflow on fan clock divider write by Jean Delvare · 18 years ago
  84. 9060f8b it87: No sysfs files for disabled fans by Jean Delvare · 18 years ago
  85. 17d648b it87: Add support for the IT8716F by Jean Delvare · 18 years ago
  86. 8721884 i2c-isa: Restore driver owner by Jean Delvare · 18 years ago
  87. f6c27fc [PATCH] I2C: hwmon: Rename register parameters by Darren Jenkins · 18 years ago
  88. 9a61bf6 [PATCH] hwmon: Semaphore to mutex conversions by Ingo Molnar · 19 years ago
  89. be79c38 [PATCH] it87: Fix oops on removal by Jean Delvare · 18 years ago
  90. c5e3fbf [PATCH] hwmon: Fix reboot on it87 driver load by Jean Delvare · 19 years ago
  91. a7be58a [PATCH] hwmon: it87 use u8 for vrm by Jean Delvare · 19 years ago
  92. 2b48716 [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  93. cdaf793 [PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11 by Laurent Riffard · 19 years ago
  94. 8a99475 [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 by Jean Delvare · 19 years ago
  95. 07eab46 [PATCH] hwmon: Fix missing it87 fan div init by Jean Delvare · 19 years ago
  96. c49efce [PATCH] hwmon: Static function fixes, 3 of 4 by Ben Dooks · 19 years ago
  97. ba9c2e8 [PATCH] hwmon: kzalloc conversion by Deepak Saxena · 19 years ago
  98. 9174999 [PATCH] hwmon: Drop legacy ISA address support from it87 by Jean Delvare · 19 years ago
  99. 303760b [PATCH] hwmon: hwmon vs i2c, second round (07/11) by Jean Delvare · 19 years ago
  100. f4b5026 [PATCH] hwmon: hwmon vs i2c, second round (06/11) by Jean Delvare · 19 years ago