1. 4275fcd hwmon: (pcf8591) Register as a hwmon device by Jean Delvare · 14 years ago
  2. 2437710 hwmon: (w83795) Use standard attributes for chassis intrusion by Jean Delvare · 14 years ago
  3. 00030af hwmon: (w83795) Exclude fan control feature by default by Jean Delvare · 14 years ago
  4. e3760b4 hwmon: (w83795) Add myself as co-author and maintainer by Jean Delvare · 14 years ago
  5. eb02755 hwmon: (w83795) More style cleanups by Jean Delvare · 14 years ago
  6. 5d2cd95 hwmon: (w83795) Fix LSB reading of voltage limits by Jean Delvare · 14 years ago
  7. 21fc977 hwmon: (w83795) Use dev_get_drvdata() where possible by Jean Delvare · 14 years ago
  8. 1bb3450 hwmon: (w83795) Delay reading pwm config registers by Jean Delvare · 14 years ago
  9. 2ae61de hwmon: (w83795) Delay reading limit registers by Jean Delvare · 14 years ago
  10. 0d7237bf hwmon: (w83795) Move register reads to dedicated functions by Jean Delvare · 14 years ago
  11. 476a4e5 hwmon: (w83795) Pack similar register reads by Jean Delvare · 14 years ago
  12. fd7f82b hwmon: (w83795) Make W83795_REG_PWM more efficient by Jean Delvare · 14 years ago
  13. 5f7b77c hwmon: (w83795) Don't pre-read values we'll update later by Jean Delvare · 14 years ago
  14. 39deb69 hwmon: (w83795) Simplify temperature sensor type handling by Jean Delvare · 14 years ago
  15. cd316df hwmon: (w83795) Drop _NUM constants by Jean Delvare · 14 years ago
  16. 49c7347 hwmon: (w83795) Drop REST_VLT_BEGIN/END by Jean Delvare · 14 years ago
  17. 7eb8d50 hwmon: (w83795) Fix parity checks by Jean Delvare · 14 years ago
  18. a654b9d4 hwmon: (w83795) Get rid of VRLSB_SHIFT by Jean Delvare · 14 years ago
  19. c1a792a hwmon: (w83795) Avoid reading the same register twice by Jean Delvare · 14 years ago
  20. 02728ff hwmon: (w83795) Rework beep_enable implementation by Jean Delvare · 14 years ago
  21. 54891a3 hwmon: (w83795) Report PECI agent Tbase values by Jean Delvare · 14 years ago
  22. dd127f5 hwmon: (w83795) Properly handle negative temperatures by Jean Delvare · 14 years ago
  23. a0ce402 hwmon: (w83795) Rename temperature limit attributes by Jean Delvare · 14 years ago
  24. 01879a8 hwmon: (w83795) Fix PWM duty cycle frequency attributes by Jean Delvare · 14 years ago
  25. 0e25601 hwmon: (w83795) Add support for dynamic in0-2 limits by Jean Delvare · 14 years ago
  26. 6c82b2f hwmon: (w83795) Fix LSB reading of fan speeds by Jean Delvare · 14 years ago
  27. 71caf46 hwmon: (w83795) Clean up probe function by Jean Delvare · 14 years ago
  28. 6f9dfd8 hwmon: (w83795) Fix in17-in20 gain factor by Jean Delvare · 14 years ago
  29. 80646b9 hwmon: (w83795) Only start monitoring if needed by Jean Delvare · 14 years ago
  30. 86ef4d2 hwmon: (w83795) Add const markers by Jean Delvare · 14 years ago
  31. b2cc528 hwmon: (w83795) Only create fan[1-8]_target files when needed by Jean Delvare · 14 years ago
  32. b5f6a90 hwmon: (w83795) Move PWM attributes to a dedidated array by Jean Delvare · 14 years ago
  33. 87df0da hwmon: (w83795) Use 2D arrays for many device attributes by Jean Delvare · 14 years ago
  34. 6f3dcde hwmon: (w83795) Merge w83795_create_files and w83795_remove_files by Jean Delvare · 14 years ago
  35. 892514a hwmon: (w83795) Move file creation to a separate function too by Jean Delvare · 14 years ago
  36. 2fa0987 hwmon: (w83795) Move files removal to a separate function by Jean Delvare · 14 years ago
  37. 2be381d hwmon: (w83795) Improve detection routine by Jean Delvare · 14 years ago
  38. b2469f4 hwmon: (w83795) Refactor bank selection by Jean Delvare · 14 years ago
  39. 093d1a4 hwmon: (w83795) Drop duplicate enum by Jean Delvare · 14 years ago
  40. 315bacf hwmon: (w83795) Misc cleanups by Jean Delvare · 14 years ago
  41. 792d376 hwmon: New driver for the W83795G/ADG monitoring chips by Wei Song · 14 years ago
  42. 62991f7 hwmon: (s3c-hwmon) Depend on S3C_ADC by Maurus Cuelenaere · 14 years ago
  43. 9c627e3 hwmon: (s3c-hwmon) Use a real mutex by Thomas Gleixner · 14 years ago
  44. caaa0f3 hwmon: (lm75) Trivial changes to pacify the checkpatch by Shubhrajyoti D · 14 years ago
  45. e3cd952 hwmon: (lm75) Make the writing to sysfs more robust by Shubhrajyoti D · 14 years ago
  46. c4f99a2 hwmon: (lm90) Add support for the W83L771W/G by Jean Delvare · 14 years ago
  47. 0c01b64 hwmon: (lm90) Add support for update_interval sysfs attribute by Guenter Roeck · 14 years ago
  48. 1179324 hwmon: (lm90) Introduce capability flag to indicate broken ALERT functionality by Guenter Roeck · 14 years ago
  49. 4667bcb hwmon: (lm90) Introduce chip parameter structure by Guenter Roeck · 14 years ago
  50. 15b66ab hwmon: (lm90) Rearrange code to no longer require forward declarations by Guenter Roeck · 14 years ago
  51. 06e1c0a hwmon: (lm90) Add support for max6695 and max6696 by Guenter Roeck · 14 years ago
  52. 6948708 hwmon: (lm90) Add support for extra features of max6659 by Guenter Roeck · 14 years ago
  53. 13c8495 hwmon: (lm90) Add explicit support for max6659 by Guenter Roeck · 14 years ago
  54. 9651286 hwmon: (lm90) Simplify set_temp11 register calculations by Guenter Roeck · 14 years ago
  55. b6fc1ba hwmon: (lm90) Introduce function to delete sysfs files by Guenter Roeck · 14 years ago
  56. 88073bb hwmon: (lm90) Introduce device feature bits by Guenter Roeck · 14 years ago
  57. 11e5781 hwmon: (lm90) Fix checkpatch errors by Guenter Roeck · 14 years ago
  58. 628b450 hwmon: (k8temp) Remove superfluous CPU family check by Andreas Herrmann · 14 years ago
  59. b11e7b3 hwmon: lis3: Release resources in case of failure by Samu Onkalo · 14 years ago
  60. 029756d hwmon: lis3: Enhance lis3 selftest with IRQ line test by Samu Onkalo · 14 years ago
  61. f10a540 hwmon: lis3: use block read to access data registers by Samu Onkalo · 14 years ago
  62. 477bc91 hwmon: lis3: Adjust fuzziness for 8 bit device by Samu Onkalo · 14 years ago
  63. cc23aa1 hwmon: lis3: New parameters to platform data by Samu Onkalo · 14 years ago
  64. ed37d7f hwmon: lis3: restore axis enabled bits by Samu Onkalo · 14 years ago
  65. 2a7fade hwmon: lis3: Power on corrections by Samu Onkalo · 14 years ago
  66. 821f664 hwmon: lis3: Update coordinates at polled device open by Samu Onkalo · 14 years ago
  67. e726111 hwmon: lis3: Cleanup interrupt handling by Samu Onkalo · 14 years ago
  68. f9deb41 hwmon: lis3: regulator control by Samu Onkalo · 14 years ago
  69. 2a34699 hwmon: lis3: pm_runtime support by Samu Onkalo · 14 years ago
  70. d6fe136 hwmon: add generic GPIO fan driver by Simon Guinot · 14 years ago
  71. 3247800 hwmon: (coretemp) fix reading of microcode revision (v2) by Jan Beulich · 14 years ago
  72. 17c10d6 hwmon: ({core, pkg, via-cpu}temp) remove unnecessary CONFIG_HOTPLUG_CPU ifdefs by Chen Gong · 14 years ago
  73. fd53d084 hwmon: (pkgtemp) align driver initialization style with coretemp by Chen Gong · 14 years ago
  74. e5f5c99 hwmon: LTC4261 Hardware monitoring driver by Guenter Roeck · 15 years ago
  75. 2ee3214 hwmon: (lis3) add axes module parameter for custom axis-mapping by Takashi Iwai · 14 years ago
  76. 3739405 hwmon: (hp_accel) Add HP Mini 510x family support by Masanari Iida · 14 years ago
  77. 78537c3 hwmon: (lis3) Add support for new LIS3DC / HP3DC chip by Takashi Iwai · 14 years ago
  78. 9401ba1 x86/hwmon: remove inclusion of unnecessary headers from {core, pkg, via-cpu}temp.c by Jan Beulich · 14 years ago
  79. e0a8755 x86/hwmon: (coretemp) cosmetic cleanup by Jan Beulich · 14 years ago
  80. a5f42a6 x86/hwmon: {core, pkg, via}cpu_temp_device_remove() can all be __cpuinit by Jan Beulich · 14 years ago
  81. fbaab1d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 by Linus Torvalds · 14 years ago
  82. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  83. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  84. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  85. bd9fc3a Move hdaps driver to platform/x86 by Jean Delvare · 14 years ago
  86. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  87. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  88. 613655f drivers: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 15 years ago
  89. cadb865 hwmon: f71882fg: use a muxed resource lock for the Super I/O port by Giel van Schijndel · 14 years ago
  90. fff2017 hwmon (coretemp): Fix build breakage if SMP is undefined by Guenter Roeck · 14 years ago
  91. 0eae779 x86/hwmon: pkgtemp has no dependency on PCI by Jan Beulich · 14 years ago
  92. e40cc4b x86/hwmon: register alternate sibling upon CPU removal by Jan Beulich · 14 years ago
  93. f6aeccd x86/hwmon: fix initialization of pkgtemp by Jan Beulich · 14 years ago
  94. a465905 x86/hwmon: fix initialization of coretemp by Jan Beulich · 14 years ago
  95. d172132 x86/hwmon: don't leak device attribute file from pkgtemp_probe() and pkgtemp_remove() by Jan Beulich · 14 years ago
  96. d9bca43 x86/hwmon: avoid deadlock on CPU removal in pkgtemp by Jan Beulich · 14 years ago
  97. 89a3fd3 x86/hwmon: fix module init for hotplug-but-no-device-found case by Jan Beulich · 14 years ago
  98. f7c77a3 hwmon: (lis3) Fix Oops with NULL platform data by Takashi Iwai · 14 years ago
  99. bc482bf hwmon: (lm95241) Replace rate sysfs attribute with update_interval by Guenter Roeck · 14 years ago
  100. a51b994 hwmon: (adm1031) Replace update_rate sysfs attribute with update_interval by Guenter Roeck · 14 years ago