drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / Documentation / hwmon / mpq8785.rst
blobbf8176b8708687d9452d61ac88833d8543810f5c
1 .. SPDX-License-Identifier: GPL-2.0-only
3 Kernel driver mpq8785
4 =======================
6 Supported chips:
8   * MPS MPQ8785
10     Prefix: 'mpq8785'
12 Author: Charles Hsu <ythsu0511@gmail.com>
14 Description
15 -----------
17 The MPQ8785 is a fully integrated, PMBus-compatible, high-frequency, synchronous
18 buck converter. The MPQ8785 offers a very compact solution that achieves up to
19 40A output current per phase, with excellent load and line regulation over a
20 wide input supply range. The MPQ8785 operates at high efficiency over a wide
21 output current load range.
23 The PMBus interface provides converter configurations and key parameters
24 monitoring.
26 The MPQ8785 adopts MPS's proprietary multi-phase digital constant-on-time (MCOT)
27 control, which provides fast transient response and eases loop stabilization.
28 The MCOT scheme also allows multiple MPQ8785 devices to be connected in parallel
29 with excellent current sharing and phase interleaving for high-current
30 applications.
32 Fully integrated protection features include over-current protection (OCP),
33 over-voltage protection (OVP), under-voltage protection (UVP), and
34 over-temperature protection (OTP).
36 The MPQ8785 requires a minimal number of readily available, standard external
37 components, and is available in a TLGA (5mmx6mm) package.
39 Device compliant with:
41 - PMBus rev 1.3 interface.
43 The driver exports the following attributes via the 'sysfs' files
44 for input voltage:
46 **in1_input**
48 **in1_label**
50 **in1_max**
52 **in1_max_alarm**
54 **in1_min**
56 **in1_min_alarm**
58 **in1_crit**
60 **in1_crit_alarm**
62 The driver provides the following attributes for output voltage:
64 **in2_input**
66 **in2_label**
68 **in2_alarm**
70 The driver provides the following attributes for output current:
72 **curr1_input**
74 **curr1_label**
76 **curr1_max**
78 **curr1_max_alarm**
80 **curr1_crit**
82 **curr1_crit_alarm**
84 The driver provides the following attributes for temperature:
86 **temp1_input**
88 **temp1_max**
90 **temp1_max_alarm**
92 **temp1_crit**
94 **temp1_crit_alarm**