[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210705134939.28691-7-pavo.banicevic@sartura.hr>
Date: Mon, 5 Jul 2021 15:49:38 +0200
From: Pavo Banicevic <pavo.banicevic@...tura.hr>
To: linux-doc@...r.kernel.org, linux-leds@...r.kernel.org,
devicetree@...r.kernel.org, linux-hwmon@...r.kernel.org,
linux-kernel@...r.kernel.org, geert+renesas@...der.be,
Max.Merchel@...group.com, linux@...pel-privat.de, daniel@...f.com,
shawnguo@...nel.org, sam@...nborg.org, arnd@...db.de,
krzysztof.kozlowski@...onical.com, pavo.banicevic@...tura.hr,
corbet@....net, lee.jones@...aro.org, pavel@....cz,
robh+dt@...nel.org, linux@...ck-us.net, jdelvare@...e.com,
goran.medic@...tura.hr, luka.perkov@...tura.hr,
luka.kovacic@...tura.hr
Cc: Robert Marko <robert.marko@...tura.hr>
Subject: [PATCH v8 6/7] Documentation/hwmon: Add iei-wt61p803-puzzle hwmon driver documentation
From: Luka Kovacic <luka.kovacic@...tura.hr>
Add the iei-wt61p803-puzzle driver hwmon driver interface documentation.
Signed-off-by: Luka Kovacic <luka.kovacic@...tura.hr>
Signed-off-by: Pavo Banicevic <pavo.banicevic@...tura.hr>
Cc: Luka Perkov <luka.perkov@...tura.hr>
Cc: Robert Marko <robert.marko@...tura.hr>
---
.../hwmon/iei-wt61p803-puzzle-hwmon.rst | 42 +++++++++++++++++++
1 file changed, 42 insertions(+)
create mode 100644 Documentation/hwmon/iei-wt61p803-puzzle-hwmon.rst
diff --git a/Documentation/hwmon/iei-wt61p803-puzzle-hwmon.rst b/Documentation/hwmon/iei-wt61p803-puzzle-hwmon.rst
new file mode 100644
index 000000000000..04b01e53760c
--- /dev/null
+++ b/Documentation/hwmon/iei-wt61p803-puzzle-hwmon.rst
@@ -0,0 +1,42 @@
+.. SPDX-License-Identifier: GPL-2.0-only
+
+Kernel driver iei-wt61p803-puzzle-hwmon
+=======================================
+
+Supported chips:
+ * IEI WT61P803 PUZZLE for IEI Puzzle M801
+
+ Prefix: 'iei-wt61p803-puzzle-hwmon'
+
+Author: Luka Kovacic <luka.kovacic@...tura.hr>
+
+
+Description
+-----------
+
+This driver adds fan and temperature sensor reading for some IEI Puzzle
+series boards.
+
+Sysfs attributes
+----------------
+
+The following attributes are supported:
+
+- IEI WT61P803 PUZZLE for IEI Puzzle M801
+
+/sys files in hwmon subsystem
+-----------------------------
+
+================= == ===================================================
+fan[1-5]_input RO files for fan speed (in RPM)
+pwm[1-2] RW files for fan[1-2] target duty cycle (0..255)
+================= == ===================================================
+
+/sys files in thermal subsystem
+-------------------------------
+
+================= == ====================================================
+cur_state RW file for current cooling state of the cooling device
+ (0..max_state)
+max_state RO file for maximum cooling state of the cooling device
+================= == ====================================================
--
2.31.1
Powered by blists - more mailing lists