1. 6aa24d4 Add a Timer class by Deepak Kodihalli · 7 years ago
  2. c1cece7 Add configure option for how read fails behave by Patrick Venture · 7 years ago
  3. a23babd Handle OCC EAGAIN & EREMOTEIO in 4.13 by Matthew Barth · 7 years ago
  4. 147b033 Find hwmon path based on input path type by Matt Spinler · 7 years ago
  5. 626df17 Add findHwmonFromDevPath() by Matt Spinler · 7 years ago
  6. 31dbe06 Rename function by Matt Spinler · 7 years ago
  7. a7e2c1e Make it possible to choose the target interface by Matt Spinler · 7 years ago
  8. 7bd5fcf Read MaxValue and MinValue from configuration by James Feist · 7 years ago
  9. a4bba96 Add pwm id as fan pwm target by Lei YU · 7 years ago
  10. 9331ab7 Add fan pwm interface target by Patrick Venture · 7 years ago
  11. c8a8e01 Clear errno before reading/writing by Matt Spinler · 7 years ago
  12. 26d2173 Silently exit on ENODEV by Edward A. James · 7 years ago
  13. fee106b Support reading 64 bit integers by Matt Spinler · 7 years ago
  14. 67ce4a4 Retry on ENODATA errors by Matt Spinler · 7 years ago
  15. 4d9a35b Claim a stable well known busname by Brad Bishop · 7 years ago
  16. fe17eff Update threshold checking comparison operators by Chiabing Lee · 7 years ago
  17. ca64c25 Spelling fixes by Gunnar Mills · 7 years ago
  18. b4e6557 Read fan target sysfs value on startup by Matt Spinler · 7 years ago
  19. b778df0 Only write pwm_enable if it has an env var by Matt Spinler · 7 years ago
  20. ccfc77b Pass discrete type/ID values into addThreshold by Matt Spinler · 7 years ago
  21. 5ac7b19 Remove getIndirectLabelEnv by Matt Spinler · 7 years ago
  22. 4b68c4e Refactor method of looking up indirect labels by Matt Spinler · 7 years ago
  23. a3eb8e3 Remove old TODO by Matt Spinler · 7 years ago
  24. 82d507d Add getIndirectID function by Matt Spinler · 7 years ago
  25. 049e0dd Add another version of getEnv by Matt Spinler · 7 years ago
  26. 325456c use stoll() to convert threshold string to number by Matt Spinler · 7 years ago
  27. 9b65f76 Log the failing sysfs filename by Matt Spinler · 7 years ago
  28. 8a37c4b Retry on ENODEV errnos by Matt Spinler · 7 years ago
  29. c923ce9 Enhancement to support GAIN and OFFSET value for sensor reading by Chiabing Lee · 7 years ago
  30. 754d38c sysfs IO enhancements by Brad Bishop · 7 years ago
  31. 3eca252 Docs: Add IIO device limitation information by Brad Bishop · 7 years ago
  32. 1164195 test: Add a number of test applications by Brad Bishop · 7 years ago
  33. f0c3fc1 sysfs: Removed unused code by Brad Bishop · 7 years ago
  34. 751043e Use hwmonio for attribute IO by Brad Bishop · 7 years ago
  35. 8b574a7 Add hwmon io wrapper class by Brad Bishop · 7 years ago
  36. f3aa9ae mainloop: Cache devpath at startup by Brad Bishop · 7 years ago
  37. 431d26a sysfs: refactor findCallout by Brad Bishop · 7 years ago
  38. 4e24ebd sysfs: refactor findHwmon by Brad Bishop · 7 years ago
  39. f4bf63a sysfs: refactor findPhandleMatch by Brad Bishop · 7 years ago
  40. 68c43b2 sysfs: Removed unused headers by Brad Bishop · 7 years ago
  41. f9c83c4 Add configure option to control how fails behave by Matt Spinler · 7 years ago
  42. e49b6a0 Change current label to reflect the terminology used in hwmon intf by Jaghathiswari Rankappagounder Natarajan · 8 years ago
  43. 7b58737 msl: Add a max31785 MSL checking script by Brad Bishop · 7 years ago
  44. 3b8e36e Allow EAGAIN failures by Matt Spinler · 7 years ago
  45. 1e6324f Don't exit program on sysfs read failures. by Patrick Venture · 8 years ago
  46. 2f370c4 Fix high CPU usage noted with BMP280 by Brandon Wyman · 8 years ago
  47. ac8b7c6 Don't exit with error when hwmon dir is removed by Andrew Geissler · 8 years ago
  48. 1f8a958 Add a level of indirection when naming the DBUS objects by Tom Joseph · 8 years ago
  49. 8af8a20 Update call out algorithm for iio hwmon instance by Brandon Wyman · 8 years ago
  50. 4eb9858 Update algorithm to find iio hwmon instance by Brandon Wyman · 8 years ago
  51. ab10f16 Introduce interval configuration for sensor reads. by Patrick Venture · 8 years ago
  52. 62503a4 Exit early if no sensors matched. by Patrick Venture · 8 years ago
  53. 0a8de64 Write pwmX_enable for fans that have a fanX_target by Matt Spinler · 8 years ago
  54. 05711eb Cater for change in elog create and commit interface by Marri Devender Rao · 8 years ago
  55. 4e1f30f Update sysfs reads by Matthew Barth · 8 years ago
  56. 048ac87 Update hwmon fan target sysfs entries by Matthew Barth · 8 years ago
  57. bf7b7b1 Create a FanSpeedObject interface by Matthew Barth · 8 years ago
  58. 5ec68ab Use std::filesystem when generating callout paths by Brad Bishop · 8 years ago
  59. 973886d Change constexpr function pointers to static constants by Saqib Khan · 8 years ago
  60. 03e8735 Remove unnecessary copy constructing ObjectManager by Brad Bishop · 8 years ago
  61. 329f186 Removed unused directory module by Brad Bishop · 8 years ago
  62. 08379a3 Use std::filesystem in favor of custom module by Brad Bishop · 8 years ago
  63. 0be1f8d Build: Autotools usage improvements by Brad Bishop · 8 years ago
  64. 23d4a7e Replace readdir_r with readdir since readdir_r was deprecated by Saqib Khan · 8 years ago
  65. 9ca659f Remove unused methods by Brad Bishop · 8 years ago
  66. 4db6442 Log failing path after sysfs access failures by Brad Bishop · 8 years ago
  67. b8740fc Minor path/string op tweaks by Brad Bishop · 8 years ago
  68. 2260efb Per design direction, all dbus object paths should be lower case. by Leonel Gonzalez · 8 years ago
  69. bf86e72 Link to libphosphor_dbus by Brad Bishop · 8 years ago
  70. 30dbcee Delay emission of InterfacesAdded by Brad Bishop · 8 years ago
  71. 8d89325 Fix out of tree build header search path by Brad Bishop · 8 years ago
  72. d9f06ab Fix sdbusplus::server::object template wrapper by Brad Bishop · 8 years ago
  73. a9b5f05 sysfs: Remove return of const string by Brad Bishop · 8 years ago
  74. 96a315f Test: Remove unnecessary server_thread method by Brad Bishop · 8 years ago
  75. 0aec350 Avoid unnecessary move operation by Brad Bishop · 8 years ago
  76. add9851 Instantiate objects in the correct namespace by Brad Bishop · 8 years ago
  77. 5afe21a Detect power current and energy sensors by Brad Bishop · 8 years ago
  78. 951a79e Add helper function for finding attributes by Brad Bishop · 8 years ago
  79. 968be12 Update server bindings by Brad Bishop · 8 years ago
  80. e0b7d05 Enable sensor thresholds by Brad Bishop · 8 years ago
  81. e228acc Add threshold support methods by Brad Bishop · 8 years ago
  82. cad57db Add threshold typename aliases by Brad Bishop · 8 years ago
  83. e9fdee0 Move value interface creation to a helper method. by Brad Bishop · 8 years ago
  84. f3df6b4 Add configuration discovery helper method by Brad Bishop · 8 years ago
  85. f7426cf Add object info tuple by Brad Bishop · 8 years ago
  86. 43b6ba7 Add Sensor.Threshold server bindings by Brad Bishop · 8 years ago
  87. 4da0161 Add cmdline --of-name option by Brad Bishop · 8 years ago
  88. 613a5b3 Find hwmon instances from OF device paths by Brad Bishop · 8 years ago
  89. ab795a1 Add util.hpp by Brad Bishop · 8 years ago
  90. ca08512 Ignore . and .. when scanning directories by Brad Bishop · 8 years ago
  91. c806553 Remove use of std::endl by Brad Bishop · 8 years ago
  92. 3d20846 Remove sensorcache.hpp by Brad Bishop · 8 years ago
  93. dddb715 Poll and update sensors by Brad Bishop · 8 years ago
  94. 74aa4dd Set Sensors.Value unit and scale properties by Brad Bishop · 8 years ago
  95. 0fcb8b3 Add string literals for hwmon types and entries by Brad Bishop · 8 years ago
  96. 4737850 Set sensor initial value. by Brad Bishop · 8 years ago
  97. cc56cd9 inline make_sysfs_path by Brad Bishop · 8 years ago
  98. 075f7a2 Create DBus objects by Brad Bishop · 8 years ago
  99. 8e068d9 Add server binding typename aliases by Brad Bishop · 8 years ago
  100. 73831cd Add labels by Brad Bishop · 8 years ago