lm25066 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. Kernel driver max8688
  2. =====================
  3. Supported chips:
  4. * National Semiconductor LM25066
  5. Prefix: 'lm25066'
  6. Addresses scanned: -
  7. Datasheets:
  8. http://www.national.com/pf/LM/LM25066.html
  9. http://www.national.com/pf/LM/LM25066A.html
  10. * National Semiconductor LM5064
  11. Prefix: 'lm5064'
  12. Addresses scanned: -
  13. Datasheet:
  14. http://www.national.com/pf/LM/LM5064.html
  15. * National Semiconductor LM5066
  16. Prefix: 'lm5066'
  17. Addresses scanned: -
  18. Datasheet:
  19. http://www.national.com/pf/LM/LM5066.html
  20. Author: Guenter Roeck <guenter.roeck@ericsson.com>
  21. Description
  22. -----------
  23. This driver supports hardware montoring for National Semiconductor LM25066,
  24. LM5064, and LM5064 Power Management, Monitoring, Control, and Protection ICs.
  25. The driver is a client driver to the core PMBus driver. Please see
  26. Documentation/hwmon/pmbus for details on PMBus client drivers.
  27. Usage Notes
  28. -----------
  29. This driver does not auto-detect devices. You will have to instantiate the
  30. devices explicitly. Please see Documentation/i2c/instantiating-devices for
  31. details.
  32. Platform data support
  33. ---------------------
  34. The driver supports standard PMBus driver platform data.
  35. Sysfs entries
  36. -------------
  37. The following attributes are supported. Limits are read-write; all other
  38. attributes are read-only.
  39. in1_label "vin"
  40. in1_input Measured input voltage.
  41. in1_average Average measured input voltage.
  42. in1_min Minimum input voltage.
  43. in1_max Maximum input voltage.
  44. in1_min_alarm Input voltage low alarm.
  45. in1_max_alarm Input voltage high alarm.
  46. in2_label "vout1"
  47. in2_input Measured output voltage.
  48. in2_average Average measured output voltage.
  49. in2_min Minimum output voltage.
  50. in2_min_alarm Output voltage low alarm.
  51. in3_label "vout2"
  52. in3_input Measured voltage on vaux pin
  53. curr1_label "iin"
  54. curr1_input Measured input current.
  55. curr1_average Average measured input current.
  56. curr1_max Maximum input current.
  57. curr1_max_alarm Input current high alarm.
  58. power1_label "pin"
  59. power1_input Measured input power.
  60. power1_average Average measured input power.
  61. power1_max Maximum input power limit.
  62. power1_alarm Input power alarm
  63. power1_input_highest Historical maximum power.
  64. power1_reset_history Write any value to reset maximum power history.
  65. temp1_input Measured temperature.
  66. temp1_max Maximum temperature.
  67. temp1_crit Critical high temperature.
  68. temp1_max_alarm Chip temperature high alarm.
  69. temp1_crit_alarm Chip temperature critical high alarm.