drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / Documentation / hwmon / mp2856.rst
blobaf625c22b6ea7e1734f2dcf2b4525dcffaba3c0f
1 .. SPDX-License-Identifier: GPL-2.0
3 Kernel driver mp2856
4 ====================
6 Supported chips:
8   * MPS MP2856
10     Prefix: 'mp2856'
12   * MPS MP2857
14     Prefix: 'mp2857'
16 Author:
18         Peter Yin <peter.yin@quantatw.com>
20 Description
21 -----------
23 This driver implements support for Monolithic Power Systems, Inc. (MPS)
24 vendor dual-loop, digital, multi-phase controller MP2856/MP2857
26 This device:
28 - Supports up to two power rail.
29 - Supports two pages 0 and 1 for and also pages 2 for configuration.
30 - Can configured VOUT readout in direct or VID format and allows
31   setting of different formats on rails 1 and 2. For VID the following
32   protocols are available: AMD SVI3 mode with 5-mV/LSB.
34 Device supports:
36 - SVID interface.
37 - AVSBus interface.
39 Device compliant with:
41 - PMBus rev 1.3 interface.
43 Device supports direct format for reading output current, output voltage,
44 input and output power and temperature.
45 Device supports linear format for reading input voltage and input power.
46 Device supports VID and direct formats for reading output voltage.
47 The below VID modes are supported: AMD SVI3.
49 The driver provides the following sysfs attributes for current measurements:
51 - indexes 1  for "iin";
52 - indexes 2, 3 for "iout";
54 **curr[1-3]_alarm**
56 **curr[1-3]_input**
58 **curr[1-3]_label**
60 The driver provides the following sysfs attributes for voltage measurements.
62 - indexes 1 for "vin";
63 - indexes 2, 3 for "vout";
65 **in[1-3]_crit**
67 **in[1-3]_crit_alarm**
69 **in[1-3]_input**
71 **in[1-3]_label**
73 **in[1-3]_lcrit**
75 **in[1-3]_lcrit_alarm**
77 The driver provides the following sysfs attributes for power measurements.
79 - indexes 1 for "pin";
80 - indexes 2, 3 for "pout";
82 **power[1-3]_alarm**
84 **power[1-3]_input**
86 **power[1-3]_label**
88 The driver provides the following sysfs attributes for temperature measurements.
90 **temp[1-2]_crit**
92 **temp[1-2]_crit_alarm**
94 **temp[1-2]_input**
96 **temp[1-2]_max**
98 **temp[1-2]_max_alarm**