1. 8f0d142 regulators: Create ActionError class by Shawn McCarney · 4 years, 5 months ago
  2. 8a3db36 regulators: Add toString() method to Action class by Shawn McCarney · 4 years, 5 months ago
  3. 2bac860 psu: Update to use Power Supply Manager class by Brandon Wyman · 4 years, 10 months ago
  4. 57939e8 psu: Add command line argument for JSON config file by Brandon Wyman · 4 years, 10 months ago
  5. d13feab regulators: Add/install config files by Matthew Barth · 4 years, 7 months ago
  6. bd1c4ff psu: Add phosphor-psu-monitor.service by Brandon Wyman · 4 years, 6 months ago
  7. ca93f1f regulators: Add test cases for object 'i2c_interface'. by Bob King · 4 years, 5 months ago
  8. a2ba2df regulators: Add test cases for object 'device'. by Bob King · 4 years, 5 months ago
  9. 3a6d373 Remove openpower-dbus-interfaces dependency by Matt Spinler · 4 years, 6 months ago
  10. 3728f56 regulators: Add test cases for object 'chassis'. by Bob King · 4 years, 5 months ago
  11. 68230aa regulators: Add test cases for object 'set_device'. by Bob King · 4 years, 5 months ago
  12. e86c2e5 regulators: Add test cases for object 'run_rule'. by Bob King · 4 years, 5 months ago
  13. 02179c6 regulators: Add test cases for object 'pmbus_write_vout_command'. by Bob King · 4 years, 5 months ago
  14. d661809 regulators: Add test cases for object 'pmbus_read_sensor'. by Bob King · 4 years, 5 months ago
  15. cfc29d0 regulators: Add test cases for object 'or'. by Bob King · 4 years, 5 months ago
  16. bfe9fe7 regulators: Add test cases for object 'not'. by Bob King · 4 years, 5 months ago
  17. ead0b05 regulators: Add test cases for object 'if'. by Bob King · 4 years, 5 months ago
  18. fb162bb regulators: Add test cases for object 'i2c_compare_bytes'. by Bob King · 4 years, 5 months ago
  19. 514023d regulators: Add test cases for object 'i2c_compare_byte'. by Bob King · 4 years, 5 months ago
  20. 4ab8cbb regulators: Add test cases for object 'i2c_compare_bit'. by Bob King · 4 years, 5 months ago
  21. f8b77a0 regulators: Add test cases for object 'compare_vpd'. by Bob King · 4 years, 5 months ago
  22. bf1cbea regulators: Add test cases for object 'compare_presence'. by Bob King · 4 years, 5 months ago
  23. beaf653 regulators: Add test cases for object 'and'. by Bob King · 4 years, 5 months ago
  24. 95b796a regulators: Add check duplicate ID function. by Bob King · 4 years, 6 months ago
  25. afb7fc3 Add I2C interface to Device class by Shawn McCarney · 4 years, 7 months ago
  26. b1216b9 Create libi2c_dev_mock.a to solve linker errors by Shawn McCarney · 4 years, 5 months ago
  27. 2ad76bd Add basic phosphor-psu-monitor application by Brandon Wyman · 4 years, 10 months ago
  28. c974649 Create phosphor-power-supply source directory by Brandon Wyman · 4 years, 10 months ago
  29. 0dcbdf5 Update format cause .clang-format file updates. by Bob King · 4 years, 5 months ago
  30. 3d1ebcb power-supply: Remove version interface by Lei YU · 4 years, 6 months ago
  31. 5cc0128 Add validate-regulators-config.py validation tool. by Bob King · 4 years, 7 months ago
  32. 386d33f Create validate-regulators-config_tests.cpp. by Bob King · 4 years, 6 months ago
  33. e83604b Add feature Cold Redundancy by Cheng C Yang · 4 years, 6 months ago
  34. dcb4b3b Add schema file for phosphor-regulators JSON. by Bob King · 4 years, 7 months ago
  35. d1bc4ce Update .clang-format to latest version from docs by Brandon Wyman · 4 years, 7 months ago
  36. 994a873 Modify README.md for folders change under phosphor-regulators and link. by Bob King · 4 years, 7 months ago
  37. 4c94bc7 Create phosphor-regulators application by Shawn McCarney · 4 years, 7 months ago
  38. 38ed88d i2c: Cache adapter functionality by Shawn McCarney · 4 years, 7 months ago
  39. d45a9a6 i2c: Support explicit open/close and re-open by Shawn McCarney · 4 years, 7 months ago
  40. 1d10342 i2c: Add i2c block transaction support by Lei YU · 4 years, 7 months ago
  41. 34fb8bd i2c: Implement write function by Lei YU · 4 years, 8 months ago
  42. 92e89eb i2c: Implement read function by Lei YU · 4 years, 8 months ago
  43. 7c2fbbb power-utils: Initially use i2c in updater by Lei YU · 4 years, 8 months ago
  44. 9af82a5 i2c: Implement open and close by Lei YU · 4 years, 8 months ago
  45. ab1327c tools: Initially add i2c tool and mock by Lei YU · 4 years, 8 months ago
  46. e8c9cd6 power-utils: Implement isReadyToUpdate by Lei YU · 4 years, 8 months ago
  47. 575ed13 power-utils: Initially add isReadyToUpdate by Lei YU · 4 years, 8 months ago
  48. 6d59773 Create regulators IfAction class by Shawn McCarney · 4 years, 8 months ago
  49. d3bbfe2 Create regulators OrAction class by Shawn McCarney · 4 years, 8 months ago
  50. 74538a6 Create regulators AndAction class by Shawn McCarney · 4 years, 8 months ago
  51. 6aac414 Create regulators NotAction class by Shawn McCarney · 4 years, 8 months ago
  52. 8122eee Only build regulator tests when option enabled by Shawn McCarney · 4 years, 8 months ago
  53. 2134ca6 Create regulators RunRuleAction class by Shawn McCarney · 4 years, 8 months ago
  54. 9fc08e7 Enhance regulators Rule class by Shawn McCarney · 4 years, 8 months ago
  55. 494ef03 Remove circular dependencies in regulator includes by Shawn McCarney · 4 years, 8 months ago
  56. ea7385b Use C++17 format for nested namespace definitions by Shawn McCarney · 4 years, 8 months ago
  57. 78488f6 Create regulators action_utils namespace by Shawn McCarney · 4 years, 8 months ago
  58. f2aa59d Replace regulators StubAction with MockAction by Shawn McCarney · 4 years, 8 months ago
  59. 6b2ebaf Combine regulator tests into one executable by Shawn McCarney · 4 years, 8 months ago
  60. 623f5a8 Create regulators StubAction class by Shawn McCarney · 4 years, 8 months ago
  61. 1e5f993 Create regulators SetDeviceAction class by Shawn McCarney · 4 years, 8 months ago
  62. 7a7a29e Create regulators Action class by Shawn McCarney · 4 years, 8 months ago
  63. c69a275 Create regulators ActionEnvironment class by Shawn McCarney · 4 years, 8 months ago
  64. cfc040c Refactor: Move isPoweredOn to utility by Lei YU · 4 years, 8 months ago
  65. 9ab6d75 power-utils: Initially add Updater class by Lei YU · 4 years, 8 months ago
  66. d19df25 power-utils: Initially add --update option by Lei YU · 4 years, 8 months ago
  67. 093b591 power-utils: Add --compare option by Lei YU · 4 years, 8 months ago
  68. 00ff910 power-supply-monitor: fix systemd unit syntax by Andrew Geissler · 4 years, 8 months ago
  69. 5ea8b55 Update sensor-architecture.md link by Gunnar Mills · 4 years, 9 months ago
  70. ad8d454 Update example power sequencer YAML by Jim Wright · 4 years, 8 months ago
  71. 5a94c9d Make GPIOAnalysis section optional in power sequencer YAML by Jim Wright · 4 years, 8 months ago
  72. 3daeb91 Create regulators IDMap class by Shawn McCarney · 4 years, 8 months ago
  73. 36d8b7d Add explicit keyword to regulator constructors by Shawn McCarney · 4 years, 8 months ago
  74. 4afb285 Conform regulator methods to acronym conventions by Shawn McCarney · 4 years, 8 months ago
  75. a2461b3 Create stubs for regulator Device, Rail, and Rule by Shawn McCarney · 4 years, 8 months ago
  76. aff6548 README: Add description for psu json config by Lei YU · 4 years, 9 months ago
  77. 0bf1b78 Add power-utils by Lei YU · 4 years, 10 months ago
  78. bd4b86d Update MAINTAINERS by Lei YU · 4 years, 9 months ago
  79. bd3bd82 Move services into repo by Lei YU · 4 years, 9 months ago
  80. f94b113 Document utility actions in regulator config file by Shawn McCarney · 4 years, 9 months ago
  81. aebb3ee Document logic actions in regulator config file by Shawn McCarney · 4 years, 9 months ago
  82. 2181434 Document PMBus actions in regulator config file by Shawn McCarney · 4 years, 9 months ago
  83. 29decbe Document I2C actions in regulator config file by Shawn McCarney · 4 years, 9 months ago
  84. f5ef0f9 Document rule and action in regulator config file by Shawn McCarney · 4 years, 9 months ago
  85. e60a2fb Document operations in regulator config file by Shawn McCarney · 4 years, 9 months ago
  86. 876ae81 Document hardware objects in regulator config file by Shawn McCarney · 4 years, 9 months ago
  87. 310d864 Initial documentation for regulator config files by Shawn McCarney · 4 years, 9 months ago
  88. a41f3d3 Add Shawn McCarney as a maintainer by Shawn McCarney · 4 years, 9 months ago
  89. 4070546 Refactor: move get pmbus access type to utility by Lei YU · 4 years, 9 months ago
  90. ab09332 Refactor: rename namespace witherspoon to phosphor by Lei YU · 4 years, 9 months ago
  91. 690e780 Update to get PSU Asset information from parsing JSON file by George Liu · 4 years, 10 months ago
  92. 7dc31bb Add loadJSONFromFile() in utility by Lei YU · 4 years, 10 months ago
  93. ef17944 Add an example JSON file based on power-supply by George Liu · 4 years, 11 months ago
  94. b3853e2 build: drop autotools by Brad Bishop · 4 years, 10 months ago
  95. 39b370a build: add support for building with meson by Brad Bishop · 4 years, 10 months ago
  96. 11cb672 build: fix some warnings by Brad Bishop · 4 years, 10 months ago
  97. 817f8a7 Power supply input faults resolution by Aatir Manzur · 5 years ago
  98. 5b2964f Fix association path when resolving input faults by Matt Spinler · 5 years ago
  99. 5c0ce17 Don't try to read GPIOs when no device path by Matt Spinler · 5 years ago
  100. 4e877a7 Update .gitignore by Matt Spinler · 5 years ago