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

TOMOYO Linux Cross Reference
Linux/Documentation/hwmon/mp5023.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/mp5023.rst (Version linux-6.11.5) and /Documentation/hwmon/mp5023.rst (Version linux-6.8.12)


  1 .. SPDX-License-Identifier: GPL-2.0                 1 .. SPDX-License-Identifier: GPL-2.0
  2                                                     2 
  3 Kernel driver mp5023                                3 Kernel driver mp5023
  4 ====================                                4 ====================
  5                                                     5 
  6 Supported chips:                                    6 Supported chips:
  7                                                     7 
  8   * MPS MP5023                                      8   * MPS MP5023
  9                                                     9 
 10     Prefix: 'mp5023'                               10     Prefix: 'mp5023'
 11                                                    11 
 12   * Datasheet                                      12   * Datasheet
 13                                                    13 
 14     Publicly available at the MPS website : ht     14     Publicly available at the MPS website : https://www.monolithicpower.com/en/mp5023.html
 15                                                    15 
 16 Author:                                            16 Author:
 17                                                    17 
 18         Howard Chiu <howard.chiu@quantatw.com>      18         Howard Chiu <howard.chiu@quantatw.com>
 19                                                    19 
 20 Description                                        20 Description
 21 -----------                                        21 -----------
 22                                                    22 
 23 This driver implements support for Monolithic      23 This driver implements support for Monolithic Power Systems, Inc. (MPS)
 24 MP5023 Hot-Swap Controller.                        24 MP5023 Hot-Swap Controller.
 25                                                    25 
 26 Device complaint with:                             26 Device complaint with:
 27                                                    27 
 28 - PMBus rev 1.3 interface.                         28 - PMBus rev 1.3 interface.
 29                                                    29 
 30 Device supports direct format for reading inpu     30 Device supports direct format for reading input voltage, output voltage,
 31 output current, input power and temperature.       31 output current, input power and temperature.
 32                                                    32 
 33 The driver exports the following attributes vi     33 The driver exports the following attributes via the 'sysfs' files
 34 for input voltage:                                 34 for input voltage:
 35                                                    35 
 36 **in1_input**                                      36 **in1_input**
 37                                                    37 
 38 **in1_label**                                      38 **in1_label**
 39                                                    39 
 40 **in1_max**                                        40 **in1_max**
 41                                                    41 
 42 **in1_max_alarm**                                  42 **in1_max_alarm**
 43                                                    43 
 44 **in1_min**                                        44 **in1_min**
 45                                                    45 
 46 **in1_min_alarm**                                  46 **in1_min_alarm**
 47                                                    47 
 48 The driver provides the following attributes f     48 The driver provides the following attributes for output voltage:
 49                                                    49 
 50 **in2_input**                                      50 **in2_input**
 51                                                    51 
 52 **in2_label**                                      52 **in2_label**
 53                                                    53 
 54 **in2_alarm**                                      54 **in2_alarm**
 55                                                    55 
 56 The driver provides the following attributes f     56 The driver provides the following attributes for output current:
 57                                                    57 
 58 **curr1_input**                                    58 **curr1_input**
 59                                                    59 
 60 **curr1_label**                                    60 **curr1_label**
 61                                                    61 
 62 **curr1_alarm**                                    62 **curr1_alarm**
 63                                                    63 
 64 **curr1_max**                                      64 **curr1_max**
 65                                                    65 
 66 The driver provides the following attributes f     66 The driver provides the following attributes for input power:
 67                                                    67 
 68 **power1_input**                                   68 **power1_input**
 69                                                    69 
 70 **power1_label**                                   70 **power1_label**
 71                                                    71 
 72 **power1_alarm**                                   72 **power1_alarm**
 73                                                    73 
 74 The driver provides the following attributes f     74 The driver provides the following attributes for temperature:
 75                                                    75 
 76 **temp1_input**                                    76 **temp1_input**
 77                                                    77 
 78 **temp1_max**                                      78 **temp1_max**
 79                                                    79 
 80 **temp1_max_alarm**                                80 **temp1_max_alarm**
 81                                                    81 
 82 **temp1_crit**                                     82 **temp1_crit**
 83                                                    83 
 84 **temp1_crit_alarm**                               84 **temp1_crit_alarm**
                                                      

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