Document I2C actions in regulator config file

Created documentation for the phosphor-regulators config file.  This
commit contains documentation for the I2C-specific actions.

Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
Change-Id: I702b4b37717159f61334c61183e5b1978d5a8d7a
6 files changed
tree: d5215a6dd22c3592552a1c2758ab1484c0bfabb3
  1. example/
  2. org/
  3. phosphor-regulators/
  4. power-sequencer/
  5. power-supply/
  6. test/
  7. .clang-format
  8. .gitignore
  9. argument.hpp
  10. device.hpp
  11. device_monitor.hpp
  12. elog-errors.hpp
  13. file.hpp
  14. gpio.cpp
  15. gpio.hpp
  16. LICENSE
  17. MAINTAINERS
  18. meson.build
  19. meson_options.txt
  20. names_values.hpp
  21. pmbus.cpp
  22. pmbus.hpp
  23. README.md
  24. utility.cpp
  25. utility.hpp
README.md

Code for detecting and analyzing power faults on Witherspoon.

To Build

To build this package, do the following steps:

    1. meson build
    2. ninja -C build

To clean the repository again run `rm -rf build`.