ibm-cffps.rst 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Kernel driver ibm-cffps
  2. =======================
  3. Supported chips:
  4. * IBM Common Form Factor power supply
  5. Author: Eddie James <[email protected]>
  6. Description
  7. -----------
  8. This driver supports IBM Common Form Factor (CFF) power supplies. This driver
  9. is a client to the core PMBus driver.
  10. Usage Notes
  11. -----------
  12. This driver does not auto-detect devices. You will have to instantiate the
  13. devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
  14. details.
  15. Sysfs entries
  16. -------------
  17. The following attributes are supported:
  18. ======================= ======================================================
  19. curr1_alarm Output current over-current alarm.
  20. curr1_input Measured output current in mA.
  21. curr1_label "iout1"
  22. fan1_alarm Fan 1 warning.
  23. fan1_fault Fan 1 fault.
  24. fan1_input Fan 1 speed in RPM.
  25. fan2_alarm Fan 2 warning.
  26. fan2_fault Fan 2 fault.
  27. fan2_input Fan 2 speed in RPM.
  28. in1_alarm Input voltage under-voltage alarm.
  29. in1_input Measured input voltage in mV.
  30. in1_label "vin"
  31. in2_alarm Output voltage over-voltage alarm.
  32. in2_input Measured output voltage in mV.
  33. in2_label "vout1"
  34. power1_alarm Input fault or alarm.
  35. power1_input Measured input power in uW.
  36. power1_label "pin"
  37. temp1_alarm PSU inlet ambient temperature over-temperature alarm.
  38. temp1_input Measured PSU inlet ambient temp in millidegrees C.
  39. temp2_alarm Secondary rectifier temp over-temperature alarm.
  40. temp2_input Measured secondary rectifier temp in millidegrees C.
  41. temp3_alarm ORing FET temperature over-temperature alarm.
  42. temp3_input Measured ORing FET temperature in millidegrees C.
  43. ======================= ======================================================