drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / Documentation / hwmon / mp5023.rst
blobaf5ab1345a914b437616f008553ef7efb8f7770e
1 .. SPDX-License-Identifier: GPL-2.0
3 Kernel driver mp5023
4 ====================
6 Supported chips:
8   * MPS MP5023
10     Prefix: 'mp5023'
12   * Datasheet
14     Publicly available at the MPS website : https://www.monolithicpower.com/en/mp5023.html
16 Author:
18         Howard Chiu <howard.chiu@quantatw.com>
20 Description
21 -----------
23 This driver implements support for Monolithic Power Systems, Inc. (MPS)
24 MP5023 Hot-Swap Controller.
26 Device complaint with:
28 - PMBus rev 1.3 interface.
30 Device supports direct format for reading input voltage, output voltage,
31 output current, input power and temperature.
33 The driver exports the following attributes via the 'sysfs' files
34 for input voltage:
36 **in1_input**
38 **in1_label**
40 **in1_max**
42 **in1_max_alarm**
44 **in1_min**
46 **in1_min_alarm**
48 The driver provides the following attributes for output voltage:
50 **in2_input**
52 **in2_label**
54 **in2_alarm**
56 The driver provides the following attributes for output current:
58 **curr1_input**
60 **curr1_label**
62 **curr1_alarm**
64 **curr1_max**
66 The driver provides the following attributes for input power:
68 **power1_input**
70 **power1_label**
72 **power1_alarm**
74 The driver provides the following attributes for temperature:
76 **temp1_input**
78 **temp1_max**
80 **temp1_max_alarm**
82 **temp1_crit**
84 **temp1_crit_alarm**