Blame view

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