Václav Kubernát | 1734b41 | 2021-04-14 10:00:17 +0200 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0 |
| 2 | |
| 3 | Kernel driver fsp3y |
| 4 | ====================== |
| 5 | Supported devices: |
| 6 | * 3Y POWER YH-5151E |
| 7 | * 3Y POWER YM-2151E |
| 8 | |
| 9 | Author: Václav Kubernát <kubernat@cesnet.cz> |
| 10 | |
| 11 | Description |
| 12 | ----------- |
| 13 | This driver implements limited support for two 3Y POWER devices. |
| 14 | |
| 15 | Sysfs entries |
| 16 | ------------- |
| 17 | * in1_input input voltage |
| 18 | * in2_input 12V output voltage |
| 19 | * in3_input 5V output voltage |
| 20 | * curr1_input input current |
| 21 | * curr2_input 12V output current |
| 22 | * curr3_input 5V output current |
| 23 | * fan1_input fan rpm |
| 24 | * temp1_input temperature 1 |
| 25 | * temp2_input temperature 2 |
| 26 | * temp3_input temperature 3 |
| 27 | * power1_input input power |
| 28 | * power2_input output power |