diff options
author | Sebastian Reichel <sre@debian.org> | 2014-10-03 17:25:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-03-16 18:00:32 +0000 |
commit | c0a6b7ee9498269e4bf9a7e6676f2f45edca2f1a (patch) | |
tree | 779295fa45cb6fc1806c2696b463a668c2a7ac1e /Documentation/ABI | |
parent | 24ddb0e4bba4e98d3f3a783846789520e796b164 (diff) | |
download | op-kernel-dev-c0a6b7ee9498269e4bf9a7e6676f2f45edca2f1a.zip op-kernel-dev-c0a6b7ee9498269e4bf9a7e6676f2f45edca2f1a.tar.gz |
iio: documentation: Add ABI documentation for *_mean_raw
Add ABI documentation for in_*_mean_raw files, which are
already supported and used in the kernel for some time.
Signed-off-by: Sebastian Reichel <sre@debian.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index 6e02c50..58ba333 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -210,6 +210,14 @@ Contact: linux-iio@vger.kernel.org Description: Scaled humidity measurement in milli percent. +What: /sys/bus/iio/devices/iio:deviceX/in_X_mean_raw +KernelVersion: 3.5 +Contact: linux-iio@vger.kernel.org +Description: + Averaged raw measurement from channel X. The number of values + used for averaging is device specific. The converting rules for + normal raw values also applies to the averaged raw values. + What: /sys/bus/iio/devices/iio:deviceX/in_accel_offset What: /sys/bus/iio/devices/iio:deviceX/in_accel_x_offset What: /sys/bus/iio/devices/iio:deviceX/in_accel_y_offset |