]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - Documentation/hwmon/lm25066.rst
Merge tag 'gpio-fixes-for-v6.2-part2' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-kernels.git] / Documentation / hwmon / lm25066.rst
CommitLineData
58615a94 1Kernel driver lm25066
03e9bd8d
GR
2=====================
3
4Supported chips:
1f234ff1 5
58615a94 6 * TI LM25056
1f234ff1 7
58615a94 8 Prefix: 'lm25056'
1f234ff1 9
58615a94 10 Addresses scanned: -
1f234ff1 11
58615a94 12 Datasheets:
1f234ff1 13
f12d634f 14 https://www.ti.com/lit/gpn/lm25056
1f234ff1 15
f12d634f 16 https://www.ti.com/lit/gpn/lm25056a
1f234ff1 17
03e9bd8d 18 * National Semiconductor LM25066
1f234ff1 19
03e9bd8d 20 Prefix: 'lm25066'
1f234ff1 21
03e9bd8d 22 Addresses scanned: -
1f234ff1 23
03e9bd8d 24 Datasheets:
1f234ff1 25
03e9bd8d 26 http://www.national.com/pf/LM/LM25066.html
1f234ff1 27
03e9bd8d 28 http://www.national.com/pf/LM/LM25066A.html
1f234ff1 29
03e9bd8d 30 * National Semiconductor LM5064
1f234ff1 31
03e9bd8d 32 Prefix: 'lm5064'
1f234ff1 33
03e9bd8d 34 Addresses scanned: -
1f234ff1 35
03e9bd8d 36 Datasheet:
1f234ff1 37
03e9bd8d 38 http://www.national.com/pf/LM/LM5064.html
1f234ff1 39
03e9bd8d 40 * National Semiconductor LM5066
1f234ff1 41
03e9bd8d 42 Prefix: 'lm5066'
1f234ff1 43
03e9bd8d 44 Addresses scanned: -
1f234ff1 45
03e9bd8d 46 Datasheet:
1f234ff1 47
03e9bd8d 48 http://www.national.com/pf/LM/LM5066.html
1f234ff1 49
5783ec2e 50 * Texas Instruments LM5066I
1f234ff1 51
5783ec2e 52 Prefix: 'lm5066i'
1f234ff1 53
5783ec2e 54 Addresses scanned: -
1f234ff1 55
5783ec2e 56 Datasheet:
1f234ff1 57
f12d634f 58 https://www.ti.com/product/LM5066I
03e9bd8d 59
1f234ff1 60
e3333e57 61Author: Guenter Roeck <linux@roeck-us.net>
03e9bd8d
GR
62
63
64Description
65-----------
66
92417dad 67This driver supports hardware monitoring for National Semiconductor / TI LM25056,
666c1490 68LM25066, LM5064, and LM5066/LM5066I Power Management, Monitoring,
5783ec2e 69Control, and Protection ICs.
03e9bd8d
GR
70
71The driver is a client driver to the core PMBus driver. Please see
7ebd8b66 72Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
03e9bd8d
GR
73
74
75Usage Notes
76-----------
77
78This driver does not auto-detect devices. You will have to instantiate the
ccf988b6 79devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
03e9bd8d
GR
80details.
81
94ee5fcc
ZW
82The shunt (sense) resistor value can be configured by a device tree property;
83see Documentation/devicetree/bindings/hwmon/pmbus/ti,lm25066.yaml for details.
03e9bd8d
GR
84
85Platform data support
86---------------------
87
88The driver supports standard PMBus driver platform data.
89
90
91Sysfs entries
92-------------
93
94The following attributes are supported. Limits are read-write; all other
95attributes are read-only.
96
1f234ff1 97======================= =======================================================
03e9bd8d
GR
98in1_label "vin"
99in1_input Measured input voltage.
100in1_average Average measured input voltage.
101in1_min Minimum input voltage.
102in1_max Maximum input voltage.
103in1_min_alarm Input voltage low alarm.
104in1_max_alarm Input voltage high alarm.
105
a7c69118
GR
106in2_label "vmon"
107in2_input Measured voltage on VAUX pin
58615a94
GR
108in2_min Minimum VAUX voltage (LM25056 only).
109in2_max Maximum VAUX voltage (LM25056 only).
110in2_min_alarm VAUX voltage low alarm (LM25056 only).
111in2_max_alarm VAUX voltage high alarm (LM25056 only).
a7c69118
GR
112
113in3_label "vout1"
58615a94 114 Not supported on LM25056.
a7c69118
GR
115in3_input Measured output voltage.
116in3_average Average measured output voltage.
117in3_min Minimum output voltage.
118in3_min_alarm Output voltage low alarm.
03e9bd8d
GR
119
120curr1_label "iin"
121curr1_input Measured input current.
122curr1_average Average measured input current.
123curr1_max Maximum input current.
124curr1_max_alarm Input current high alarm.
125
126power1_label "pin"
127power1_input Measured input power.
128power1_average Average measured input power.
129power1_max Maximum input power limit.
130power1_alarm Input power alarm
131power1_input_highest Historical maximum power.
132power1_reset_history Write any value to reset maximum power history.
133
134temp1_input Measured temperature.
135temp1_max Maximum temperature.
136temp1_crit Critical high temperature.
137temp1_max_alarm Chip temperature high alarm.
138temp1_crit_alarm Chip temperature critical high alarm.
1f234ff1 139======================= =======================================================