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

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

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ 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.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 Kernel driver max16065
  2 ======================
  3 
  4 
  5 Supported chips:
  6 
  7   * Maxim MAX16065, MAX16066
  8 
  9     Prefixes: 'max16065', 'max16066'
 10 
 11     Addresses scanned: -
 12 
 13     Datasheet:
 14 
 15         http://datasheets.maxim-ic.com/en/ds/MAX16065-MAX16066.pdf
 16 
 17  *  Maxim MAX16067
 18 
 19     Prefix: 'max16067'
 20 
 21     Addresses scanned: -
 22 
 23     Datasheet:
 24 
 25         http://datasheets.maxim-ic.com/en/ds/MAX16067.pdf
 26 
 27  *  Maxim MAX16068
 28 
 29     Prefix: 'max16068'
 30 
 31     Addresses scanned: -
 32 
 33     Datasheet:
 34 
 35         http://datasheets.maxim-ic.com/en/ds/MAX16068.pdf
 36 
 37  *  Maxim MAX16070/MAX16071
 38 
 39     Prefixes: 'max16070', 'max16071'
 40 
 41     Addresses scanned: -
 42 
 43     Datasheet:
 44 
 45         http://datasheets.maxim-ic.com/en/ds/MAX16070-MAX16071.pdf
 46 
 47 Author: Guenter Roeck <linux@roeck-us.net>
 48 
 49 
 50 Description
 51 -----------
 52 
 53 [From datasheets] The MAX16065/MAX16066 flash-configurable system managers
 54 monitor and sequence multiple system voltages. The MAX16065/MAX16066 can also
 55 accurately monitor (+/-2.5%) one current channel using a dedicated high-side
 56 current-sense amplifier. The MAX16065 manages up to twelve system voltages
 57 simultaneously, and the MAX16066 manages up to eight supply voltages.
 58 
 59 The MAX16067 flash-configurable system manager monitors and sequences multiple
 60 system voltages. The MAX16067 manages up to six system voltages simultaneously.
 61 
 62 The MAX16068 flash-configurable system manager monitors and manages up to six
 63 system voltages simultaneously.
 64 
 65 The MAX16070/MAX16071 flash-configurable system monitors supervise multiple
 66 system voltages. The MAX16070/MAX16071 can also accurately monitor (+/-2.5%)
 67 one current channel using a dedicated high-side current-sense amplifier. The
 68 MAX16070 monitors up to twelve system voltages simultaneously, and the MAX16071
 69 monitors up to eight supply voltages.
 70 
 71 Each monitored channel has its own low and high critical limits. MAX16065,
 72 MAX16066, MAX16070, and MAX16071 support an additional limit which is
 73 configurable as either low or high secondary limit. MAX16065, MAX16066,
 74 MAX16070, and MAX16071 also support supply current monitoring.
 75 
 76 
 77 Usage Notes
 78 -----------
 79 
 80 This driver does not probe for devices, since there is no register which
 81 can be safely used to identify the chip. You will have to instantiate
 82 the devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
 83 details.
 84 
 85 WARNING: Do not access chip registers using the i2cdump command, and do not use
 86 any of the i2ctools commands on a command register (0xa5 to 0xac). The chips
 87 supported by this driver interpret any access to a command register (including
 88 read commands) as request to execute the command in question. This may result in
 89 power loss, board resets, and/or Flash corruption. Worst case, your board may
 90 turn into a brick.
 91 
 92 
 93 Sysfs entries
 94 -------------
 95 
 96 ======================= ========================================================
 97 in[0-11]_input          Input voltage measurements.
 98 
 99 in12_input              Voltage on CSP (Current Sense Positive) pin.
100                         Only if the chip supports current sensing and if
101                         current sensing is enabled.
102 
103 in[0-11]_min            Low warning limit.
104                         Supported on MAX16065, MAX16066, MAX16070, and MAX16071
105                         only.
106 
107 in[0-11]_max            High warning limit.
108                         Supported on MAX16065, MAX16066, MAX16070, and MAX16071
109                         only.
110 
111                         Either low or high warning limits are supported
112                         (depending on chip configuration), but not both.
113 
114 in[0-11]_lcrit          Low critical limit.
115 
116 in[0-11]_crit           High critical limit.
117 
118 in[0-11]_alarm          Input voltage alarm.
119 
120 curr1_input             Current sense input; only if the chip supports current
121                         sensing and if current sensing is enabled.
122                         Displayed current assumes 0.001 Ohm current sense
123                         resistor.
124 
125 curr1_alarm             Overcurrent alarm; only if the chip supports current
126                         sensing and if current sensing is enabled.
127 ======================= ========================================================

~ [ 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