module: Convert symbol namespace to string literal
[linux.git] / Documentation / hwmon / mp5990.rst
blob6f2f0c099d449d463b9e0cd74ee5c8f6bff10f7c
1 .. SPDX-License-Identifier: GPL-2.0
3 Kernel driver mp5990
4 ====================
6 Supported chips:
8   * MPS MP5990
10     Prefix: 'mp5990'
12   * Datasheet
14     Publicly available at the MPS website : https://www.monolithicpower.com/en/mp5990.html
16 Author:
18         Peter Yin <peteryin.openbmc@gmail.com>
20 Description
21 -----------
23 This driver implements support for Monolithic Power Systems, Inc. (MPS)
24 MP5990 Hot-Swap Controller.
26 Device compliant with:
28 - PMBus rev 1.3 interface.
30 Device supports direct and linear format for reading input voltage,
31 output voltage, 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**