1. 993b554 psu-ng: Refactor PGOOD and UNIT_IS_OFF fault by Brandon Wyman · 2 years, 6 months ago
  2. 6c2ac39 psu-ng: Refactor MFR fault detection by Brandon Wyman · 2 years, 6 months ago
  3. e3f7ad2 psu-ng: Refactor clearing fault member variables by Brandon Wyman · 2 years, 6 months ago
  4. 925c026 psu-ng: Change pgoodFault type to size_t by Brandon Wyman · 2 years, 6 months ago
  5. 391a069 psu-ng: gtest cleanup expectation warnings by Brandon Wyman · 2 years, 7 months ago
  6. d8a8617 pseq: Find and parse configuaration file by Jim Wright · 2 years, 7 months ago
  7. 39ea02b psu-ng: Add in handling of specific MFR faults by Brandon Wyman · 2 years, 7 months ago
  8. a169b0f psu-ng: IBM FN goes to SparePartNumber by Brandon Wyman · 2 years, 7 months ago
  9. 56ae78e pseq: Retrieve compatible systems from EM by Jim Wright · 2 years, 7 months ago
  10. 9ba3823 psu-ng: Run validation when PSU is plugged by Adriana Kobylak · 2 years, 8 months ago
  11. 06ca459 psu-ng: Add DEGLITCH_LIMIT, deglitch pgoodFault by Brandon Wyman · 2 years, 7 months ago
  12. 4aecc29 psu-ng: INFO journal trace when pgoodFault clears by Brandon Wyman · 2 years, 8 months ago
  13. 7945dd2 pseq: Add base and UCD90320 device monitor classes by Jim Wright · 3 years, 3 months ago
  14. b3ba516 regulators: Enhance additional error data capture by Shawn McCarney · 2 years, 7 months ago
  15. 7ee4d7e psu-ng: Add in detection of fan faults by Brandon Wyman · 2 years, 7 months ago
  16. 08cac06 PMBus: Fix "file" name for STATUS_FANS_1_2 by Brandon Wyman · 2 years, 7 months ago
  17. a61c1aa sdbusplus: remove usage of deprecated alias by Patrick Williams · 2 years, 7 months ago
  18. 2d99bf7 pseq: Retrieve device info from entity manager by Jim Wright · 2 years, 7 months ago
  19. 2cf4694 psu-ng: Add code to detect VOUT_UV_FAULT by Brandon Wyman · 2 years, 8 months ago
  20. b10b3be psu-ng: Add in detection of IOUT_OC fault by Brandon Wyman · 2 years, 8 months ago
  21. 4e25df5 pseq: Add logging of power on/off timeout entries by Jim Wright · 2 years, 8 months ago
  22. 9d7d95c pseq: Call chassis hard power off on pgood fail by Jim Wright · 2 years, 8 months ago
  23. 2916ea5 psu-ng: Add in detection of PGOOD fault by Brandon Wyman · 2 years, 8 months ago
  24. 96893a4 psu-ng: Add code to detect temperature fault by Brandon Wyman · 2 years, 8 months ago
  25. b654c61 psu-ng: Refactor PMBus expectations helper by Brandon Wyman · 2 years, 8 months ago
  26. 209690b pseq: Add two second wait to power off by Jim Wright · 2 years, 8 months ago
  27. 5d23d9d regulators: Retry failed I2C operations by Shawn McCarney · 2 years, 8 months ago
  28. 770de58 Add retry support to I2CInterface by Shawn McCarney · 2 years, 8 months ago
  29. c0a0758 psu-ng: Set the power-config-full-load GPIO by Adriana Kobylak · 2 years, 9 months ago
  30. 886574c psu-ng: Get the power config full load property by Adriana Kobylak · 2 years, 8 months ago
  31. 9ddc622 psu-ng: Refactor PowerSupply::isFaulted by Brandon Wyman · 2 years, 8 months ago
  32. a2a830b regulators: Allow empty expected VPD value by Shawn McCarney · 2 years, 8 months ago
  33. 5e0346b regulators: Treat missing VPD keyword as empty by Shawn McCarney · 2 years, 8 months ago
  34. 43d3263 psu-ng: Change fault traces from INFO to ERR by Brandon Wyman · 2 years, 8 months ago
  35. 6710ba2 psu-ng: Add code to detect VOUT_OV_FAULT by Brandon Wyman · 2 years, 8 months ago
  36. 8da35c5 psu-ng: Refactor EXPECT calls for PMBus STATUS_* by Brandon Wyman · 2 years, 8 months ago
  37. 85c7bf4 psu-ng: Detect CML fault by Brandon Wyman · 2 years, 9 months ago
  38. ec0b8dc psu-ng: Clear the additionalData each loop by Brandon Wyman · 2 years, 9 months ago
  39. da369c7 psu-ng: Use a separate map for required PSUs data by Brandon Wyman · 2 years, 9 months ago
  40. b85b9dd psu-ng: Make comm fault first checked by Brandon Wyman · 2 years, 9 months ago
  41. f07bc79 psu-ng: Include STATUS_INPUT in input fault error by Brandon Wyman · 2 years, 9 months ago
  42. 523704d psu-ng: Move model validation to its own function by Adriana Kobylak · 2 years, 9 months ago
  43. 52245b6 psu-ng: Implement gpio write function by Adriana Kobylak · 2 years, 10 months ago
  44. 3ca062a psu-ng: Change the GPIOReader class to GPIOInterface by Adriana Kobylak · 2 years, 8 months ago
  45. 81dbbb6 Update MAINTAINERS, add OWNERS by Adriana Kobylak · 2 years, 9 months ago
  46. 786b6f4 psu-ng: PMBus STATUS_* command error data as hex by Brandon Wyman · 2 years, 9 months ago
  47. c899660 psu-ng: Change PMBus command response to uppercase by Brandon Wyman · 2 years, 9 months ago
  48. 8b66288 psu-ng: Move adding _PID to createError by Brandon Wyman · 2 years, 9 months ago
  49. 2aba2b2 psu-ng: Bump the psu validation timeout by Adriana Kobylak · 2 years, 9 months ago
  50. 7a5dd99 pseq: Add GPIOs to power control application by Jim Wright · 2 years, 10 months ago
  51. a4d38fa psu-ng: Move psu validation to event timer by Adriana Kobylak · 2 years, 9 months ago
  52. b837887 build: switch to C++20 by Patrick Williams · 2 years, 9 months ago
  53. c1d4de5 catch exceptions as const by Patrick Williams · 2 years, 9 months ago
  54. a588eaf psu-ng: Throw if gpio line is not found by Adriana Kobylak · 2 years, 9 months ago
  55. 4c88a4c regulators: Make inventory_path required property by Shawn McCarney · 2 years, 9 months ago
  56. 54b3ab9 regulators: Remove monitoring freq from comments by Shawn McCarney · 2 years, 10 months ago
  57. e97fc13 regulators: Fix race condition in monitor disable by Shawn McCarney · 2 years, 10 months ago
  58. c8cbeac regulators: Enable phase fault detection by Shawn McCarney · 2 years, 10 months ago
  59. 37af670 regulators: Add detectPhaseFaults() to System by Shawn McCarney · 2 years, 10 months ago
  60. a3fecef regulators: Simplify System test cases by Shawn McCarney · 2 years, 10 months ago
  61. 50e57c6 regulators: Add detectPhaseFaults() to Chassis by Shawn McCarney · 2 years, 10 months ago
  62. 8305860 regulators: Simplify Chassis test cases by Shawn McCarney · 2 years, 10 months ago
  63. 2ee4494 regulators: Clear phase fault history in Device by Shawn McCarney · 2 years, 10 months ago
  64. 3d8e295 clang-format: apply clang-12 changes by Patrick Williams · 2 years, 10 months ago
  65. 0c9a33d clang updates by Adriana Kobylak · 2 years, 10 months ago
  66. 1fd0b14 regulators: Add detectPhaseFaults() to Device by Shawn McCarney · 2 years, 10 months ago
  67. 2874e90 regulators: Simplify Device test cases by Shawn McCarney · 2 years, 10 months ago
  68. 3225259 regulators: Add PhaseFaultDetection to Device by Shawn McCarney · 2 years, 10 months ago
  69. 38f802a exception: add errno by Patrick Williams · 2 years, 10 months ago
  70. 39eb08a regulators: Add phase_fault_detection to parser by Shawn McCarney · 2 years, 10 months ago
  71. 1115785 regulators: Add log_phase_fault to parser by Shawn McCarney · 2 years, 10 months ago
  72. b70370b regulators: Add phase fault type to parser by Shawn McCarney · 2 years, 10 months ago
  73. 91f87a5 regulators: Add i2c_capture_bytes to parser by Shawn McCarney · 2 years, 10 months ago
  74. 9284c30 regulators: Implement phase_fault_detection object by Shawn McCarney · 2 years, 10 months ago
  75. 69f10ad exception: switch to public sdbus exception by Patrick Williams · 2 years, 10 months ago
  76. e6d54a1 regulators: Add toErrorType() utility function by Shawn McCarney · 2 years, 10 months ago
  77. 630c46f regulators: Improve I2CCaptureBytesAction doxygen by Shawn McCarney · 2 years, 10 months ago
  78. 1a281f1 regulators: Remove usage of InvalidEnumString by Shawn McCarney · 2 years, 10 months ago
  79. ecbecbc psu-ng: Do not create duplicate power supplies by Brandon Wyman · 2 years, 10 months ago
  80. 22318a3 pseq: Implement power interface in control app by Jim Wright · 2 years, 10 months ago
  81. 5dab5d3 regulators: Add phase faults to ErrorLogging by Shawn McCarney · 2 years, 10 months ago
  82. 3f7da6e regulators: Add phase faults to ErrorHistory by Shawn McCarney · 2 years, 10 months ago
  83. 3b242b7 regulators: Implement i2c_capture_bytes action by Shawn McCarney · 2 years, 10 months ago
  84. 1992083 pseq: Add power control dbus server interface by Jim Wright · 2 years, 10 months ago
  85. fa23f7d regulators: Implement log_phase_fault action by Shawn McCarney · 2 years, 10 months ago
  86. 421128e regulators: Add phase faults to ActionEnvironment by Shawn McCarney · 2 years, 10 months ago
  87. d8b8cb1 psu-ng: Add accessor to get GPIO line name by B. J. Wyman · 3 years ago
  88. 5d4a9c7 regulators: Add device_id to validation tool by Shawn McCarney · 2 years, 11 months ago
  89. 846dde5 regulators: Add phase fault detection to schema by Shawn McCarney · 2 years, 11 months ago
  90. 4175ffb psu-ng: Read and validate input voltage by Adriana Kobylak · 2 years, 11 months ago
  91. 4dc9a30 regulators: Standardize arrays in schema by Shawn McCarney · 2 years, 11 months ago
  92. 350a21a regulators: Standardize blank line use in schema by Shawn McCarney · 2 years, 11 months ago
  93. b1a80c5 regulators: Fix JSON documentation error by Shawn McCarney · 2 years, 11 months ago
  94. bb1dfb6 reg-config: ensure runs before chassis power on by Andrew Geissler · 2 years, 11 months ago
  95. 539b608 pseq: Begin power control implementation by Jim Wright · 2 years, 11 months ago
  96. 7e2a549 regulators: Document phase fault detection by Shawn McCarney · 2 years, 11 months ago
  97. 10eb00f pseq: Create phosphor-power-control application by Jim Wright · 3 years ago
  98. 93f7ee9 psu-ng: Remove unnecessary debug trace by B. J. Wyman · 3 years ago
  99. f2ba146 psu-ng: Do not log error for expected missing PSUs by Adriana Kobylak · 3 years ago
  100. 4d9aaf9 psu-ng: Move PSU validation logic to its own function by Adriana Kobylak · 3 years ago