drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / Documentation / hwmon / xdp710.rst
blob083891f27818c2215d9d0ba7c7b9b2b2d1184cd0
1 .. SPDX-License-Identifier: GPL-2.0
3 Kernel driver xdp710
4 ====================
6 Supported chips:
8   * Infineon XDP710
10     Prefix: 'xdp710'
12   * Datasheet
14     Publicly available at the Infineon website : https://www.infineon.com/dgdl/Infineon-XDP710-001-DataSheet-v01_00-EN.pdf?fileId=8ac78c8c8412f8d301848a5316290b97
16 Author:
18         Peter Yin <peteryin.openbmc@gmail.com>
20 Description
21 -----------
23 This driver implements support for Infineon XDP710 Hot-Swap Controller.
25 Device compliant with:
27 - PMBus rev 1.3 interface.
29 Device supports direct and linear format for reading input voltage,
30 output voltage, output current, input power and temperature.
32 The driver exports the following attributes via the 'sysfs' files
33 for input voltage:
35 **in1_input**
37 **in1_label**
39 **in1_max**
41 **in1_max_alarm**
43 **in1_min**
45 **in1_min_alarm**
47 The driver provides the following attributes for output voltage:
49 **in2_input**
51 **in2_label**
53 **in2_alarm**
55 The driver provides the following attributes for output current:
57 **curr1_input**
59 **curr1_label**
61 **curr1_alarm**
63 **curr1_max**
65 The driver provides the following attributes for input power:
67 **power1_input**
69 **power1_label**
71 **power1_alarm**
73 The driver provides the following attributes for temperature:
75 **temp1_input**
77 **temp1_max**
79 **temp1_max_alarm**
81 **temp1_crit**
83 **temp1_crit_alarm**