diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2017-02-08 09:01:35 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-02-11 10:15:58 +0000 |
commit | 7527a6ed033dc23048e21e5e8ddee681d204dd1e (patch) | |
tree | 4cc6ba6060058def7679362348b03209fd7b77a5 /Documentation/ABI | |
parent | a18ac95442c29caa6e1e6b7e3768de95aa19e79f (diff) | |
download | op-kernel-dev-7527a6ed033dc23048e21e5e8ddee681d204dd1e.zip op-kernel-dev-7527a6ed033dc23048e21e5e8ddee681d204dd1e.tar.gz |
Documentation: iio: Fix KernelVersion in counter sysfs ABI documentation
The IIO counter driver support did not appear in the 4.9 version of the
Linux kernel. This patch fixes the KernelVersion lines of the relevant
IIO counter sysfs ABI documentation.
Fixes: 1a8f324aa1f2 ("iio: Implement counter channel type and info constants")
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index 1ce4603..7531d38 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -1594,7 +1594,7 @@ Description: can be processed to siemens per meter. What: /sys/bus/iio/devices/iio:deviceX/in_countY_raw -KernelVersion: 4.9 +KernelVersion: 4.10 Contact: linux-iio@vger.kernel.org Description: Raw counter device counts from channel Y. For quadrature @@ -1602,7 +1602,7 @@ Description: the counts of a single quadrature signal phase from channel Y. What: /sys/bus/iio/devices/iio:deviceX/in_indexY_raw -KernelVersion: 4.9 +KernelVersion: 4.10 Contact: linux-iio@vger.kernel.org Description: Raw counter device index value from channel Y. This attribute |