xdp710.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .. SPDX-License-Identifier: GPL-2.0
  2. Kernel driver xdp710
  3. ====================
  4. Supported chips:
  5. * Infineon XDP710
  6. Prefix: 'xdp710'
  7. * Datasheet
  8. Publicly available at the Infineon website : https://www.infineon.com/dgdl/Infineon-XDP710-001-DataSheet-v01_00-EN.pdf?fileId=8ac78c8c8412f8d301848a5316290b97
  9. Author:
  10. Peter Yin <peteryin.openbmc@gmail.com>
  11. Description
  12. -----------
  13. This driver implements support for Infineon XDP710 Hot-Swap Controller.
  14. Device compliant with:
  15. - PMBus rev 1.3 interface.
  16. Device supports direct and linear format for reading input voltage,
  17. output voltage, output current, input power and temperature.
  18. The driver exports the following attributes via the 'sysfs' files
  19. for input voltage:
  20. **in1_input**
  21. **in1_label**
  22. **in1_max**
  23. **in1_max_alarm**
  24. **in1_min**
  25. **in1_min_alarm**
  26. The driver provides the following attributes for output voltage:
  27. **in2_input**
  28. **in2_label**
  29. **in2_alarm**
  30. The driver provides the following attributes for output current:
  31. **curr1_input**
  32. **curr1_label**
  33. **curr1_alarm**
  34. **curr1_max**
  35. The driver provides the following attributes for input power:
  36. **power1_input**
  37. **power1_label**
  38. **power1_alarm**
  39. The driver provides the following attributes for temperature:
  40. **temp1_input**
  41. **temp1_max**
  42. **temp1_max_alarm**
  43. **temp1_crit**
  44. **temp1_crit_alarm**