1. 7b58737 msl: Add a max31785 MSL checking script by Brad Bishop · 7 years ago
  2. 3b8e36e Allow EAGAIN failures by Matt Spinler · 7 years ago
  3. 1e6324f Don't exit program on sysfs read failures. by Patrick Venture · 8 years ago
  4. 2f370c4 Fix high CPU usage noted with BMP280 by Brandon Wyman · 8 years ago
  5. ac8b7c6 Don't exit with error when hwmon dir is removed by Andrew Geissler · 8 years ago
  6. 1f8a958 Add a level of indirection when naming the DBUS objects by Tom Joseph · 8 years ago
  7. 8af8a20 Update call out algorithm for iio hwmon instance by Brandon Wyman · 8 years ago
  8. 4eb9858 Update algorithm to find iio hwmon instance by Brandon Wyman · 8 years ago
  9. ab10f16 Introduce interval configuration for sensor reads. by Patrick Venture · 8 years ago
  10. 62503a4 Exit early if no sensors matched. by Patrick Venture · 8 years ago
  11. 0a8de64 Write pwmX_enable for fans that have a fanX_target by Matt Spinler · 8 years ago
  12. 05711eb Cater for change in elog create and commit interface by Marri Devender Rao · 8 years ago
  13. 4e1f30f Update sysfs reads by Matthew Barth · 8 years ago
  14. 048ac87 Update hwmon fan target sysfs entries by Matthew Barth · 8 years ago
  15. bf7b7b1 Create a FanSpeedObject interface by Matthew Barth · 8 years ago
  16. 5ec68ab Use std::filesystem when generating callout paths by Brad Bishop · 8 years ago
  17. 973886d Change constexpr function pointers to static constants by Saqib Khan · 8 years ago
  18. 03e8735 Remove unnecessary copy constructing ObjectManager by Brad Bishop · 8 years ago
  19. 329f186 Removed unused directory module by Brad Bishop · 8 years ago
  20. 08379a3 Use std::filesystem in favor of custom module by Brad Bishop · 8 years ago
  21. 0be1f8d Build: Autotools usage improvements by Brad Bishop · 8 years ago
  22. 23d4a7e Replace readdir_r with readdir since readdir_r was deprecated by Saqib Khan · 8 years ago
  23. 9ca659f Remove unused methods by Brad Bishop · 8 years ago
  24. 4db6442 Log failing path after sysfs access failures by Brad Bishop · 8 years ago
  25. b8740fc Minor path/string op tweaks by Brad Bishop · 8 years ago
  26. 2260efb Per design direction, all dbus object paths should be lower case. by Leonel Gonzalez · 8 years ago
  27. bf86e72 Link to libphosphor_dbus by Brad Bishop · 8 years ago
  28. 30dbcee Delay emission of InterfacesAdded by Brad Bishop · 8 years ago
  29. 8d89325 Fix out of tree build header search path by Brad Bishop · 8 years ago
  30. d9f06ab Fix sdbusplus::server::object template wrapper by Brad Bishop · 8 years ago
  31. a9b5f05 sysfs: Remove return of const string by Brad Bishop · 8 years ago
  32. 96a315f Test: Remove unnecessary server_thread method by Brad Bishop · 8 years ago
  33. 0aec350 Avoid unnecessary move operation by Brad Bishop · 8 years ago
  34. add9851 Instantiate objects in the correct namespace by Brad Bishop · 8 years ago
  35. 5afe21a Detect power current and energy sensors by Brad Bishop · 8 years ago
  36. 951a79e Add helper function for finding attributes by Brad Bishop · 8 years ago
  37. 968be12 Update server bindings by Brad Bishop · 8 years ago
  38. e0b7d05 Enable sensor thresholds by Brad Bishop · 8 years ago
  39. e228acc Add threshold support methods by Brad Bishop · 8 years ago
  40. cad57db Add threshold typename aliases by Brad Bishop · 8 years ago
  41. e9fdee0 Move value interface creation to a helper method. by Brad Bishop · 8 years ago
  42. f3df6b4 Add configuration discovery helper method by Brad Bishop · 8 years ago
  43. f7426cf Add object info tuple by Brad Bishop · 8 years ago
  44. 43b6ba7 Add Sensor.Threshold server bindings by Brad Bishop · 8 years ago
  45. 4da0161 Add cmdline --of-name option by Brad Bishop · 8 years ago
  46. 613a5b3 Find hwmon instances from OF device paths by Brad Bishop · 8 years ago
  47. ab795a1 Add util.hpp by Brad Bishop · 8 years ago
  48. ca08512 Ignore . and .. when scanning directories by Brad Bishop · 8 years ago
  49. c806553 Remove use of std::endl by Brad Bishop · 8 years ago
  50. 3d20846 Remove sensorcache.hpp by Brad Bishop · 8 years ago
  51. dddb715 Poll and update sensors by Brad Bishop · 8 years ago
  52. 74aa4dd Set Sensors.Value unit and scale properties by Brad Bishop · 8 years ago
  53. 0fcb8b3 Add string literals for hwmon types and entries by Brad Bishop · 8 years ago
  54. 4737850 Set sensor initial value. by Brad Bishop · 8 years ago
  55. cc56cd9 inline make_sysfs_path by Brad Bishop · 8 years ago
  56. 075f7a2 Create DBus objects by Brad Bishop · 8 years ago
  57. 8e068d9 Add server binding typename aliases by Brad Bishop · 8 years ago
  58. 73831cd Add labels by Brad Bishop · 8 years ago
  59. 75b4ab8 Move polling loop to state container by Brad Bishop · 8 years ago
  60. 3c344d3 Add sensor state by Brad Bishop · 8 years ago
  61. 75017ae Provide additional SensorSet type aliases by Brad Bishop · 8 years ago
  62. 6e8f623 Ignore labels by Brad Bishop · 8 years ago
  63. 92bbd05 Explicitly define SensorSet constructors by Brad Bishop · 8 years ago
  64. 26b815f Replace include guards with #pragma once by Brad Bishop · 8 years ago
  65. 9c7b6e0 Grab DBus connection by Brad Bishop · 8 years ago
  66. b9e2b07 Add config options by Brad Bishop · 8 years ago
  67. 6ae0330 Add Sensor.Value server bindings by Brad Bishop · 8 years ago
  68. 20938e4 Link systemd by Brad Bishop · 8 years ago
  69. e9ac8b4 Add testcase by Brad Bishop · 8 years ago
  70. d499ca6 Add a shutdown option to main loop by Brad Bishop · 8 years ago
  71. e55ef3d Remove main loop from application file by Brad Bishop · 8 years ago
  72. 03476f1 Add Vim modelines by Brad Bishop · 8 years ago
  73. 6bb97a9 Run astyle by Brad Bishop · 8 years ago
  74. 4c9c454 Remove phosphor-hwmon shared library by Brad Bishop · 8 years ago
  75. 3b1b5d4 Remove lto by Brad Bishop · 8 years ago
  76. 29dbfa6 Add licenses by Brad Bishop · 8 years ago
  77. 9b75be5 Add gitignore by Brad Bishop · 8 years ago
  78. 52b8028 Fix memory leak by Vishwanatha Subbanna · 8 years ago
  79. 6292aee Convert build process to autotools by Matthew Barth · 8 years ago
  80. 1f1b41e Ensure all tools are building with -Wall and -Werror by Matthew Barth · 8 years ago
  81. f261fa0 Add help argument to usage menu by Adriana Kobylak · 9 years ago
  82. fc96e4a Merge pull request #8 from williamspatrick/initial-daemon by Patrick Williams · 9 years ago
  83. 3667cf3 Initial read-daemon for hwmon entries by Patrick Williams · 9 years ago
  84. 80d9097 Initial commit by Patrick Williams · 9 years ago