1. 79da533 hwmon: (nct6775) Fix crash in clear_caseopen by Guenter Roeck · 3 years ago
  2. 20f2e67 hwmon: (nct6775) Additional check for ChipID before ASUS WMI usage by Denis Pauk · 3 years ago
  3. 1e7c94b hwmon: (nct6775) add ROG STRIX B550-A/X570-I GAMING by Denis Pauk · 3 years, 1 month ago
  4. c2fe0f6 hwmon: (nct6775) delete some extension lines by Dan Carpenter · 3 years ago
  5. 214f525 hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value() by Zev Weiss · 3 years, 2 months ago
  6. f4cbba7 hwmon: (nct6775) add ProArt X570-CREATOR WIFI. by Denis Pauk · 3 years, 2 months ago
  7. 1508fb2 hwmon: (nct6775) add Pro WS X570-ACE by Oleksandr Natalenko · 3 years, 3 months ago
  8. 6e2baac hwmon: (nct6775) Add additional ASUS motherboards. by Denis Pauk · 3 years, 3 months ago
  9. 3fbbfc2 hwmon: (nct6775) Support access via Asus WMI by Denis Pauk · 3 years, 3 months ago
  10. 4914036 hwmon: (nct6775) Use nct6775_*() function pointers in nct6775_data. by Denis Pauk · 3 years, 3 months ago
  11. 2e7b988 hwmon: (nct6775) Use superio_*() function pointers in sio_data. by Denis Pauk · 3 years, 3 months ago
  12. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  13. 8a03746 hwmon: (nct6775) Accept PECI Calibration as temperature source for NCT6798D by Guenter Roeck · 4 years, 6 months ago
  14. 036855a hwmon : (nct6775) Use kobj_to_dev() API by zhouchuangao · 4 years, 8 months ago
  15. 29c7cb4 hwmon: (nct6775) Integrate new model nct6116 by Björn Gerhart · 5 years ago
  16. f3d43e2 hwmon: (nct6775) Fix register address and added missed tolerance for nct6106 by Björn Gerhart · 5 years ago
  17. 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
  18. 2a2ec4a hwmon: (nct6775) Fix fan6 detection for NCT6793D by Guenter Roeck · 6 years ago
  19. 9de15c9 hwmon: (nct6775) Enable IO mapping for NCT6797D and NCT6798D by Guenter Roeck · 6 years ago
  20. 264142b hwmon: (nct6775) Fix chip ID for NCT6798D by Guenter Roeck · 6 years ago
  21. 0599682 hwmon: (nct6775) Add support for NCT6798D by Guenter Roeck · 6 years ago
  22. e41da28 hwmon: (nct6775) Add support for NCT6797D by Guenter Roeck · 6 years ago
  23. 3be8c9d hwmon: (nct6775) Fix names of DIMM temperature sources by Guenter Roeck · 6 years ago
  24. 3fdb06a hwmon: (nct6796) Clean up and amend fan/pwm configuration for NCT6796D by Guenter Roeck · 6 years ago
  25. b75a806 hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6795D by Guenter Roeck · 6 years ago
  26. 2d99925 hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6793D by Guenter Roeck · 6 years ago
  27. 7dcdbde hwmon: (nct6775) Fix fan6/pwm6 detection for NCT6792D by Guenter Roeck · 6 years ago
  28. b2833f3 hwmon: (nct6775) Improve instruction grouping by Guenter Roeck · 6 years ago
  29. a4e0a08 hwmon: (nct6775) Use logical or instead of if statements where possible by Guenter Roeck · 6 years ago
  30. 2d888c5 hwmon: (nct6775) Declare and initialize LDN specific config variables earlier by Guenter Roeck · 6 years ago
  31. 97ce6df hwmon: (nct6775) Move config variable declarations and initializations by Guenter Roeck · 6 years ago
  32. a6c54f2 hwmon: (nct6775) Replace 'regval' with variables named after config registers by Guenter Roeck · 6 years ago
  33. 0085a51 hwmon: (nct6775) Rename configuration register variables by Guenter Roeck · 6 years ago
  34. 61b6c66 hwmon: (nct6775) Only display fan speed tolerance conditionally by Guenter Roeck · 6 years ago
  35. c3bf607 hwmon: (nct6775) Clean up a condition by Dan Carpenter · 6 years ago
  36. 5506635 hwmon: (nct6775) Use different register to get fan RPM for fan7 by Guenter Roeck · 6 years ago
  37. f6de298 hwmon: (nct6775) Fix RPM output for fan7 on NCT6796D by Guenter Roeck · 6 years ago
  38. 37196ba hwmon: (nct6775) Fix virtual temperature sources for NCT6796D by Guenter Roeck · 6 years ago
  39. c793279 hwmon: (nct6775) Fix access to fan pulse registers by Guenter Roeck · 6 years ago
  40. e3f3d7a hwmon: (nct6775) Set weight source to zero correctly by Dan Carpenter · 6 years ago
  41. d49dbfa hwmon: (nct6775) Fix potential Spectre v1 by Gustavo A. R. Silva · 6 years ago
  42. ffb3243 hwmon: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  43. 57fec3a hwmon: (nct6775) Fix comment in the description of pwm_mode by Guenter Roeck · 7 years ago
  44. 91bb8f4 hwmon: (nct6775) Fix loop limit by Guenter Roeck · 7 years ago
  45. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  46. 415eb2a hwmon: (nct6775) Fix writing pwmX_mode by Guenter Roeck · 7 years ago
  47. 8182005 hwmon: (nct6775) Add support for NCT6796D by Guenter Roeck · 7 years ago
  48. 1b20624 hwmon: (nct6775) Initialize boolean variables with declaration by Guenter Roeck · 7 years ago
  49. 00fd4cf hwmon: (nct6775) Improve fan6/pwm6 support by Guenter Roeck · 7 years ago
  50. e261726 hwmon: (nct6775) Use NUM_FAN consistently by Guenter Roeck · 7 years ago
  51. 419220d hwmon: (nct6775) Add support for NCT6795D by Guenter Roeck · 8 years ago
  52. e5c8522 hwmon: (nct6775) Improve fan detection by Guenter Roeck · 8 years ago
  53. cc66b30 hwmon: (nct6775) Rework temperature source and label handling by Guenter Roeck · 8 years ago
  54. d1bb2186 hwmon: (nct6775) Use bitops by Guenter Roeck · 8 years ago
  55. 93d72ac hwmon: (nct6775) use permission-specific DEVICE_ATTR variants by Julia Lawall · 8 years ago
  56. 7ce4190 hwmon: (nct6775) Add support for multiple virtual temperature sources by Guenter Roeck · 8 years ago
  57. fc72af3 hwmon: (nct6775) Do not accept force_id unless chip is found by Guenter Roeck · 8 years ago
  58. c60fdf8 hwmon: (nct6683,nct6775) constify sensor_template_group structures by Julia Lawall · 9 years ago
  59. 50224f4 hwmon: (nct6775) Introduce separate temperature labels for NCT6792 and NCT6793 by Guenter Roeck · 9 years ago
  60. 9a38371 hwmon: (nct6775) NCT6791D and NCT6792D have an additional temperature source by Guenter Roeck · 9 years ago
  61. cd1faefa hwmon: (nct6775) Add support for NCT6793D by Guenter Roeck · 9 years ago
  62. 728d294 hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chips by Guenter Roeck · 9 years ago
  63. 1b63bf6 hwmon: (nct6775) Add missing sysfs attribute initialization by Guenter Roeck · 10 years ago
  64. 25cdd99 hwmon: (nct6775) Enable auxiliary fan monitoring on ASRock Z77 Pro4-M by Guenter Roeck · 10 years ago
  65. d2a14ea hwmon: (nct6775) Restore hardware monitoring logical device status on resume by Guenter Roeck · 10 years ago
  66. 48e9318 hwmon: (nct6775) Convert to use SIMPLE_DEV_PM_OPS by Guenter Roeck · 10 years ago
  67. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  68. 9cd892b hwmon: (nct6775) Add blank lines after declarations by Guenter Roeck · 10 years ago
  69. 8aefb93 hwmon: (nct6775) Add support for NCT6792D by Guenter Roeck · 10 years ago
  70. 2a1ed07 hwmon: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  71. 55bdee6 hwmon: (nct6775) Remove num_attr_groups from struct nct6775_data by Axel Lin · 10 years ago
  72. 78313b9 hwmon: (nct6775) Update module description and Kconfig for NCT6106D and NCT6791D by Axel Lin · 10 years ago
  73. 9d311ed hwmon: (nct6775) Fix probe unwind paths to properly unregister platform devices by Axel Lin · 11 years ago
  74. 9076e0c Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 11 years ago
  75. 7c81c60f Update Jean Delvare's e-mail address by Jean Delvare · 11 years ago
  76. f5776cc hwmon: (nct6775) Re-enable logical device mapping for NCT6791 during resume by Guenter Roeck · 11 years ago
  77. cc76dee hwmon: (nct6775) NCT6791 supports weight control only for CPUFAN by Guenter Roeck · 11 years ago
  78. d1a284b hwmon: (nct6775) Monitor additional temperature registers by Guenter Roeck · 11 years ago
  79. 1e687e8 hwmon: (nct6775) Remove an unused variable by Dan Carpenter · 11 years ago
  80. 9c09bd8 hwmon: (nct6775) fix coccinelle warnings by Fengguang Wu · 11 years ago
  81. a150d95 hwmon: (nct6775) Convert to use devm_hwmon_device_register_with_groups by Guenter Roeck · 11 years ago
  82. 615fc8c hwmon: (nct6775) Convert to use hwmon_device_register_with_groups by Guenter Roeck · 11 years ago
  83. 45a5b3a hwmon: (nct6775) Check array index when accessing temp_offset by Guenter Roeck · 11 years ago
  84. e8ab508 hwmon: (nct6775) Use return value from find_temp_source by Guenter Roeck · 11 years ago
  85. 374d1f9 hwmon: (nct6775) Add support for hibernate by Harald Judt · 11 years ago
  86. a8b3a3a hwmon: use dev_get_platdata() by Jingoo Han · 11 years ago
  87. f58876a hwmon: (nct6775) Fix size of data->temp array by Dan Carpenter · 11 years ago
  88. df612d5 hwmon: (nct6775) Avoid using device platform data outside probe function by Guenter Roeck · 11 years ago
  89. 578ab5f hwmon: (nct6775) Add support for NCT6791D by David Bartley · 12 years ago
  90. 3084699 hwmon: (nct6775) Add support for beep attributes by Guenter Roeck · 12 years ago
  91. b7a6135 hwmon: (nct6775) Add support for critical low/high temperature limits on NCT6106 by Guenter Roeck · 12 years ago
  92. 6c00950 hwmon: (nct6775) Add support for NCT6102D/6106D by Guenter Roeck · 12 years ago
  93. 698a7c2 hwmon: (nct6775) Support two SuperIO chips in the same system by Guenter Roeck · 12 years ago
  94. f73cf63 hwmon: (nct6775) Allocate attributes dynamically from templates by Guenter Roeck · 12 years ago
  95. 41fa9a9 hwmon: (nct6775) Drop unsupported fan alarm attributes for NCT6775 by Guenter Roeck · 12 years ago
  96. b1d2bff hwmon: (nct6775) Fix temperature alarm attributes by Guenter Roeck · 12 years ago
  97. 169c05cd hwmon: (nct6775) Do not create non-existing attributes by Guenter Roeck · 12 years ago
  98. 6445e66 hwmon: (nct6775) Fix coding style problems by Guenter Roeck · 12 years ago
  99. 6d4b362 hwmon: (nct6775) Constify strings by Guenter Roeck · 12 years ago
  100. c409fd4 hwmon: (nct6775) Use ARRAY_SIZE for loops where possible by Guenter Roeck · 12 years ago