Update MAINTAINERS

Add myself as maintainer and George Liu as reviewer.
I am actively working on adding power-utils into this repo, and George
Liu worked on adding json config to make this repo to support other PSU
models.

Signed-off-by: Lei YU <mine260309@gmail.com>
Change-Id: If3fdb5efe099197a4462e6ed5761677fa0e6804a
1 file changed
tree: 095ba9126b926e6b2cd39e2b03b52382cf08d9b1
  1. example/
  2. org/
  3. phosphor-regulators/
  4. power-sequencer/
  5. power-supply/
  6. services/
  7. test/
  8. .clang-format
  9. .gitignore
  10. argument.hpp
  11. device.hpp
  12. device_monitor.hpp
  13. elog-errors.hpp
  14. file.hpp
  15. gpio.cpp
  16. gpio.hpp
  17. LICENSE
  18. MAINTAINERS
  19. meson.build
  20. meson_options.txt
  21. names_values.hpp
  22. pmbus.cpp
  23. pmbus.hpp
  24. README.md
  25. utility.cpp
  26. 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`.