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