Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1201009

[PATCH] iio: Documentation: Add trigger name attribute ABI documentation

From Cristina Opriceana <cristina.opriceana@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] iio: Documentation: Add trigger name attribute ABI documentation
Date 2015-08-05 19:20 +0200
Message-ID <pUawb-7PL-35@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch adds an entry in the ABI Documentation for the
name attribute issued when a trigger is created.

Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com>
---
 Documentation/ABI/testing/sysfs-bus-iio-trigger-sysfs | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Documentation/ABI/testing/sysfs-bus-iio-trigger-sysfs b/Documentation/ABI/testing/sysfs-bus-iio-trigger-sysfs
index 5235e6c..85c8e4d 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio-trigger-sysfs
+++ b/Documentation/ABI/testing/sysfs-bus-iio-trigger-sysfs
@@ -9,3 +9,12 @@ Description:
 		automated testing or in situations, where other trigger methods
 		are not applicable. For example no RTC or spare GPIOs.
 		X is the IIO index of the trigger.
+
+What:		/sys/bus/iio/devices/triggerX/name
+KernelVersion:	2.6.39
+Contact:	linux-iio@vger.kernel.org
+Description:
+		The name attribute holds a description string for the current
+		trigger. A device should write this name string to
+		/sys/bus/iio/devices/iio:deviceX/trigger/current_trigger
+		in order to use this trigger.
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] iio: Documentation: Add trigger name attribute ABI  documentation Cristina Opriceana <cristina.opriceana@gmail.com> - 2015-08-05 19:20 +0200
  Re: [PATCH] iio: Documentation: Add trigger name attribute ABI documentation Daniel Baluta <daniel.baluta@intel.com> - 2015-08-06 09:40 +0200

csiph-web