~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/hwmon/ltc2992.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/hwmon/ltc2992.rst (Version linux-6.12-rc7) and /Documentation/hwmon/ltc2992.rst (Version linux-6.7.12)


  1 .. SPDX-License-Identifier: GPL-2.0                 1 .. SPDX-License-Identifier: GPL-2.0
  2                                                     2 
  3 Kernel driver ltc2992                               3 Kernel driver ltc2992
  4 =====================                               4 =====================
  5                                                     5 
  6 Supported chips:                                    6 Supported chips:
  7   * Linear Technology LTC2992                       7   * Linear Technology LTC2992
  8     Prefix: 'ltc2992'                               8     Prefix: 'ltc2992'
  9     Datasheet: https://www.analog.com/media/en      9     Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2992.pdf
 10                                                    10 
 11 Author: Alexandru Tachici <alexandru.tachici@an     11 Author: Alexandru Tachici <alexandru.tachici@analog.com>
 12                                                    12 
 13                                                    13 
 14 Description                                        14 Description
 15 -----------                                        15 -----------
 16                                                    16 
 17 This driver supports hardware monitoring for L     17 This driver supports hardware monitoring for Linear Technology LTC2992 power monitor.
 18                                                    18 
 19 LTC2992 is a rail-to-rail system monitor that      19 LTC2992 is a rail-to-rail system monitor that measures current,
 20 voltage, and power of two supplies.                20 voltage, and power of two supplies.
 21                                                    21 
 22 Two ADCs simultaneously measure each supply's      22 Two ADCs simultaneously measure each supply's current. A third ADC monitors
 23 the input voltages and four auxiliary external     23 the input voltages and four auxiliary external voltages.
 24                                                    24 
 25                                                    25 
 26 Sysfs entries                                      26 Sysfs entries
 27 -------------                                      27 -------------
 28                                                    28 
 29 The following attributes are supported. Limits     29 The following attributes are supported. Limits are read-write,
 30 all other attributes are read-only.                30 all other attributes are read-only.
 31                                                    31 
 32 in_reset_history        Reset all highest/lowe     32 in_reset_history        Reset all highest/lowest values.
 33                                                    33 
 34 inX_input               Measured voltage.          34 inX_input               Measured voltage.
 35 inX_lowest              Minimum measured volta     35 inX_lowest              Minimum measured voltage.
 36 inX_highest             Maximum measured volta     36 inX_highest             Maximum measured voltage.
 37 inX_min                 Minimum voltage allowe     37 inX_min                 Minimum voltage allowed.
 38 inX_max                 Maximum voltage allowe     38 inX_max                 Maximum voltage allowed.
 39 inX_min_alarm           An undervoltage occurr     39 inX_min_alarm           An undervoltage occurred. Cleared on read.
 40 inX_max_alarm           An overvoltage occurre     40 inX_max_alarm           An overvoltage occurred. Cleared on read.
 41                                                    41 
 42 currX_input             Measured current.          42 currX_input             Measured current.
 43 currX_lowest            Minimum measured curre     43 currX_lowest            Minimum measured current.
 44 currX_highest           Maximum measured curre     44 currX_highest           Maximum measured current.
 45 currX_min               Minimum current allowe     45 currX_min               Minimum current allowed.
 46 currX_max               Maximum current allowe     46 currX_max               Maximum current allowed.
 47 currX_min_alarm         An undercurrent occurr     47 currX_min_alarm         An undercurrent occurred. Cleared on read.
 48 currX_max_alarm         An overcurrent occurre     48 currX_max_alarm         An overcurrent occurred. Cleared on read.
 49                                                    49 
 50 powerX_input            Measured power.            50 powerX_input            Measured power.
 51 powerX_input_lowest     Minimum measured volta     51 powerX_input_lowest     Minimum measured voltage.
 52 powerX_input_highest    Maximum measured volta     52 powerX_input_highest    Maximum measured voltage.
 53 powerX_min              Minimum power.             53 powerX_min              Minimum power.
 54 powerX_max              Maximum power.             54 powerX_max              Maximum power.
 55 powerX_min_alarm        An underpower occurred     55 powerX_min_alarm        An underpower occurred. Cleared on read.
 56 powerX_max_alarm        An overpower occurred.     56 powerX_max_alarm        An overpower occurred. Cleared on read.
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php