Back to home page

OSCL-LXR

 
 

    


0001 .. SPDX-License-Identifier: GPL-2.0-or-later
0002 
0003 Kernel driver max20730
0004 ======================
0005 
0006 Supported chips:
0007 
0008   * Maxim MAX20710
0009 
0010     Prefix: 'max20710'
0011 
0012     Addresses scanned: -
0013 
0014     Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20710.pdf
0015 
0016   * Maxim MAX20730
0017 
0018     Prefix: 'max20730'
0019 
0020     Addresses scanned: -
0021 
0022     Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20730.pdf
0023 
0024   * Maxim MAX20734
0025 
0026     Prefix: 'max20734'
0027 
0028     Addresses scanned: -
0029 
0030     Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20734.pdf
0031 
0032   * Maxim MAX20743
0033 
0034     Prefix: 'max20743'
0035 
0036     Addresses scanned: -
0037 
0038     Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20743.pdf
0039 
0040 Author: Guenter Roeck <linux@roeck-us.net>
0041 
0042 
0043 Description
0044 -----------
0045 
0046 This driver implements support for Maxim MAX20710, MAX20730, MAX20734, and MAX20743
0047 Integrated, Step-Down Switching Regulators with PMBus support.
0048 
0049 The driver is a client driver to the core PMBus driver.
0050 Please see Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
0051 
0052 
0053 Usage Notes
0054 -----------
0055 
0056 This driver does not auto-detect devices. You will have to instantiate the
0057 devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
0058 details.
0059 
0060 
0061 Sysfs entries
0062 -------------
0063 
0064 =================== ===== =======================================================
0065 curr1_crit          RW/RO Critical output current. Please see datasheet for
0066                           supported limits. Read-only if the chip is
0067                           write protected; read-write otherwise.
0068 curr1_crit_alarm    RO    Output current critical alarm
0069 curr1_input         RO    Output current
0070 curr1_label         RO    'iout1'
0071 in1_alarm           RO    Input voltage alarm
0072 in1_input           RO    Input voltage
0073 in1_label           RO    'vin'
0074 in2_alarm           RO    Output voltage alarm
0075 in2_input           RO    Output voltage
0076 in2_label           RO    'vout1'
0077 temp1_crit          RW/RO Critical temeperature. Supported values are 130 or 150
0078                           degrees C. Read-only if the chip is write protected;
0079                           read-write otherwise.
0080 temp1_crit_alarm    RO    Temperature critical alarm
0081 temp1_input         RO    Chip temperature
0082 =================== ===== =======================================================