0001 .. SPDX-License-Identifier: GPL-2.0
0002
0003 Kernel driver adm1266
0004 =====================
0005
0006 Supported chips:
0007 * Analog Devices ADM1266
0008 Prefix: 'adm1266'
0009 Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/ADM1266.pdf
0010
0011 Author: Alexandru Tachici <alexandru.tachici@analog.com>
0012
0013
0014 Description
0015 -----------
0016
0017 This driver supports hardware monitoring for Analog Devices ADM1266 sequencer.
0018
0019 ADM1266 is a sequencer that features voltage readback from 17 channels via an
0020 integrated 12 bit SAR ADC, accessed using a PMBus interface.
0021
0022 The driver is a client driver to the core PMBus driver. Please see
0023 Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
0024
0025
0026 Sysfs entries
0027 -------------
0028
0029 The following attributes are supported. Limits are read-write, history reset
0030 attributes are write-only, all other attributes are read-only.
0031
0032 inX_label "voutx"
0033 inX_input Measured voltage.
0034 inX_min Minimum Voltage.
0035 inX_max Maximum voltage.
0036 inX_min_alarm Voltage low alarm.
0037 inX_max_alarm Voltage high alarm.