drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / Documentation / hwmon / mp9941.rst
blob1274fa20e256723ffcc9bd283ac100f972cb8f9f
1 .. SPDX-License-Identifier: GPL-2.0
3 Kernel driver mp9941
4 ====================
6 Supported chips:
8   * MPS mp9941
10     Prefix: 'mp9941'
12   * Datasheet
13     https://scnbwymvp-my.sharepoint.com/:f:/g/personal/admin_scnbwy_com/Eth4kX1_J1hMsaASHiOYL4QBHU5a75r-tRfLKbHnJFdKLQ?e=vxj3DF
15 Author:
17         Noah Wang <noahwang.wang@outlook.com>
19 Description
20 -----------
22 This driver implements support for Monolithic Power Systems, Inc. (MPS)
23 MP9941 digital step-down converter.
25 Device compliant with:
27 - PMBus rev 1.3 interface.
29 The driver exports the following attributes via the 'sysfs' files
30 for input voltage:
32 **in1_input**
34 **in1_label**
36 **in1_crit**
38 **in1_crit_alarm**
40 The driver provides the following attributes for output voltage:
42 **in2_input**
44 **in2_label**
46 **in2_lcrit**
48 **in2_lcrit_alarm**
50 **in2_rated_max**
52 **in2_rated_min**
54 The driver provides the following attributes for input current:
56 **curr1_input**
58 **curr1_label**
60 **curr1_max**
62 **curr1_max_alarm**
64 The driver provides the following attributes for output current:
66 **curr2_input**
68 **curr2_label**
70 The driver provides the following attributes for input power:
72 **power1_input**
74 **power1_label**
76 The driver provides the following attributes for output power:
78 **power2_input**
80 **power2_label**
82 The driver provides the following attributes for temperature:
84 **temp1_input**
86 **temp1_crit**
88 **temp1_crit_alarm**
90 **temp1_max**
92 **temp1_max_alarm**