1. b267b7e regulators: Implements support for compare_presence action by Bob King · 4 years, 2 months ago
  2. 07301ea regulators: Create regulators ComparePresenceAction class by Bob King · 4 years, 2 months ago
  3. 18a6850 regulators: Implements support for set_device action by Bob King · 4 years, 3 months ago
  4. 2aafb1c regulators: Implements support for presence_detection by Bob King · 4 years, 3 months ago
  5. 93a89d7 regulators: Implements support for if action by Bob King · 4 years, 3 months ago
  6. 0b51a9b regulators: Implements support for or action by Bob King · 4 years, 3 months ago
  7. f1b58dc regulators: Implements support for not action by Bob King · 4 years, 3 months ago
  8. 3a78754 regulators: Implements support for and action by Bob King · 4 years, 3 months ago
  9. f09bfe0 regulators: Implements support for i2c_compare actions by Bob King · 4 years, 3 months ago
  10. 2af5289 regulators: Add configure support to System class by Shawn McCarney · 4 years, 3 months ago
  11. 525e20c regulators: Add configure support to Chassis class by Shawn McCarney · 4 years, 3 months ago
  12. eb7bec4 regulators: Add configure support to Device class by Shawn McCarney · 4 years, 3 months ago
  13. 779b956 regulators: Add configure support to Rail class by Shawn McCarney · 4 years, 3 months ago
  14. 250d0a9 regs: Subscribe to InterfacesAdded signals by Matthew Barth · 4 years, 4 months ago
  15. bbc7c58 regs: Get JSON configuration data filename from dbus by Matthew Barth · 4 years, 5 months ago
  16. 23a5e59 regs: Add initial dbus attributes for system type by Matthew Barth · 4 years, 5 months ago
  17. 7cbc553 regs: Handle HUP signals by Matthew Barth · 4 years, 5 months ago
  18. f2bcf1f regs: Add an event timer for monitoring by Matthew Barth · 4 years, 5 months ago
  19. 29e9e38 regs: Add manager object by Matthew Barth · 4 years, 5 months ago
  20. 37d73ec regs: Add private manager dbus interface by Matthew Barth · 4 years, 3 months ago
  21. 3976500 regulators: Implement Configuration execution by Shawn McCarney · 4 years, 3 months ago
  22. 6afbf1a regulators: Modify instances for implicit conversion by Bob King · 4 years, 3 months ago
  23. a2f2a0d regulators: Implements support for rail by Bob King · 4 years, 3 months ago
  24. 33e7eaa regulators: Implements support for configuration by Bob King · 4 years, 3 months ago
  25. 9c36c5f regulators: Implements support for device by Bob King · 4 years, 3 months ago
  26. 55f496c regulators: Create exception_utils namespace by Shawn McCarney · 4 years, 3 months ago
  27. 9af8555 regulators: Add logDebug() to journal interface by Shawn McCarney · 4 years, 3 months ago
  28. db0b833 regulators: Build IDMap for system by Shawn McCarney · 4 years, 3 months ago
  29. 0e70113 regulators: Implements support for chassis by Bob King · 4 years, 3 months ago
  30. 315b0b6 regulators: Implements support for run_rule by Bob King · 4 years, 3 months ago
  31. bafcb86 regulators: Implements support for i2c_write_bytes by Bob King · 4 years, 3 months ago
  32. e38f8a2 regulators: Enhance IDMap to detect duplicate IDs by Shawn McCarney · 4 years, 3 months ago
  33. c3991f1 regulators: Create System class by Shawn McCarney · 4 years, 3 months ago
  34. 7c5d7b2 regulators: Create journal interface by Shawn McCarney · 4 years, 3 months ago
  35. 87ff9d7 regulators: Implements support for i2c_write_byte by Bob King · 4 years, 3 months ago
  36. f617f89 regulators: Implements support for i2c_write_bit by Bob King · 4 years, 3 months ago
  37. 0e8c68a regulators: Create configuration file parser by Shawn McCarney · 4 years, 3 months ago
  38. 79a0b10 regulators: Create ConfigFileParserError class by Shawn McCarney · 4 years, 3 months ago
  39. 8a3afd7 regulators: Create Chassis class by Shawn McCarney · 4 years, 4 months ago
  40. 0b1a0e7 regulators: Add remaining props to Device class by Shawn McCarney · 4 years, 4 months ago
  41. 4bf310e regulators: Add remaining properties to Rail class by Shawn McCarney · 4 years, 4 months ago
  42. bc47c1b regulators: Create SensorMonitoring class by Shawn McCarney · 4 years, 4 months ago
  43. bfe2c25 regulators: Create PresenceDetection class by Shawn McCarney · 4 years, 4 months ago
  44. d3a8aab regulators: Create Configuration class by Shawn McCarney · 4 years, 4 months ago
  45. 0fd07d7 regulators: Use std::optional in ActionEnvironment by Shawn McCarney · 4 years, 4 months ago
  46. a8119f2 regulators: Add pmbus_write_vout_command action by Shawn McCarney · 4 years, 4 months ago
  47. a5ef540 regulators: Add PMBusError/WriteVerificationError by Shawn McCarney · 4 years, 4 months ago
  48. 6663abf regulators: Add PMBus utilities by Shawn McCarney · 4 years, 4 months ago
  49. 88d5b69 regulators: Implement i2c_write_bit action by Shawn McCarney · 4 years, 4 months ago
  50. 83169bf regulators: Implement i2c_write_bytes action by Shawn McCarney · 4 years, 4 months ago
  51. f1c9061 regulators: Implement i2c_write_byte action by Shawn McCarney · 4 years, 4 months ago
  52. 5ad5394 regulators: Implement i2c_compare_bytes action by Shawn McCarney · 4 years, 4 months ago
  53. 8215be3 regulators: Implement i2c_compare_bit action by Shawn McCarney · 4 years, 5 months ago
  54. b38da99 regulators: Implement i2c_compare_byte action by Shawn McCarney · 4 years, 5 months ago
  55. 8f0d142 regulators: Create ActionError class by Shawn McCarney · 4 years, 5 months ago
  56. 8a3db36 regulators: Add toString() method to Action class by Shawn McCarney · 4 years, 5 months ago
  57. afb7fc3 Add I2C interface to Device class by Shawn McCarney · 4 years, 7 months ago
  58. 4c94bc7 Create phosphor-regulators application by Shawn McCarney · 4 years, 7 months ago
  59. 6d59773 Create regulators IfAction class by Shawn McCarney · 4 years, 8 months ago
  60. d3bbfe2 Create regulators OrAction class by Shawn McCarney · 4 years, 8 months ago
  61. 74538a6 Create regulators AndAction class by Shawn McCarney · 4 years, 8 months ago
  62. 6aac414 Create regulators NotAction class by Shawn McCarney · 4 years, 8 months ago
  63. 2134ca6 Create regulators RunRuleAction class by Shawn McCarney · 4 years, 8 months ago
  64. 9fc08e7 Enhance regulators Rule class by Shawn McCarney · 4 years, 8 months ago
  65. 494ef03 Remove circular dependencies in regulator includes by Shawn McCarney · 4 years, 8 months ago
  66. ea7385b Use C++17 format for nested namespace definitions by Shawn McCarney · 4 years, 8 months ago
  67. 78488f6 Create regulators action_utils namespace by Shawn McCarney · 4 years, 8 months ago
  68. 623f5a8 Create regulators StubAction class by Shawn McCarney · 4 years, 8 months ago
  69. 1e5f993 Create regulators SetDeviceAction class by Shawn McCarney · 4 years, 8 months ago
  70. 7a7a29e Create regulators Action class by Shawn McCarney · 4 years, 8 months ago
  71. c69a275 Create regulators ActionEnvironment class by Shawn McCarney · 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