diff mbox series

[2/3] hwmon: (isl28022) document shunt voltage channel

Message ID 20241120083349.22226-7-wsa+renesas@sang-engineering.com (mailing list archive)
State Accepted
Headers show
Series hwmon: (isl28022) doc fixes and minor code cleanup | expand

Commit Message

Wolfram Sang Nov. 20, 2024, 8:33 a.m. UTC
During the upstreaming process, the driver has been extended to report
the shunt voltage as well. Document that.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 Documentation/hwmon/isl28022.rst | 1 +
 1 file changed, 1 insertion(+)

Comments

Guenter Roeck Nov. 20, 2024, 3:02 p.m. UTC | #1
On Wed, Nov 20, 2024 at 09:33:51AM +0100, Wolfram Sang wrote:
> During the upstreaming process, the driver has been extended to report
> the shunt voltage as well. Document that.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Applied.

Thanks,
Guenter
diff mbox series

Patch

diff --git a/Documentation/hwmon/isl28022.rst b/Documentation/hwmon/isl28022.rst
index a7920a884b9f..273ce5460135 100644
--- a/Documentation/hwmon/isl28022.rst
+++ b/Documentation/hwmon/isl28022.rst
@@ -48,6 +48,7 @@  The following attributes are supported. All attributes are read-only.
 
 ======================= =======================================================
 in0_input		bus voltage (milli Volt)
+in1_input		shunt voltage (milli Volt)
 
 curr1_input		current (milli Ampere)
 power1_input		power (micro Watt)