- 79a0b10 regulators: Create ConfigFileParserError class by Shawn McCarney · 4 years, 7 months ago
- 8b89f1b Updates to load JSON file from default location by Brandon Wyman · 4 years, 8 months ago
- d0a26bb Install phosphor-psu-monitor configuration files by Brandon Wyman · 4 years, 8 months ago
- 3afa711 regulators: Add test cases for action. by Bob King · 4 years, 8 months ago
- 3f1242f Update analyze function to check STATUS_WORD by Brandon Wyman · 4 years, 9 months ago
- 8d19577 Create PMBusBase class to allow for mocking by Brandon Wyman · 4 years, 9 months ago
- 2005741 regulators: Add test cases for entire config file. by Bob King · 4 years, 8 months ago
- 7879310 regulators: Add test cases for check_duplicate_object_id. by Bob King · 4 years, 8 months ago
- 9343756 regulators: Increase timeout for validator tests by Shawn McCarney · 4 years, 8 months ago
- 8a3afd7 regulators: Create Chassis class by Shawn McCarney · 4 years, 8 months ago
- 358c417 regulators: Update validator testcases for python3 by Bob King · 4 years, 8 months ago
- 0b1a0e7 regulators: Add remaining props to Device class by Shawn McCarney · 4 years, 8 months ago
- 43082e7 Use python3 by Lei YU · 4 years, 8 months ago
- a57e081 regulators: Modify file path and timeout for CI. by Bob King · 4 years, 8 months ago
- 4bf310e regulators: Add remaining properties to Rail class by Shawn McCarney · 4 years, 8 months ago
- c63941c Parse I2C bus and address out of JSON config file by Brandon Wyman · 4 years, 9 months ago
- bc47c1b regulators: Create SensorMonitoring class by Shawn McCarney · 4 years, 8 months ago
- bfe2c25 regulators: Create PresenceDetection class by Shawn McCarney · 4 years, 8 months ago
- d3a8aab regulators: Create Configuration class by Shawn McCarney · 4 years, 8 months ago
- aed1f75 psu: Updates for power supply presence by Brandon Wyman · 5 years ago
- 0fd07d7 regulators: Use std::optional in ActionEnvironment by Shawn McCarney · 4 years, 8 months ago
- 2fe5186 psu: Add code to get pollInterval from JSON file by Brandon Wyman · 5 years ago
- a533d70 regulators: Add check_number_of_elements_in_masks function. by Bob King · 4 years, 8 months ago
- 9146df2 regulators: Add check_rule_id_exists function. by Bob King · 4 years, 8 months ago
- e959754 regulators: Add check_set_device_value_exists function. by Bob King · 4 years, 8 months ago
- ed00965 regulators: Add test cases for command line syntax by Bob King · 4 years, 9 months ago
- 23dd60b regulators: Add check_run_rule_value_exists function. by Bob King · 4 years, 8 months ago
- dc72b62 regulators: Add test cases for check_number_of_elements_in_masks by Bob King · 4 years, 9 months ago
- 21b09be regulators: Add test cases for check_rule_id_exists by Bob King · 4 years, 9 months ago
- 13b2ad9 regulators: Add test cases for check_set_device_value_exists by Bob King · 4 years, 9 months ago
- f88203a regulators: Add test cases for check_run_rule_value_exists by Bob King · 4 years, 9 months ago
- a8119f2 regulators: Add pmbus_write_vout_command action by Shawn McCarney · 4 years, 8 months ago
- a5ef540 regulators: Add PMBusError/WriteVerificationError by Shawn McCarney · 4 years, 8 months ago
- 6663abf regulators: Add PMBus utilities by Shawn McCarney · 4 years, 8 months ago
- e632e14 Document byte order of I2CInterface read/write by Shawn McCarney · 4 years, 8 months ago
- d114cd9 regulators: Add check infinite loops function. by Bob King · 4 years, 9 months ago
- 5b27a95 regulators: Add check_duplicate_object_id function. by Bob King · 4 years, 10 months ago
- 88d5b69 regulators: Implement i2c_write_bit action by Shawn McCarney · 4 years, 8 months ago
- 83169bf regulators: Implement i2c_write_bytes action by Shawn McCarney · 4 years, 8 months ago
- f1c9061 regulators: Implement i2c_write_byte action by Shawn McCarney · 4 years, 8 months ago
- 2c65700 regulators: Improve gmock EXPECT_CALL() usage by Shawn McCarney · 4 years, 9 months ago
- 5ad5394 regulators: Implement i2c_compare_bytes action by Shawn McCarney · 4 years, 9 months ago
- 7d3a9f1 regulators: Fix 'run_rule' and 'set_device' test cases fail. by Bob King · 4 years, 9 months ago
- 63d795f regulators: Fix 'rule' test cases fail. by Bob King · 4 years, 9 months ago
- f4ff116 regulators: Fix 'presence_detection' test cases fail. by Bob King · 4 years, 9 months ago
- 2d27dcf regulators: Fix test cases fail for 'if'. by Bob King · 4 years, 9 months ago
- 1efdd62 regulators: Add/install base service by Matthew Barth · 4 years, 11 months ago
- b3e48bc regulators: Fix test case failures. by Bob King · 4 years, 9 months ago
- 8215be3 regulators: Implement i2c_compare_bit action by Shawn McCarney · 4 years, 9 months ago
- 188db7d regulators: Add test cases for 'i2c_write_bit' and 'i2c_write_byte(s)'. by Bob King · 4 years, 9 months ago
- 64df7da regulators: change the test cases sorting. by Bob King · 4 years, 9 months ago
- 3643cc0 regulators: Add test cases for check duplicates and infinite loop. by Bob King · 4 years, 9 months ago
- fcc2a2f regulators: Add test cases for object 'sensor_monitoring'. by Bob King · 4 years, 9 months ago
- e9260b5 regulators: Add test cases for object 'rail'. by Bob King · 4 years, 10 months ago
- 4c67a3a regulators: Add test cases for object 'configuration'. by Bob King · 4 years, 9 months ago
- 99d8fa1 regulators: Add test cases for object 'presence_detection'. by Bob King · 4 years, 9 months ago
- b38da99 regulators: Implement i2c_compare_byte action by Shawn McCarney · 4 years, 9 months ago
- a0f33ce psu: Introduce the PowerSupply class by Brandon Wyman · 5 years ago
- dc8e931 Add OE-SDK option to Meson by Brandon Wyman · 4 years, 9 months ago
- ff48143 Only build tests if -Dtests=enabled specified by Shawn McCarney · 4 years, 9 months ago
- 8f0d142 regulators: Create ActionError class by Shawn McCarney · 4 years, 9 months ago
- 8a3db36 regulators: Add toString() method to Action class by Shawn McCarney · 4 years, 9 months ago
- 2bac860 psu: Update to use Power Supply Manager class by Brandon Wyman · 5 years ago
- 57939e8 psu: Add command line argument for JSON config file by Brandon Wyman · 5 years ago
- d13feab regulators: Add/install config files by Matthew Barth · 4 years, 11 months ago
- bd1c4ff psu: Add phosphor-psu-monitor.service by Brandon Wyman · 4 years, 10 months ago
- ca93f1f regulators: Add test cases for object 'i2c_interface'. by Bob King · 4 years, 9 months ago
- a2ba2df regulators: Add test cases for object 'device'. by Bob King · 4 years, 9 months ago
- 3a6d373 Remove openpower-dbus-interfaces dependency by Matt Spinler · 4 years, 10 months ago
- 3728f56 regulators: Add test cases for object 'chassis'. by Bob King · 4 years, 10 months ago
- 68230aa regulators: Add test cases for object 'set_device'. by Bob King · 4 years, 10 months ago
- e86c2e5 regulators: Add test cases for object 'run_rule'. by Bob King · 4 years, 10 months ago
- 02179c6 regulators: Add test cases for object 'pmbus_write_vout_command'. by Bob King · 4 years, 10 months ago
- d661809 regulators: Add test cases for object 'pmbus_read_sensor'. by Bob King · 4 years, 10 months ago
- cfc29d0 regulators: Add test cases for object 'or'. by Bob King · 4 years, 10 months ago
- bfe9fe7 regulators: Add test cases for object 'not'. by Bob King · 4 years, 10 months ago
- ead0b05 regulators: Add test cases for object 'if'. by Bob King · 4 years, 10 months ago
- fb162bb regulators: Add test cases for object 'i2c_compare_bytes'. by Bob King · 4 years, 10 months ago
- 514023d regulators: Add test cases for object 'i2c_compare_byte'. by Bob King · 4 years, 10 months ago
- 4ab8cbb regulators: Add test cases for object 'i2c_compare_bit'. by Bob King · 4 years, 10 months ago
- f8b77a0 regulators: Add test cases for object 'compare_vpd'. by Bob King · 4 years, 10 months ago
- bf1cbea regulators: Add test cases for object 'compare_presence'. by Bob King · 4 years, 10 months ago
- beaf653 regulators: Add test cases for object 'and'. by Bob King · 4 years, 10 months ago
- 95b796a regulators: Add check duplicate ID function. by Bob King · 4 years, 10 months ago
- afb7fc3 Add I2C interface to Device class by Shawn McCarney · 5 years ago
- b1216b9 Create libi2c_dev_mock.a to solve linker errors by Shawn McCarney · 4 years, 10 months ago
- 2ad76bd Add basic phosphor-psu-monitor application by Brandon Wyman · 5 years ago
- c974649 Create phosphor-power-supply source directory by Brandon Wyman · 5 years ago
- 0dcbdf5 Update format cause .clang-format file updates. by Bob King · 4 years, 10 months ago
- 3d1ebcb power-supply: Remove version interface by Lei YU · 4 years, 10 months ago
- 5cc0128 Add validate-regulators-config.py validation tool. by Bob King · 4 years, 11 months ago
- 386d33f Create validate-regulators-config_tests.cpp. by Bob King · 4 years, 10 months ago
- e83604b Add feature Cold Redundancy by Cheng C Yang · 4 years, 10 months ago
- dcb4b3b Add schema file for phosphor-regulators JSON. by Bob King · 4 years, 11 months ago
- d1bc4ce Update .clang-format to latest version from docs by Brandon Wyman · 5 years ago
- 994a873 Modify README.md for folders change under phosphor-regulators and link. by Bob King · 5 years ago
- 4c94bc7 Create phosphor-regulators application by Shawn McCarney · 5 years ago
- 38ed88d i2c: Cache adapter functionality by Shawn McCarney · 5 years ago
- d45a9a6 i2c: Support explicit open/close and re-open by Shawn McCarney · 5 years ago
- 1d10342 i2c: Add i2c block transaction support by Lei YU · 5 years ago