1. 002c6b5 hwmon: Add support for enable attributes to hwmon core by Guenter Roeck · 6 years ago
  2. 4413405 hwmon: Add intrusion templates by Dr. David Alan Gilbert · 5 years ago
  3. 3bf8bdc hwmon: (core) Do not use device managed functions for memory allocations by Guenter Roeck · 5 years ago
  4. 792eac1 hwmon: (core) Add comment describing how hwdev is freed in error path by Guenter Roeck · 6 years ago
  5. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  6. c41dd48 hwmon: (core) add thermal sensors only if dev->of_node is present by Eduardo Valentin · 6 years ago
  7. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  8. 2c45e7f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 6 years ago
  9. f373533 hwmon/drivers/core: Simplify complex dependency by Daniel Lezcano · 6 years ago
  10. 9f00995 hwmon: Add support for samples attributes by Guenter Roeck · 6 years ago
  11. 0d87116 hwmon: (hwmon) Replace S_<PERMS> with octal values by Guenter Roeck · 6 years ago
  12. 3b443de hwmon: (core) remove redundant cast by Rasmus Villemoes · 6 years ago
  13. 74e3512 hwmon: (core) Fix double-free in __hwmon_device_register() by Dmitry Osipenko · 6 years ago
  14. 61b8ab2 hwmon: (core) Add trace events to _attr_show/store functions by Nicolin Chen · 6 years ago
  15. 68c0d69 hwmon: (core) Add hwmon_in_enable attribute by Nicolin Chen · 6 years ago
  16. aa7f29b hwmon: Add support for power min, lcrit, min_alarm and lcrit_alarm by Andrew Lunn · 6 years ago
  17. 59df4f4 hwmon: (core) check parent dev != NULL when chip != NULL by Lucas Magasweran · 7 years ago
  18. 3870945 hwmon: Fix parameter documentation by Guenter Roeck · 7 years ago
  19. 47c332d hwmon: Deal with errors from the thermal subsystem by Linus Walleij · 7 years ago
  20. c992065 hwmon: (core) constify thermal_zone_of_device_ops structures by Julia Lawall · 7 years ago
  21. 524703ac hwmon: constify attribute_group structures. by Arvind Yadav · 7 years ago
  22. 5ba6bcb hwmon: Constify str parameter of hwmon_ops->read_string by Jean Delvare · 8 years ago
  23. 319fe15 hwmon: Register thermal zone only if 'dev' parameter was provided by Guenter Roeck · 8 years ago
  24. 74d3b64 hwmon: Relax name attribute validation for new APIs by Guenter Roeck · 8 years ago
  25. 8353863 hwmon: Make name attribute mandatory for new APIs by Guenter Roeck · 8 years ago
  26. 2ab0c6c hwmon: (core) use permission-specific DEVICE_ATTR variants by Julia Lawall · 8 years ago
  27. 3a412d5 hwmon: (core) Simplify sysfs attribute name allocation by Guenter Roeck · 8 years ago
  28. 848ba0a hwmon: (core) Rename groups parameter in API to extra_groups by Guenter Roeck · 8 years ago
  29. b2a4cc3 hwmon: (core) Explain why at least two attribute groups are allocated by Guenter Roeck · 8 years ago
  30. 239552f hwmon: (core) Make is_visible callback truly mandatory by Guenter Roeck · 8 years ago
  31. af1bd36 hwmon: (core) Deprecate hwmon_device_register() by Guenter Roeck · 8 years ago
  32. f4d325d hwmon: (core) Clarify use of chip attributes by Guenter Roeck · 8 years ago
  33. e159ab5 hwmon: (core) Add support for string attributes to new API by Guenter Roeck · 8 years ago
  34. 38d8ed6 hwmon: (core) fix resource leak on devm_kcalloc failure by Colin Ian King · 8 years ago
  35. 86430c1 hwmon: (core) Avoid cyclic dependency between hwmon and thermal_sys by Guenter Roeck · 8 years ago
  36. f9f7bb3 hwmon: (core) Add basic pwm attribute support to new API by Guenter Roeck · 9 years ago
  37. 8faee73 hwmon: (core) Add fan attribute support to new API by Guenter Roeck · 9 years ago
  38. 6bfcca4 hwmon: (core) Add energy and humidity attribute support to new API by Guenter Roeck · 9 years ago
  39. b308f5c hwmon: (core) Add power attribute support to new API by Guenter Roeck · 9 years ago
  40. 9b26947 hwmon: (core) Add current attribute support to new API by Guenter Roeck · 9 years ago
  41. 00d616c hwmon: (core) Add voltage attribute support to new API by Guenter Roeck · 9 years ago
  42. d560168 hwmon: (core) New hwmon registration API by Guenter Roeck · 9 years ago
  43. c9ebbe6 hwmon: (core) Order include files alphabetically by Guenter Roeck · 8 years ago
  44. 648cd48 hwmon: Do not accept invalid name attributes by Guenter Roeck · 11 years ago
  45. 74188cb hwmon: Provide managed hwmon registration by Guenter Roeck · 11 years ago
  46. bab2243 hwmon: Introduce hwmon_device_register_with_groups by Guenter Roeck · 11 years ago
  47. d6dab7d hwmon: Fix PCI device reference leak in quirk by Jean Delvare · 12 years ago
  48. 5ed0488 hwmon: (hwmon) Fix multi-line comments by Guenter Roeck · 13 years ago
  49. 839a9ee hwmon: fix checkpatch issues by Frans Meulenbroeks · 13 years ago
  50. 4ca5f46 hwmon: convert idr to ida and use ida_simple interface by Jonathan Cameron · 13 years ago
  51. c95df1a hwmon: (core) Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  52. 2958b1e hwmon: PCI quirk for hwmon access on MSI MS-7031 board by Jean Delvare · 16 years ago
  53. 739cf3a hwmon: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  54. a9b1261 device create: misc: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  55. 2871f55 device create: hwmon: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  56. 1beeffe hwmon: Convert from class_device to device by Tony Jones · 17 years ago
  57. 37f54ee hwmon: Use subsys_initcall by David Brownell · 18 years ago
  58. ded2b66 [PATCH] hwmon: add required idr locking by Mark M. Hoffman · 19 years ago
  59. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  60. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  61. 1236441 [PATCH] I2C hwmon: hwmon sysfs class by Mark M. Hoffman · 19 years ago