[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2aadf1fc04e5d091bfd600d1234b94de7c22f233.1768759292.git.marcelo.schmitt1@gmail.com>
Date: Sun, 18 Jan 2026 15:21:06 -0300
From: Marcelo Schmitt <marcelo.schmitt1@...il.com>
To: linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: jic23@...nel.org, Jonathan.Cameron@...wei.com, nuno.sa@...log.com,
andy@...nel.org, dlechner@...libre.com, marcelo.schmitt1@...il.com
Subject: [RFC PATCH v1 5/9] iio: ABI: Update event threshold value
documentation
Complement the IIO event threshold value ABI description clarifying that
raw device units are assumed when the attribute has no _raw/_input element
in it's name.
Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@...il.com>
---
Documentation/ABI/testing/sysfs-bus-iio | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
index 20e93000a93e..d746a5e09225 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio
+++ b/Documentation/ABI/testing/sysfs-bus-iio
@@ -1062,7 +1062,9 @@ Description:
The raw or input element of the name indicates whether the
value is in raw device units or in processed units (as _raw
- and _input do on sysfs direct channel read attributes).
+ and _input do on sysfs direct channel read attributes). If the
+ raw/input element of the name is absent, values are in raw
+ device units.
What: /sys/.../events/in_accel_scale
What: /sys/.../events/in_accel_peak_scale
--
2.51.0
Powered by blists - more mailing lists