1. 5ac7b19 Remove getIndirectLabelEnv by Matt Spinler · 7 years ago
  2. 4b68c4e Refactor method of looking up indirect labels by Matt Spinler · 7 years ago
  3. a3eb8e3 Remove old TODO by Matt Spinler · 7 years ago
  4. 82d507d Add getIndirectID function by Matt Spinler · 7 years ago
  5. 049e0dd Add another version of getEnv by Matt Spinler · 7 years ago
  6. 325456c use stoll() to convert threshold string to number by Matt Spinler · 7 years ago
  7. 9b65f76 Log the failing sysfs filename by Matt Spinler · 7 years ago
  8. 8a37c4b Retry on ENODEV errnos by Matt Spinler · 7 years ago
  9. c923ce9 Enhancement to support GAIN and OFFSET value for sensor reading by Chiabing Lee · 7 years ago
  10. 754d38c sysfs IO enhancements by Brad Bishop · 7 years ago
  11. 3eca252 Docs: Add IIO device limitation information by Brad Bishop · 7 years ago
  12. 1164195 test: Add a number of test applications by Brad Bishop · 7 years ago
  13. f0c3fc1 sysfs: Removed unused code by Brad Bishop · 7 years ago
  14. 751043e Use hwmonio for attribute IO by Brad Bishop · 7 years ago
  15. 8b574a7 Add hwmon io wrapper class by Brad Bishop · 7 years ago
  16. f3aa9ae mainloop: Cache devpath at startup by Brad Bishop · 7 years ago
  17. 431d26a sysfs: refactor findCallout by Brad Bishop · 7 years ago
  18. 4e24ebd sysfs: refactor findHwmon by Brad Bishop · 7 years ago
  19. f4bf63a sysfs: refactor findPhandleMatch by Brad Bishop · 7 years ago
  20. 68c43b2 sysfs: Removed unused headers by Brad Bishop · 7 years ago
  21. f9c83c4 Add configure option to control how fails behave by Matt Spinler · 7 years ago
  22. e49b6a0 Change current label to reflect the terminology used in hwmon intf by Jaghathiswari Rankappagounder Natarajan · 7 years ago
  23. 7b58737 msl: Add a max31785 MSL checking script by Brad Bishop · 7 years ago
  24. 3b8e36e Allow EAGAIN failures by Matt Spinler · 7 years ago
  25. 1e6324f Don't exit program on sysfs read failures. by Patrick Venture · 8 years ago
  26. 2f370c4 Fix high CPU usage noted with BMP280 by Brandon Wyman · 8 years ago
  27. ac8b7c6 Don't exit with error when hwmon dir is removed by Andrew Geissler · 8 years ago
  28. 1f8a958 Add a level of indirection when naming the DBUS objects by Tom Joseph · 8 years ago
  29. 8af8a20 Update call out algorithm for iio hwmon instance by Brandon Wyman · 8 years ago
  30. 4eb9858 Update algorithm to find iio hwmon instance by Brandon Wyman · 8 years ago
  31. ab10f16 Introduce interval configuration for sensor reads. by Patrick Venture · 8 years ago
  32. 62503a4 Exit early if no sensors matched. by Patrick Venture · 8 years ago
  33. 0a8de64 Write pwmX_enable for fans that have a fanX_target by Matt Spinler · 8 years ago
  34. 05711eb Cater for change in elog create and commit interface by Marri Devender Rao · 8 years ago
  35. 4e1f30f Update sysfs reads by Matthew Barth · 8 years ago
  36. 048ac87 Update hwmon fan target sysfs entries by Matthew Barth · 8 years ago
  37. bf7b7b1 Create a FanSpeedObject interface by Matthew Barth · 8 years ago
  38. 5ec68ab Use std::filesystem when generating callout paths by Brad Bishop · 8 years ago
  39. 973886d Change constexpr function pointers to static constants by Saqib Khan · 8 years ago
  40. 03e8735 Remove unnecessary copy constructing ObjectManager by Brad Bishop · 8 years ago
  41. 329f186 Removed unused directory module by Brad Bishop · 8 years ago
  42. 08379a3 Use std::filesystem in favor of custom module by Brad Bishop · 8 years ago
  43. 0be1f8d Build: Autotools usage improvements by Brad Bishop · 8 years ago
  44. 23d4a7e Replace readdir_r with readdir since readdir_r was deprecated by Saqib Khan · 8 years ago
  45. 9ca659f Remove unused methods by Brad Bishop · 8 years ago
  46. 4db6442 Log failing path after sysfs access failures by Brad Bishop · 8 years ago
  47. b8740fc Minor path/string op tweaks by Brad Bishop · 8 years ago
  48. 2260efb Per design direction, all dbus object paths should be lower case. by Leonel Gonzalez · 8 years ago
  49. bf86e72 Link to libphosphor_dbus by Brad Bishop · 8 years ago
  50. 30dbcee Delay emission of InterfacesAdded by Brad Bishop · 8 years ago
  51. 8d89325 Fix out of tree build header search path by Brad Bishop · 8 years ago
  52. d9f06ab Fix sdbusplus::server::object template wrapper by Brad Bishop · 8 years ago
  53. a9b5f05 sysfs: Remove return of const string by Brad Bishop · 8 years ago
  54. 96a315f Test: Remove unnecessary server_thread method by Brad Bishop · 8 years ago
  55. 0aec350 Avoid unnecessary move operation by Brad Bishop · 8 years ago
  56. add9851 Instantiate objects in the correct namespace by Brad Bishop · 8 years ago
  57. 5afe21a Detect power current and energy sensors by Brad Bishop · 8 years ago
  58. 951a79e Add helper function for finding attributes by Brad Bishop · 8 years ago
  59. 968be12 Update server bindings by Brad Bishop · 8 years ago
  60. e0b7d05 Enable sensor thresholds by Brad Bishop · 8 years ago
  61. e228acc Add threshold support methods by Brad Bishop · 8 years ago
  62. cad57db Add threshold typename aliases by Brad Bishop · 8 years ago
  63. e9fdee0 Move value interface creation to a helper method. by Brad Bishop · 8 years ago
  64. f3df6b4 Add configuration discovery helper method by Brad Bishop · 8 years ago
  65. f7426cf Add object info tuple by Brad Bishop · 8 years ago
  66. 43b6ba7 Add Sensor.Threshold server bindings by Brad Bishop · 8 years ago
  67. 4da0161 Add cmdline --of-name option by Brad Bishop · 8 years ago
  68. 613a5b3 Find hwmon instances from OF device paths by Brad Bishop · 8 years ago
  69. ab795a1 Add util.hpp by Brad Bishop · 8 years ago
  70. ca08512 Ignore . and .. when scanning directories by Brad Bishop · 8 years ago
  71. c806553 Remove use of std::endl by Brad Bishop · 8 years ago
  72. 3d20846 Remove sensorcache.hpp by Brad Bishop · 8 years ago
  73. dddb715 Poll and update sensors by Brad Bishop · 8 years ago
  74. 74aa4dd Set Sensors.Value unit and scale properties by Brad Bishop · 8 years ago
  75. 0fcb8b3 Add string literals for hwmon types and entries by Brad Bishop · 8 years ago
  76. 4737850 Set sensor initial value. by Brad Bishop · 8 years ago
  77. cc56cd9 inline make_sysfs_path by Brad Bishop · 8 years ago
  78. 075f7a2 Create DBus objects by Brad Bishop · 8 years ago
  79. 8e068d9 Add server binding typename aliases by Brad Bishop · 8 years ago
  80. 73831cd Add labels by Brad Bishop · 8 years ago
  81. 75b4ab8 Move polling loop to state container by Brad Bishop · 8 years ago
  82. 3c344d3 Add sensor state by Brad Bishop · 8 years ago
  83. 75017ae Provide additional SensorSet type aliases by Brad Bishop · 8 years ago
  84. 6e8f623 Ignore labels by Brad Bishop · 8 years ago
  85. 92bbd05 Explicitly define SensorSet constructors by Brad Bishop · 8 years ago
  86. 26b815f Replace include guards with #pragma once by Brad Bishop · 8 years ago
  87. 9c7b6e0 Grab DBus connection by Brad Bishop · 8 years ago
  88. b9e2b07 Add config options by Brad Bishop · 8 years ago
  89. 6ae0330 Add Sensor.Value server bindings by Brad Bishop · 8 years ago
  90. 20938e4 Link systemd by Brad Bishop · 8 years ago
  91. e9ac8b4 Add testcase by Brad Bishop · 8 years ago
  92. d499ca6 Add a shutdown option to main loop by Brad Bishop · 8 years ago
  93. e55ef3d Remove main loop from application file by Brad Bishop · 8 years ago
  94. 03476f1 Add Vim modelines by Brad Bishop · 8 years ago
  95. 6bb97a9 Run astyle by Brad Bishop · 8 years ago
  96. 4c9c454 Remove phosphor-hwmon shared library by Brad Bishop · 8 years ago
  97. 3b1b5d4 Remove lto by Brad Bishop · 8 years ago
  98. 29dbfa6 Add licenses by Brad Bishop · 8 years ago
  99. 9b75be5 Add gitignore by Brad Bishop · 8 years ago
  100. 52b8028 Fix memory leak by Vishwanatha Subbanna · 8 years ago