diff options
author | Daniel Baluta <daniel.baluta@intel.com> | 2015-11-09 09:14:02 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-12-03 18:19:28 +0000 |
commit | 4c3e2a4036054deca4819758f59ff65f27938388 (patch) | |
tree | 2985776af3edacb149b3fba286b45ac960cb213e /Documentation/ABI/testing | |
parent | ac5006a2a558a2441a840c7be1e0e717839d5e07 (diff) |
iio: Documentation: Add IIO configfs documentation
Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
Acked-by: Crt Mori <cmo@melexis.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI/testing')
-rw-r--r-- | Documentation/ABI/testing/configfs-iio | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/configfs-iio b/Documentation/ABI/testing/configfs-iio new file mode 100644 index 000000000000..2483756fccf5 --- /dev/null +++ b/Documentation/ABI/testing/configfs-iio @@ -0,0 +1,21 @@ +What: /config/iio +Date: October 2015 +KernelVersion: 4.4 +Contact: linux-iio@vger.kernel.org +Description: + This represents Industrial IO configuration entry point + directory. It contains sub-groups corresponding to IIO + objects. + +What: /config/iio/triggers +Date: October 2015 +KernelVersion: 4.4 +Description: + Industrial IO software triggers directory. + +What: /config/iio/triggers/hrtimers +Date: October 2015 +KernelVersion: 4.4 +Description: + High resolution timers directory. Creating a directory here + will result in creating a hrtimer trigger in the IIO subsystem. |