Based on kernel version 6.13
. Page generated on 2025-01-21 08:21 EST
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | .. SPDX-License-Identifier: GPL-2.0 Kernel driver ir36021 ===================== Supported chips: * Infineon IR36021 Prefix: ir36021 Addresses scanned: - Datasheet: Publicly available at the Infineon website https://www.infineon.com/dgdl/ir36021.pdf?fileId=5546d462533600a4015355d0aa2d1775 Authors: - Chris Packham <chris.packham@alliedtelesis.co.nz> Description ----------- The IR36021 is a dual-loop digital multi-phase buck controller designed for point of load applications. Usage Notes ----------- This driver does not probe for PMBus devices. You will have to instantiate devices explicitly. Sysfs attributes ---------------- ======================= =========================== curr1_label "iin" curr1_input Measured input current curr1_alarm Input fault alarm curr2_label "iout1" curr2_input Measured output current curr2_alarm Output over-current alarm in1_label "vin" in1_input Measured input voltage in1_alarm Input under-voltage alarm in2_label "vout1" in2_input Measured output voltage in2_alarm Output over-voltage alarm power1_label "pin" power1_input Measured input power power1_alarm Input under-voltage alarm power2_label "pout1" power2_input Measured output power temp1_input Measured temperature temp1_alarm Temperature alarm temp2_input Measured other loop temperature temp2_alarm Temperature alarm ======================= =========================== |