[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7443971849518122bafd00a290e9b7a5448c5a50.1768759292.git.marcelo.schmitt1@gmail.com>
Date: Sun, 18 Jan 2026 15:21:24 -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 6/9] iio: ABI: Adjust event threshold enable desc to
unitless thresh values
Adjust the event threshold enable attribute description to cover the cases
where threshold value attributes don't contain a _raw/_input element in
their names.
Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@...il.com>
---
Documentation/ABI/testing/sysfs-bus-iio | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
index d746a5e09225..fd296d8cf51a 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio
+++ b/Documentation/ABI/testing/sysfs-bus-iio
@@ -906,9 +906,9 @@ Description:
(_rising|_falling) direction. If the direction is not specified,
then either the device will report an event which ever direction
a single threshold value is passed in (e.g.
- <type>[Y][_name]_<raw|input>_thresh_value) or
- <type>[Y][_name]_<raw|input>_thresh_rising_value and
- <type>[Y][_name]_<raw|input>_thresh_falling_value may take
+ <type>[Y][_name][_raw|_input]_thresh_value) or
+ <type>[Y][_name][_raw|_input]_thresh_rising_value and
+ <type>[Y][_name][_raw|_input]_thresh_falling_value may take
different values, but the device can only enable both thresholds
or neither.
--
2.51.0
Powered by blists - more mailing lists