···11+.. SPDX-License-Identifier: GPL-2.0-or-later22+33+Kernel driver max2073044+======================55+66+Supported chips:77+88+ * Maxim MAX2073099+1010+ Prefix: 'max20730'1111+1212+ Addresses scanned: -1313+1414+ Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20730.pdf1515+1616+ * Maxim MAX207341717+1818+ Prefix: 'max20734'1919+2020+ Addresses scanned: -2121+2222+ Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20734.pdf2323+2424+ * Maxim MAX207432525+2626+ Prefix: 'max20743'2727+2828+ Addresses scanned: -2929+3030+ Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20743.pdf3131+3232+Author: Guenter Roeck <linux@roeck-us.net>3333+3434+3535+Description3636+-----------3737+3838+This driver implements support for Maxim MAX20730, MAX20734, and MAX207433939+Integrated, Step-Down Switching Regulators with PMBus support.4040+4141+The driver is a client driver to the core PMBus driver.4242+Please see Documentation/hwmon/pmbus.rst for details on PMBus client drivers.4343+4444+4545+Usage Notes4646+-----------4747+4848+This driver does not auto-detect devices. You will have to instantiate the4949+devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for5050+details.5151+5252+5353+Sysfs entries5454+-------------5555+5656+=================== ===== =======================================================5757+curr1_crit RW/RO Critical output current. Please see datasheet for5858+ supported limits. Read-only if the chip is5959+ write protected; read-write otherwise.6060+curr1_crit_alarm RO Output current critical alarm6161+curr1_input RO Output current6262+curr1_label RO 'iout1'6363+in1_alarm RO Input voltage alarm6464+in1_input RO Input voltage6565+in1_label RO 'vin'6666+in2_alarm RO Output voltage alarm6767+in2_input RO Output voltage6868+in2_label RO 'vout1'6969+temp1_crit RW/RO Critical temeperature. Supported values are 130 or 1507070+ degrees C. Read-only if the chip is write protected;7171+ read-write otherwise.7272+temp1_crit_alarm RO Temperature critical alarm7373+temp1_input RO Chip temperature7474+=================== ===== =======================================================
+9
drivers/hwmon/pmbus/Kconfig
···145145 This driver can also be built as a module. If so, the module will146146 be called max16064.147147148148+config SENSORS_MAX20730149149+ tristate "Maxim MAX20730, MAX20734, MAX20743"150150+ help151151+ If you say yes here you get hardware monitoring support for Maxim152152+ MAX20730, MAX20734, and MAX20743.153153+154154+ This driver can also be built as a module. If so, the module will155155+ be called max20730.156156+148157config SENSORS_MAX20751149158 tristate "Maxim MAX20751"150159 help