Handle new UCD90160 MFR_STATUS sysfs location

The 4.13 UCD90160 device driver moved the sysfs location
of the mfr_status register from
  /sys/kernel/debug/ucd9000.0/mfr_status
to
  /sys/kernel/debug/pmbus/hwmonN/ucd90160/mfr_status

The PMBus class can already handle this, just need to
change the enum to tell it where to look.

MFR_STATUS is only read when collecting metadata
on fails.

Change-Id: If4338516400f7d7acab6ec0d550417db106eea64
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
1 file changed
tree: 97f3bc53ea012fc74e590becfa216b6bf4ab6f8d
  1. org/
  2. power-sequencer/
  3. power-supply/
  4. test/
  5. .gitignore
  6. argument.hpp
  7. bootstrap.sh
  8. configure.ac
  9. device.hpp
  10. device_monitor.hpp
  11. elog-errors.hpp
  12. event.hpp
  13. file.hpp
  14. gpio.cpp
  15. gpio.hpp
  16. LICENSE
  17. Makefile.am
  18. names_values.hpp
  19. pmbus.cpp
  20. pmbus.hpp
  21. README.md
  22. timer.cpp
  23. timer.hpp
  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. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.