Merge tag 'soundwire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul...
[linux-block.git] / Documentation / hwmon / adm1266.rst
CommitLineData
9514a228
AT
1.. SPDX-License-Identifier: GPL-2.0
2
3Kernel driver adm1266
4=====================
5
6Supported chips:
7 * Analog Devices ADM1266
8 Prefix: 'adm1266'
9 Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/ADM1266.pdf
10
11Author: Alexandru Tachici <alexandru.tachici@analog.com>
12
13
14Description
15-----------
16
17This driver supports hardware monitoring for Analog Devices ADM1266 sequencer.
18
19ADM1266 is a sequencer that features voltage readback from 17 channels via an
20integrated 12 bit SAR ADC, accessed using a PMBus interface.
21
22The driver is a client driver to the core PMBus driver. Please see
6cc6f5ad 23Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
9514a228
AT
24
25
26Sysfs entries
27-------------
28
29The following attributes are supported. Limits are read-write, history reset
30attributes are write-only, all other attributes are read-only.
31
32inX_label "voutx"
33inX_input Measured voltage.
34inX_min Minimum Voltage.
35inX_max Maximum voltage.
36inX_min_alarm Voltage low alarm.
37inX_max_alarm Voltage high alarm.