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

TOMOYO Linux Cross Reference
Linux/Documentation/hwmon/max16601.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 ] ~

Diff markup

Differences between /Documentation/hwmon/max16601.rst (Version linux-6.11.5) and /Documentation/hwmon/max16601.rst (Version linux-5.12.19)


  1 .. SPDX-License-Identifier: GPL-2.0                 1 .. SPDX-License-Identifier: GPL-2.0
  2                                                     2 
  3 Kernel driver max16601                              3 Kernel driver max16601
  4 ======================                              4 ======================
  5                                                     5 
  6 Supported chips:                                    6 Supported chips:
  7                                                     7 
  8   * Maxim MAX16508                                  8   * Maxim MAX16508
  9                                                     9 
 10     Prefix: 'max16508'                             10     Prefix: 'max16508'
 11                                                    11 
 12     Addresses scanned: -                           12     Addresses scanned: -
 13                                                    13 
 14     Datasheet: Not published                       14     Datasheet: Not published
 15                                                    15 
 16   * Maxim MAX16600                             << 
 17                                                << 
 18     Prefix: 'max16600'                         << 
 19                                                << 
 20     Addresses scanned: -                       << 
 21                                                << 
 22     Datasheet: Not published                   << 
 23                                                << 
 24   * Maxim MAX16601                                 16   * Maxim MAX16601
 25                                                    17 
 26     Prefix: 'max16601'                             18     Prefix: 'max16601'
 27                                                    19 
 28     Addresses scanned: -                           20     Addresses scanned: -
 29                                                    21 
 30     Datasheet: Not published                       22     Datasheet: Not published
 31                                                    23 
 32   * Maxim MAX16602                             << 
 33                                                << 
 34     Prefix: 'max16602'                         << 
 35                                                << 
 36     Addresses scanned: -                       << 
 37                                                << 
 38     Datasheet: https://datasheets.maximintegra << 
 39                                                << 
 40 Author: Guenter Roeck <linux@roeck-us.net>          24 Author: Guenter Roeck <linux@roeck-us.net>
 41                                                    25 
 42                                                    26 
 43 Description                                        27 Description
 44 -----------                                        28 -----------
 45                                                    29 
 46 This driver supports the MAX16508 VR13 Dual-Ou     30 This driver supports the MAX16508 VR13 Dual-Output Voltage Regulator
 47 as well as the MAX16600, MAX16601, and MAX1660 !!  31 as well as the MAX16601 VR13.HC Dual-Output Voltage Regulator chipsets.
 48 Voltage Regulator chipsets.                    << 
 49                                                    32 
 50 The driver is a client driver to the core PMBu     33 The driver is a client driver to the core PMBus driver.
 51 Please see Documentation/hwmon/pmbus.rst for d     34 Please see Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
 52                                                    35 
 53                                                    36 
 54 Usage Notes                                        37 Usage Notes
 55 -----------                                        38 -----------
 56                                                    39 
 57 This driver does not auto-detect devices. You      40 This driver does not auto-detect devices. You will have to instantiate the
 58 devices explicitly. Please see Documentation/i     41 devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
 59 details.                                           42 details.
 60                                                    43 
 61                                                    44 
 62 Platform data support                              45 Platform data support
 63 ---------------------                              46 ---------------------
 64                                                    47 
 65 The driver supports standard PMBus driver plat     48 The driver supports standard PMBus driver platform data.
 66                                                    49 
 67                                                    50 
 68 Sysfs entries                                      51 Sysfs entries
 69 -------------                                      52 -------------
 70                                                    53 
 71 The following attributes are supported.            54 The following attributes are supported.
 72                                                    55 
 73 =============================== ==============     56 =============================== ===============================================
 74 in1_label                       "vin1"             57 in1_label                       "vin1"
 75 in1_input                       VCORE input vo     58 in1_input                       VCORE input voltage.
 76 in1_alarm                       Input voltage      59 in1_alarm                       Input voltage alarm.
 77                                                    60 
 78 in2_label                       "vout1"            61 in2_label                       "vout1"
 79 in2_input                       VCORE output v     62 in2_input                       VCORE output voltage.
 80 in2_alarm                       Output voltage     63 in2_alarm                       Output voltage alarm.
 81                                                    64 
 82 curr1_label                     "iin1"             65 curr1_label                     "iin1"
 83 curr1_input                     VCORE input cu     66 curr1_input                     VCORE input current, derived from duty cycle
 84                                 and output cur     67                                 and output current.
 85 curr1_max                       Maximum input      68 curr1_max                       Maximum input current.
 86 curr1_max_alarm                 Current high a     69 curr1_max_alarm                 Current high alarm.
 87                                                    70 
 88 curr[P+2]_label                 "iin1.P"           71 curr[P+2]_label                 "iin1.P"
 89 curr[P+2]_input                 VCORE phase P      72 curr[P+2]_input                 VCORE phase P input current.
 90                                                    73 
 91 curr[N+2]_label                 "iin2"             74 curr[N+2]_label                 "iin2"
 92 curr[N+2]_input                 VCORE input cu     75 curr[N+2]_input                 VCORE input current, derived from sensor
 93                                 element.           76                                 element.
 94                                 'N' is the num     77                                 'N' is the number of enabled/populated phases.
 95                                                    78 
 96 curr[N+3]_label                 "iin3"             79 curr[N+3]_label                 "iin3"
 97 curr[N+3]_input                 VSA input curr     80 curr[N+3]_input                 VSA input current.
 98                                                    81 
 99 curr[N+4]_label                 "iout1"            82 curr[N+4]_label                 "iout1"
100 curr[N+4]_input                 VCORE output c     83 curr[N+4]_input                 VCORE output current.
101 curr[N+4]_crit                  Critical outpu     84 curr[N+4]_crit                  Critical output current.
102 curr[N+4]_crit_alarm            Output current     85 curr[N+4]_crit_alarm            Output current critical alarm.
103 curr[N+4]_max                   Maximum output     86 curr[N+4]_max                   Maximum output current.
104 curr[N+4]_max_alarm             Output current     87 curr[N+4]_max_alarm             Output current high alarm.
105                                                    88 
106 curr[N+P+5]_label               "iout1.P"          89 curr[N+P+5]_label               "iout1.P"
107 curr[N+P+5]_input               VCORE phase P      90 curr[N+P+5]_input               VCORE phase P output current.
108                                                    91 
109 curr[2*N+5]_label               "iout3"            92 curr[2*N+5]_label               "iout3"
110 curr[2*N+5]_input               VSA output cur     93 curr[2*N+5]_input               VSA output current.
111 curr[2*N+5]_highest             Historical max     94 curr[2*N+5]_highest             Historical maximum VSA output current.
112 curr[2*N+5]_reset_history       Write any valu     95 curr[2*N+5]_reset_history       Write any value to reset curr21_highest.
113 curr[2*N+5]_crit                Critical outpu     96 curr[2*N+5]_crit                Critical output current.
114 curr[2*N+5]_crit_alarm          Output current     97 curr[2*N+5]_crit_alarm          Output current critical alarm.
115 curr[2*N+5]_max                 Maximum output     98 curr[2*N+5]_max                 Maximum output current.
116 curr[2*N+5]_max_alarm           Output current     99 curr[2*N+5]_max_alarm           Output current high alarm.
117                                                   100 
118 power1_label                    "pin1"            101 power1_label                    "pin1"
119 power1_input                    Input power, d    102 power1_input                    Input power, derived from duty cycle and output
120                                 current.          103                                 current.
121 power1_alarm                    Input power al    104 power1_alarm                    Input power alarm.
122                                                   105 
123 power2_label                    "pin2"            106 power2_label                    "pin2"
124 power2_input                    Input power, d    107 power2_input                    Input power, derived from input current sensor.
125                                                   108 
126 power3_label                    "pout"            109 power3_label                    "pout"
127 power3_input                    Output power.     110 power3_input                    Output power.
128                                                   111 
129 temp1_input                     VCORE temperat    112 temp1_input                     VCORE temperature.
130 temp1_crit                      Critical high     113 temp1_crit                      Critical high temperature.
131 temp1_crit_alarm                Chip temperatu    114 temp1_crit_alarm                Chip temperature critical high alarm.
132 temp1_max                       Maximum temper    115 temp1_max                       Maximum temperature.
133 temp1_max_alarm                 Chip temperatu    116 temp1_max_alarm                 Chip temperature high alarm.
134                                                   117 
135 temp2_input                     TSENSE_0 tempe    118 temp2_input                     TSENSE_0 temperature
136 temp3_input                     TSENSE_1 tempe    119 temp3_input                     TSENSE_1 temperature
137 temp4_input                     TSENSE_2 tempe    120 temp4_input                     TSENSE_2 temperature
138 temp5_input                     TSENSE_3 tempe    121 temp5_input                     TSENSE_3 temperature
139                                                   122 
140 temp6_input                     VSA temperatur    123 temp6_input                     VSA temperature.
141 temp6_crit                      Critical high     124 temp6_crit                      Critical high temperature.
142 temp6_crit_alarm                Chip temperatu    125 temp6_crit_alarm                Chip temperature critical high alarm.
143 temp6_max                       Maximum temper    126 temp6_max                       Maximum temperature.
144 temp6_max_alarm                 Chip temperatu    127 temp6_max_alarm                 Chip temperature high alarm.
145 =============================== ==============    128 =============================== ===============================================
                                                      

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