1. a446164 hwmon: (adm1026) Fix vrm write operation by Axel Lin · 10 years ago
  2. b591d3c hwmon: (adm1026) Convert to devm_hwmon_device_register_with_groups by Axel Lin · 10 years ago
  3. 97df556 hwmon: (adm1026) Avoid forward declaration by Axel Lin · 10 years ago
  4. a039371 hwmon: Remove unnecessary semicolons by Guenter Roeck · 11 years ago
  5. b55f375 hwmon: Fix checkpatch warning 'quoted string split across lines' by Guenter Roeck · 11 years ago
  6. 2a844c1 hwmon: Replace SENSORS_LIMIT with clamp_val by Guenter Roeck · 11 years ago
  7. 3421e21 hwmon: (adm1026) Convert to use devm_ functions by Guenter Roeck · 12 years ago
  8. 86aa3e2 hwmon: (adm1026) Fix checkpatch issues by Guenter Roeck · 12 years ago
  9. f0967ee hwmon: convert drivers/hwmon/* to use module_i2c_driver() by Axel Lin · 12 years ago
  10. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  11. 8b0f184 hwmon: (adm1026) Allow 1 as a valid divider value by Gabriele Gorla · 14 years ago
  12. 52bc980 hwmon: (adm1026) Fix setting fan_div by Gabriele Gorla · 14 years ago
  13. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  14. 1f86df4 i2c: Drop I2C_CLIENT_INSMOD_1 by Jean Delvare · 15 years ago
  15. c3813d6 i2c: Get rid of struct i2c_client_address_data by Jean Delvare · 15 years ago
  16. 310ec79 i2c: Drop the kind parameter from detect callbacks by Jean Delvare · 15 years ago
  17. 52df644 hwmon: Clean up detect functions by Jean Delvare · 15 years ago
  18. a0cf354 hwmon: (adm1026) Prevent log spamming by Jean Delvare · 16 years ago
  19. 885fe4b hwmon: (adm1026) Fix debug messages by Jean Delvare · 16 years ago
  20. 57f7eb0 hwmon: (adm1026) Convert to a new-style i2c driver by Jean Delvare · 16 years ago
  21. 25e9c86 hwmon: normal_i2c arrays should be const by Mark M. Hoffman · 16 years ago
  22. 1d5f2c1 hwmon: (adm1026) Properly terminate sysfs groups by Jean Delvare · 16 years ago
  23. 5b34dbc hwmon: (adm1026) Don't create files for missing inputs by Jean Delvare · 17 years ago
  24. f67fdab hwmon: (adm1026) More cleanups (updated) by Jean Delvare · 17 years ago
  25. cb01a23 hwmon: (adm1026) Whitespace cleanups by Jean Delvare · 17 years ago
  26. a9273cb hwmon: (adm1026) Add individual alarm files by Jean Delvare · 17 years ago
  27. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  28. 90d6619 hwmon: VRM is not read from registers by Jean Delvare · 17 years ago
  29. 1beeffe hwmon: Convert from class_device to device by Tony Jones · 17 years ago
  30. 6a0b101 hwmon: Drop unused mutexes in two drivers by Jean Delvare · 17 years ago
  31. 681c6f7 hwmon: Fix unchecked return status, batch 3 by Mark M. Hoffman · 18 years ago
  32. f6c27fc [PATCH] I2C: hwmon: Rename register parameters by Darren Jenkins · 18 years ago
  33. 9a61bf6 [PATCH] hwmon: Semaphore to mutex conversions by Ingo Molnar · 18 years ago
  34. 2b48716 [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  35. cdaf793 [PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11 by Laurent Riffard · 19 years ago
  36. 8a99475 [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 by Jean Delvare · 19 years ago
  37. 07421ca [PATCH] hwmon: remove deprecated sysfs names of adm1025 and adm1026 by Grant Coady · 19 years ago
  38. c49efce [PATCH] hwmon: Static function fixes, 3 of 4 by Ben Dooks · 19 years ago
  39. ba9c2e8 [PATCH] hwmon: kzalloc conversion by Deepak Saxena · 19 years ago
  40. 303760b [PATCH] hwmon: hwmon vs i2c, second round (07/11) by Jean Delvare · 19 years ago
  41. f4b5026 [PATCH] hwmon: hwmon vs i2c, second round (06/11) by Jean Delvare · 19 years ago
  42. 2ed2dc3 [PATCH] hwmon: hwmon vs i2c, second round (04/11) by Jean Delvare · 19 years ago
  43. 5071860 [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9) by Jean Delvare · 19 years ago
  44. 943b083 [PATCH] I2C hwmon: add hwmon sysfs class to drivers by Mark M. Hoffman · 19 years ago
  45. bebf468 [PATCH] I2C hwmon: kfree fixes by Mark M. Hoffman · 19 years ago
  46. 1f57ff8 [PATCH] drivers/hwmon/*: kfree() correct pointers by Alexey Dobriyan · 19 years ago
  47. 368609c [PATCH] I2C: Missing space in split strings by Jean Delvare · 19 years ago
  48. 8d5d45f [PATCH] I2C: Move hwmon drivers (2/3) by Jean Delvare · 19 years ago[Renamed from drivers/i2c/chips/adm1026.c]
  49. 10c08f8 [PATCH] I2C: rename i2c-sysfs.h to hwmon-sysfs.h by Jean Delvare · 19 years ago
  50. 937df8d [PATCH] I2C: sysfs names: rename to cpu0_vid, take 3 by Grant Coady · 19 years ago
  51. f0bb60e [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup by Alexey Dobriyan · 19 years ago
  52. 050480f [PATCH] I2C: drivers/i2c/chips/adm1026.c: use dynamic sysfs callbacks by Yani Ioannou · 19 years ago
  53. 74880c0 [PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  54. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago