1.. SPDX-License-Identifier: GPL-2.0 2 3Kernel driver fsp3y 4====================== 5Supported devices: 6 * 3Y POWER YH-5151E 7 * 3Y POWER YM-2151E 8 9Author: Václav Kubernát <kubernat@cesnet.cz> 10 11Description 12----------- 13This driver implements limited support for two 3Y POWER devices. 14 15Sysfs 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 29