diff options
author | Wilken Gottwalt <wilken.gottwalt@posteo.net> | 2022-08-11 08:26:37 +0000 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2022-09-19 06:17:05 -0700 |
commit | eb12f54876bb5b7789339610692b70f7f9c925a5 (patch) | |
tree | 0b37e4007d67fe6c0cd1bac362c84e0c8127ddb7 /Documentation/hwmon | |
parent | e2769f5e7f9f40b7c489e5183b86f89afce32528 (diff) | |
download | linux-rpi-eb12f54876bb5b7789339610692b70f7f9c925a5.tar.gz linux-rpi-eb12f54876bb5b7789339610692b70f7f9c925a5.tar.bz2 linux-rpi-eb12f54876bb5b7789339610692b70f7f9c925a5.zip |
hwmon: (corsair-psu) add reporting of rail mode via debugfs
Add reporting if the PSU is running in single or multi rail mode via
ocpmode debugfs entry. Also update the documentation and driver comments
accordingly.
Signed-off-by: Wilken Gottwalt <wilken.gottwalt@posteo.net>
Link: https://lore.kernel.org/r/YvS9PZKr0xqFqJny@monster.localdomain
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/corsair-psu.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/hwmon/corsair-psu.rst b/Documentation/hwmon/corsair-psu.rst index e8378e7a1d8c..c3a76305c587 100644 --- a/Documentation/hwmon/corsair-psu.rst +++ b/Documentation/hwmon/corsair-psu.rst @@ -86,8 +86,9 @@ Debugfs entries --------------- ======================= ======================================================== -uptime Current uptime of the psu +ocpmode Single or multi rail mode of the PCIe power connectors +product Product name of the psu +uptime Session uptime of the psu uptime_total Total uptime of the psu vendor Vendor name of the psu -product Product name of the psu ======================= ======================================================== |