mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
Add support for mps mp5926. Signed-off-by: Yuxi Wang <Yuxi.Wang@monolithicpower.com> Link: https://lore.kernel.org/r/20251219055413.1661-3-Yuxi.Wang@monolithicpower.com [groeck: Use consistent comment style, and use return value from dev_err_probe()] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
92 lines
1.3 KiB
ReStructuredText
92 lines
1.3 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
Kernel driver mp5926
|
|
====================
|
|
|
|
Supported chips:
|
|
|
|
* MPS mp5926
|
|
|
|
Prefix: 'mp5926'
|
|
|
|
* Datasheet
|
|
https://www.monolithicpower.com/en/
|
|
|
|
Author:
|
|
|
|
Yuxi Wang <Yuxi.Wang@monolithicpower.com>
|
|
|
|
Description
|
|
-----------
|
|
|
|
This driver implements support for Monolithic Power Systems, Inc. (MPS)
|
|
MP5926 Hot-Swap Controller.
|
|
|
|
Device compliant with:
|
|
|
|
- PMBus rev 1.3 interface.
|
|
|
|
The driver exports the following attributes via the 'sysfs' files
|
|
for input voltage:
|
|
|
|
**in1_input**
|
|
|
|
**in1_label**
|
|
|
|
**in1_crit**
|
|
|
|
**in1_crit_alarm**
|
|
|
|
The driver provides the following attributes for output voltage:
|
|
|
|
**in2_input**
|
|
|
|
**in2_label**
|
|
|
|
**in2_lcrit**
|
|
|
|
**in2_lcrit_alarm**
|
|
|
|
**in2_rated_max**
|
|
|
|
**in2_rated_min**
|
|
|
|
The driver provides the following attributes for input current:
|
|
|
|
**curr1_input**
|
|
|
|
**curr1_label**
|
|
|
|
**curr1_max**
|
|
|
|
**curr1_max_alarm**
|
|
|
|
The driver provides the following attributes for output current:
|
|
|
|
**curr2_input**
|
|
|
|
**curr2_label**
|
|
|
|
The driver provides the following attributes for input power:
|
|
|
|
**power1_input**
|
|
|
|
**power1_label**
|
|
|
|
The driver provides the following attributes for output power:
|
|
|
|
**power2_input**
|
|
|
|
**power2_label**
|
|
|
|
The driver provides the following attributes for temperature:
|
|
|
|
**temp1_input**
|
|
|
|
**temp1_crit**
|
|
|
|
**temp1_crit_alarm**
|
|
|
|
**temp1_max**
|
|
|
|
**temp1_max_alarm**
|