1. 088ce2a hwmon: Fix CamelCase checkpatch warnings by Guenter Roeck · 11 years ago
  2. 236d903 hwmon: (nct6775) Drop read/write lock by Guenter Roeck · 11 years ago
  3. 0fc1f8f hwmon: (nct6775) Only report VID if supported and enabled by Guenter Roeck · 11 years ago
  4. 8e9285b hwmon: (nct6775) Detect and report additional temperature sources by Guenter Roeck · 12 years ago
  5. bbd8dec hwmon: (nct6775) Add support for weighted fan control by Guenter Roeck · 12 years ago
  6. cdcaece hwmon: (nct6775) Add support for automatic fan control by Guenter Roeck · 12 years ago
  7. 77eb5b3 hwmon: (nct6775) Add support for pwm, pwm_mode, and pwm_enable by Guenter Roeck · 12 years ago
  8. 84d19d9 hwmon: (nct6775) Add power management support by Guenter Roeck · 12 years ago
  9. 47ece96 hwmon: (nct6775) Add support for fan debounce module parameter by Guenter Roeck · 12 years ago
  10. 5c25d95 hwmon: (nct6775) Add support for fanX_pulses sysfs attribute by Guenter Roeck · 12 years ago
  11. 1c65dc3 hwmon: (nct6775) Add support for fan speed attributes by Guenter Roeck · 12 years ago
  12. aa136e5 hwmon: (nct6775) Add support for temperature sensors by Guenter Roeck · 12 years ago
  13. a6bd587 hwmon: (nct6775) Add case open detection by Guenter Roeck · 12 years ago
  14. 9de2e2e hwmon: Driver for Nuvoton NCT6775F, NCT6776F, and NCT6779D by Guenter Roeck · 12 years ago
  15. 24f9c53 hwmon: Fix 'Macros with complex values' checkpatch errors by Guenter Roeck · 12 years ago
  16. 692fe50 hwmon: checkpatch cleanup: Replace printk with pr_debug or dev_dbg as appropriate by Guenter Roeck · 12 years ago
  17. 9e8269d hwmon: (ntc_thermistor) Add DT with IIO support to NTC thermistor driver by Naveen Krishna Chatradhi · 11 years ago
  18. 4b5e536 hwmon: (adt7x10) Add alarm interrupt support by Lars-Peter Clausen · 11 years ago
  19. 51c2a48 hwmon: (adt7410) Add support for the adt7310/adt7320 by Lars-Peter Clausen · 11 years ago
  20. c55dc91 hwmon: (adt7410) Don't re-read non-volatile registers by Lars-Peter Clausen · 11 years ago
  21. f40fb63 hwmon: (mc13783-adc.c) use module_platform_driver_probe() by Jingoo Han · 11 years ago
  22. 5a4c060 hwmon: (lm75.h) Update header inclusion by Jean Delvare · 11 years ago
  23. 8c958c7 hwmon: (pmbus/ltc2978) Fix temperature reporting by Guenter Roeck · 11 years ago
  24. 6975404 hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute() by David Woodhouse · 11 years ago
  25. df06907 hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attributes by Axel Lin · 11 years ago
  26. 3e78080 hwmon: (sht15) Check return value of regulator_enable() by Mark Brown · 11 years ago
  27. f366fcc hwmon: (pmbus/ltc2978) Use detected chip ID to select supported functionality by Guenter Roeck · 11 years ago
  28. dbd712c hwmon: (pmbus/ltc2978) Fix peak attribute handling by Guenter Roeck · 11 years ago
  29. 8793422 Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  30. b3cdda2 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  31. 4626dcf hwmon: (ntc_thermistor): Fix sparse warnings by Sachin Kamat · 11 years ago
  32. e46e5dc hwmon: (adt7410) Add device table entry for the adt7420 by Lars-Peter Clausen · 11 years ago
  33. 54be068 hwmon: (adt7410) Use I2C_ADDRS helper macro by Lars-Peter Clausen · 11 years ago
  34. 436440f hwmon: (adt7410) Use the SIMPLE_DEV_PM_OPS helper macro by Lars-Peter Clausen · 11 years ago
  35. e0db9c4 hwmon: (adt7410) Let suspend/resume depend on CONFIG_PM_SLEEP by Lars-Peter Clausen · 11 years ago
  36. 6e7d3b6 hwmon: (adt7410) Clear unwanted bits in the config register by Lars-Peter Clausen · 11 years ago
  37. e80beb2 gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() by Grant Likely · 11 years ago
  38. d476828 hwmon: (jc42) Add support for MCP98244 by Guenter Roeck · 11 years ago
  39. f880b12 hwmon: (pmbus) Clean up for code size reduction by Guenter Roeck · 11 years ago
  40. 50115ac hwmon: (pmbus/max34440) Add support for MAX34460 and MAX34461 by Guenter Roeck · 12 years ago
  41. 16c6d01 hwmon: (pmbus) Add support for word status register by Guenter Roeck · 12 years ago
  42. 1640eae hwmon: (pmbus/zl6100) Add support for VMON/VDRV by Guenter Roeck · 12 years ago
  43. ce603b1 hwmon: (pmbus) Add function to clear sensor cache by Guenter Roeck · 11 years ago
  44. aebcbbf hwmon: (pmbus) Add support for additional voltage sensor by Guenter Roeck · 12 years ago
  45. 85cfb3a hwmon: (pmbus) Use krealloc to allocate attribute memory by Guenter Roeck · 11 years ago
  46. e1e081a hwmon: (pmbus) Simplify memory allocation for sensor attributes by Guenter Roeck · 11 years ago
  47. 663834f hwmon: (pmbus) Improve boolean handling by Guenter Roeck · 11 years ago
  48. 0328461e hwmon: (pmbus) Simplify memory allocation for labels and booleans by Guenter Roeck · 11 years ago
  49. c2a5835 hwmon: (pmbus) Use dev variable to represent client->dev by Guenter Roeck · 11 years ago
  50. 973018b hwmon: (pmbus) Fix 'Macros with multiple statements' checkpatch error by Guenter Roeck · 11 years ago
  51. 77493ef hwmon: (pmbus) Drop unnecessary error messages in probe error path by Guenter Roeck · 12 years ago
  52. ceeadc5 hwmon: Driver for Texas Instruments INA209 by Guenter Roeck · 15 years ago
  53. 2bf9233 hwmon: (lm73) Add support for max/min alarms by Chris Verges · 12 years ago
  54. 8c14d12 hwmon: (lm73) Add 'update_interval' attribute by Chris Verges · 12 years ago
  55. 91bba68 hwmon: (lm73) Fix lower and upper temperature limits by Guenter Roeck · 12 years ago
  56. b063670 hwmon: (it87) Add support for IT8771E and IT8772E by Guenter Roeck · 12 years ago
  57. 5372d2d hwmon: Driver for Maxim MAX6697 and compatibles by Guenter Roeck · 12 years ago
  58. 412e29c hwmon: (sht15) check GPIO directions by Vivien Didelot · 12 years ago
  59. 9e3970f hwmon: (coretemp) Document and add support for additional CPU models by Guenter Roeck · 12 years ago
  60. 2a844c1 hwmon: Replace SENSORS_LIMIT with clamp_val by Guenter Roeck · 12 years ago
  61. 142c090 hwmon: (sht15) avoid CamelCase by Vivien Didelot · 12 years ago
  62. 51fac83 ACPI: Remove useless type argument of driver .remove() operation by Rafael J. Wysocki · 11 years ago
  63. 08245ad hwmon: (vexpress) Fix build error seen if CONFIG_OF_DEVICE is not set by Guenter Roeck · 12 years ago
  64. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  65. 86266ca hwmon: (emc6w201) Fix DIV_ROUND_CLOSEST problem with unsigned divisors by Guenter Roeck · 12 years ago
  66. 0602934 hwmon: (lm73} Detect and report i2c bus errors by Chris Verges · 12 years ago
  67. c8ecd27 hwmon-vid: Add support for AMD family 11h to 15h processors by Jean Delvare · 12 years ago
  68. 1952978 hwmon: (it87) Support PECI for additional chips by Guenter Roeck · 12 years ago
  69. 5d8d2f2 hwmon: (it87) Report thermal sensor type as Intel PECI if appropriate by Guenter Roeck · 12 years ago
  70. 483db43 hwmon: (it87) Manage device specific features with table by Guenter Roeck · 12 years ago
  71. c4458db hwmon: (it87) Replace pwm group macro with direct attribute definitions by Guenter Roeck · 12 years ago
  72. 1d9bcf6 hwmon: (it87) Avoid quoted string splits across lines by Guenter Roeck · 12 years ago
  73. e1169ba hwmon: (it87) Save fan registers in 2-dimensional array by Guenter Roeck · 12 years ago
  74. 161d898 hwmon: (it87) Introduce support for tempX_offset sysfs attribute by Guenter Roeck · 12 years ago
  75. 2cece01 hwmon: (it87) Replace macro defining tempX_type sensors with direct definitions by Guenter Roeck · 12 years ago
  76. 929c6a5 hwmon: (it87) Save voltage register values in 2-dimensional array by Guenter Roeck · 12 years ago
  77. 60ca385 hwmon: (it87) Save temperature registers in 2-dimensional array by Guenter Roeck · 12 years ago
  78. 45633fb hwmon: (w83627ehf) Get rid of smatch warnings by Jean Delvare · 12 years ago
  79. 8f3c7c5 hwmon: (w83627hf) Don't touch nonexistent I2C address registers by Jean Delvare · 12 years ago
  80. 7e630bb hwmon: (w83627ehf) Add support for suspend by Jean Delvare · 12 years ago
  81. 275b7d6 hwmon: (w83627hf) Add support for suspend by Jean Delvare · 12 years ago
  82. d6dab7d hwmon: Fix PCI device reference leak in quirk by Jean Delvare · 12 years ago
  83. 7764b52 hwmon: (twl4030-madc-hwmon) Fix warning message caused by removal of __devexit by Guenter Roeck · 12 years ago
  84. 698d601 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  85. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  86. 44f751c hwmon: (da9055) Fix chan_mux[DA9055_ADC_ADCIN3] setting by Axel Lin · 12 years ago
  87. e597022 hwmon: DA9055 HWMON driver by Ashish Jangam · 12 years ago
  88. 3e280ba hwmon: (coretemp) Drop N4xx, N5xx, D4xx, D5xx CPUs from tjmax table by Guenter Roeck · 12 years ago
  89. 2fa5222 hwmon: (coretemp) Use model table instead of if/else to identify CPU models by Guenter Roeck · 12 years ago
  90. d9b24e37 hwmon: da9052: Use da9052_reg_update for rmw operations by Axel Lin · 12 years ago
  91. 72cbddd hwmon: (coretemp) Drop dependency on PCI for TjMax detection on Atom CPUs by Guenter Roeck · 12 years ago
  92. d835ca0 hwmon: (ina2xx) use module_i2c_driver to simplify the code by Wei Yongjun · 12 years ago
  93. 0962e0f hwmon: (ads7828) add support for ADS7830 by Guillaume Roguez · 12 years ago
  94. 46d7846 hwmon: (ads7828) driver cleanup by Vivien Didelot · 12 years ago
  95. 22e32f4 x86,AMD: Power driver support for AMD's family 16h processors by Boris Ostrovsky · 12 years ago
  96. 281dfd0 hwmon: remove use of __devexit by Bill Pemberton · 12 years ago
  97. a597724 hwmon: remove use of __devinitdata by Bill Pemberton · 12 years ago
  98. 6c931ae hwmon: remove use of __devinit by Bill Pemberton · 12 years ago
  99. 9e5e9b7 hwmon: remove use of __devexit_p by Bill Pemberton · 12 years ago
  100. 8dbd287 Merge branch 'omap/dt' into next/drivers by Arnd Bergmann · 12 years ago