treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / hwmon / max20730.rst
blobcea7ae58c2f7b445d358ecb40838114bfae70d30
1 .. SPDX-License-Identifier: GPL-2.0-or-later
3 Kernel driver max20730
4 ======================
6 Supported chips:
8   * Maxim MAX20730
10     Prefix: 'max20730'
12     Addresses scanned: -
14     Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20730.pdf
16   * Maxim MAX20734
18     Prefix: 'max20734'
20     Addresses scanned: -
22     Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20734.pdf
24   * Maxim MAX20743
26     Prefix: 'max20743'
28     Addresses scanned: -
30     Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20743.pdf
32 Author: Guenter Roeck <linux@roeck-us.net>
35 Description
36 -----------
38 This driver implements support for Maxim MAX20730, MAX20734, and MAX20743
39 Integrated, Step-Down Switching Regulators with PMBus support.
41 The driver is a client driver to the core PMBus driver.
42 Please see Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
45 Usage Notes
46 -----------
48 This driver does not auto-detect devices. You will have to instantiate the
49 devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
50 details.
53 Sysfs entries
54 -------------
56 =================== ===== =======================================================
57 curr1_crit          RW/RO Critical output current. Please see datasheet for
58                           supported limits. Read-only if the chip is
59                           write protected; read-write otherwise.
60 curr1_crit_alarm    RO    Output current critical alarm
61 curr1_input         RO    Output current
62 curr1_label         RO    'iout1'
63 in1_alarm           RO    Input voltage alarm
64 in1_input           RO    Input voltage
65 in1_label           RO    'vin'
66 in2_alarm           RO    Output voltage alarm
67 in2_input           RO    Output voltage
68 in2_label           RO    'vout1'
69 temp1_crit          RW/RO Critical temeperature. Supported values are 130 or 150
70                           degrees C. Read-only if the chip is write protected;
71                           read-write otherwise.
72 temp1_crit_alarm    RO    Temperature critical alarm
73 temp1_input         RO    Chip temperature
74 =================== ===== =======================================================