1. a1c1baf hwmon: (f75375s) Let f75375_update_device treat pwmX as a measured value by Nikolaus Schulz · 12 years ago
  2. eb2f255 hwmon: (f75375s) Fix bit shifting in f75375_write16 by Nikolaus Schulz · 12 years ago
  3. a367a1e hwmon: (f75375s) Fix reading of wrong register when initializing the F75387 by Nikolaus Schulz · 12 years ago
  4. 09e87e5 hwmon: (f75375s) Fix automatic pwm mode setting for F75373 & F75375 by Nikolaus Schulz · 12 years ago
  5. eb564e1 hwmon: (w83627ehf) Remove duplicate code by Guenter Roeck · 12 years ago
  6. 585c0fd hwmon: (w83627ehf) Fix number of fans for NCT6776F by Guenter Roeck · 12 years ago
  7. ad77c3e hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776F by Guenter Roeck · 12 years ago
  8. 6edf3c3 hwmon: (sht15) fix bad error code by Vivien Didelot · 12 years ago
  9. 86b2bbf hwmon: (f71805f) Fix clamping of temperature limits by Jean Delvare · 12 years ago
  10. 1c72009 hwmon: (adm1031) Fix coding style issues by Guenter Roeck · 13 years ago
  11. 16b5dda hwmon: (it87) Add IT8728F support by Jean Delvare · 13 years ago
  12. d6db23c hwmon: (coretemp) Add missing section annotations by Jean Delvare · 13 years ago
  13. 6b10111 hwmon: (lm90) Add range check to set_update_interval by Guenter Roeck · 13 years ago
  14. 2fe28ab hwmon: (lm63) Support extended lookup table of LM96163 by Jean Delvare · 13 years ago
  15. d216f68 hwmon: (lm63) Expose automatic fan speed control lookup table by Jean Delvare · 13 years ago
  16. d93ab78 hwmon: (lm63) Fix incorrect comment about I2C address by Jean Delvare · 13 years ago
  17. 409c0b5 hwmon: (lm63) LM64 has a dedicated pin for tachometer by Jean Delvare · 13 years ago
  18. f496b2d hwmon: (lm63) Add sensor type attribute for external sensor on LM96163 by Guenter Roeck · 13 years ago
  19. 04738b2 hwmon: (lm63) Add support for update_interval sysfs attribute by Guenter Roeck · 13 years ago
  20. 94e55df hwmon: (lm63) Add support for writing the external critical temperature by Guenter Roeck · 13 years ago
  21. e872c91 hwmon: (lm63) Add support for unsigned upper temperature limits by Guenter Roeck · 13 years ago
  22. 210961c hwmon: (lm63) Add support for LM96163 by Guenter Roeck · 13 years ago
  23. 786375f hwmon: (lm63) Add support for external temperature offset register by Guenter Roeck · 13 years ago
  24. 662bda2 hwmon: (lm63) Fix checkpatch errors by Guenter Roeck · 13 years ago
  25. 012f3b9 hwmon: (max1111) Change sysfs interface to in[0-3]_input in millivolts by Eric Miao · 13 years ago
  26. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  27. 69116f2 module_param: avoid bool abuse, add bint for special cases. by Rusty Russell · 13 years ago
  28. 6950d76 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 13 years ago
  29. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  30. 67b0243 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  31. 91c8eab max1111.c: fix checkpatch warning by Frans Meulenbroeks · 13 years ago
  32. a01a684 hwmon: (lm75) fix checkpatch warnings by Frans Meulenbroeks · 13 years ago
  33. 66b3b1f hwmon: (lm80) fix checkpatch messages by Frans Meulenbroeks · 13 years ago
  34. 179c4fd hwmon: replaced strict_str* with kstr* by Frans Meulenbroeks · 13 years ago
  35. 24edc0a hwmon: (lm75) fix checkpatch warning by Frans Meulenbroeks · 13 years ago
  36. 1f962f3 hwmon: (lm75) added error handling by Frans Meulenbroeks · 13 years ago
  37. aac9fe9 hwmon: (ltc4261) set data->valid to 0 if error by Frans Meulenbroeks · 13 years ago
  38. f58c44e hwmon: (f75375s) Add support for F75387SG/RG by Björn Gerhart · 13 years ago
  39. 5cd3222 hwmon: (f75375s) Disable setting DC fan control mode for F75373 by Guenter Roeck · 13 years ago
  40. b1b561a hwmon: (f75375s) Initialize pwmX_mode and pwmX_enable if there is no platform data by Guenter Roeck · 13 years ago
  41. 3310600 hwmon: (f75375s) Fix value range for PWM modes by Guenter Roeck · 13 years ago
  42. 740f6be3 hwmon: (f75375s) Use standard sysfs attribute names by Guenter Roeck · 13 years ago
  43. 4fd826e hwmon: (f75375s) Fix checkpatch errors and warnings by Guenter Roeck · 13 years ago
  44. 56badac hwmon: (pmbus/zl6100) Only instantiate external temperature sensor if enabled by Guenter Roeck · 13 years ago
  45. 443830f hwmon: (pmbus/zl6100) Add support for Ericsson BMR45[0,1] and BMR46[2,3,4] by Guenter Roeck · 13 years ago
  46. bc581e6 hwmon: (pmbus/zl6100) Add support for ZL2005 by Guenter Roeck · 13 years ago
  47. 8710280 hwmon: (pmbus/adm1275) Validate device ID by Guenter Roeck · 13 years ago
  48. 48176a9 switch sysfs_chmod_file() to umode_t by Al Viro · 13 years ago
  49. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  50. 141168c x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' by Kevin Winchester · 13 years ago
  51. d6c4f2a hwmon: (jz4740) Staticise jz4740_hwmon_driver by Axel Lin · 13 years ago
  52. 0b57d76 hwmon: (jz4740) fix signedness bug by Axel Lin · 13 years ago
  53. 25a236a hwmon: convert drivers/hwmon/* to use module_platform_driver() by Axel Lin · 13 years ago
  54. b52fabc hwmon: Remove redundant spi driver bus initialization by Lars-Peter Clausen · 13 years ago
  55. 3627902 hwmon: (exynos4_tmu) Fix Kconfig dependency by Donggeun Kim · 13 years ago
  56. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  57. bfa02b0 hwmon: (w83627ehf) Fix broken driver init by Guenter Roeck · 13 years ago
  58. 2aba6ca hwmon: (coretemp) Fix for non-SMP builds by Jean Delvare · 13 years ago
  59. eff7687 hwmon: (w83627ehf) Add support for the W83627UHG by Jean Delvare · 13 years ago
  60. 6ba71de hwmon: (w83627ehf) Clean up probe function by Jean Delvare · 13 years ago
  61. 2265cef hwmon: (w83627ehf) Properly report PECI and AMD-SI sensor types by Jean Delvare · 13 years ago
  62. 90f4102 hwmon: Use i2c_smbus_{read,write}_word_swapped by Jean Delvare · 13 years ago
  63. 371f2e0 hwmon: (smsc47b397) Fix checkpatch errors by Jean Delvare · 13 years ago
  64. b2589ab hwmon: (lm90) Make code more readable by Jean Delvare · 13 years ago
  65. 8dc089d hwmon: (lm90) Fix warnings by Jean Delvare · 13 years ago
  66. da8ebe4 hwmon: (ibmaem) Avoid repeated memory allocations by Jean Delvare · 13 years ago
  67. 9d84c9e hwmon: (ibmaem) Make instance initializations independent by Jean Delvare · 13 years ago
  68. 547a1c9 hwmon: (ibmaem) Fix error paths by Jean Delvare · 13 years ago
  69. 24d6e2a hwmon: (lm73) Make detection less problematic by Jean Delvare · 13 years ago
  70. 746cdfb hwmon: Avoid building drivers for powerpc that read/write ISA addresses by Dean Nelson · 13 years ago
  71. a0a4194 Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  72. 6580704 drivers/hwmon/hwmon.c: convert idr to ida and use ida_simple_get() by Jonathan Cameron · 13 years ago
  73. 4ca5f46 hwmon: convert idr to ida and use ida_simple interface by Jonathan Cameron · 13 years ago
  74. 31a1a15 drivers/hwmon: add module.h to ultra45_env.c by Paul Gortmaker · 13 years ago
  75. 8237eb9 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  76. c5794cf hwmon: (w83627ehf) Better fix for negative temperature values by Jean Delvare · 13 years ago
  77. 17296fe hwmon: (w83627ehf) Uninline is_word_sized by Jean Delvare · 13 years ago
  78. 426343e hwmon: (lm75) Document why clones are not detected by Jean Delvare · 13 years ago
  79. 03f5de2 hwmon: (w83627ehf) Move fan pins check to a separate function by Jean Delvare · 13 years ago
  80. 389ef65 hwmon: (w83627ehf) Skip reading unused voltage registers by Jean Delvare · 13 years ago
  81. e96f9d8 hwmon: (lm75) Add support for Analog Devices ADT75 by Michael Hennerich · 13 years ago
  82. 1af1f53 hwmon: (pmbus_core) Simplify sign extensions by Guenter Roeck · 13 years ago
  83. bc365a7 hwmon: (pmbus) Add support for Lineage Power DC-DC converters by Guenter Roeck · 13 years ago
  84. ddfb41c hwmon: (pmbus/ltc2978) Add support for LTC3880 to LTC2978 driver by Guenter Roeck · 13 years ago
  85. c3ff9a6 hwmon: (pmbus/ltc2978) Explicit driver for LTC2978 by Guenter Roeck · 13 years ago
  86. 3d79028 hwmon: (pmbus) Add support for TEMP2 peak attributes by Guenter Roeck · 13 years ago
  87. 4f3a659 hwmon: AD7314 driver (ported from IIO) by Jonathan Cameron · 13 years ago
  88. 200855e hwmon: (pmbus) Add support for Intersil power management chips by Guenter Roeck · 13 years ago
  89. da8e48a hwmon: (pmbus) Always call _pmbus_read_byte in core driver by Guenter Roeck · 13 years ago
  90. 179144a hwmon: (pmbus) Replace EINVAL return codes with more appropriate errors by Guenter Roeck · 13 years ago
  91. 6543439 hwmon/f71882fg: Make the decision wether to register fan attr. per fan by Hans de Goede · 13 years ago
  92. 9af0794 hwmon/f71882fg: Add a f71882fg_create_fan_sysfs_files helper function by Hans de Goede · 13 years ago
  93. 5584014 hwmon/f71882fg: Make all fan/pwm attr tables 2 dimensional by Hans de Goede · 13 years ago
  94. 3f67f83 hwmon: (exynos4_tmu) Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  95. 9d97e5c hwmon: Add driver for EXYNOS4 TMU by Donggeun Kim · 13 years ago
  96. 5cf231a hwmon: (pmbus/adm1275) Add support for ADM1276 by Guenter Roeck · 13 years ago
  97. c5e6763 hwmon: (pmbus/adm1275) Add support for second current limit by Guenter Roeck · 13 years ago
  98. 866cf12 hwmon: (pmbus) Don't return errors from driver remove functions by Guenter Roeck · 13 years ago
  99. 20fcfe1 hwmon: (pmbus) Add comments explaining internal driver API return values by Guenter Roeck · 13 years ago
  100. 363a12a hwmon: (w83627ehf) add caseopen detection by Dmitry Artamonow · 13 years ago