Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1201655 > unrolled thread
| Started by | Cristina Opriceana <cristina.opriceana@gmail.com> |
|---|---|
| First post | 2015-08-06 13:20 +0200 |
| Last post | 2015-08-08 13:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH v2] iio: Documentation: Add trigger name attribute ABI documentation Cristina Opriceana <cristina.opriceana@gmail.com> - 2015-08-06 13:20 +0200
Re: [PATCH v2] iio: Documentation: Add trigger name attribute ABI documentation Daniel Baluta <daniel.baluta@intel.com> - 2015-08-06 14:10 +0200
Re: [PATCH v2] iio: Documentation: Add trigger name attribute ABI documentation Jonathan Cameron <jic23@kernel.org> - 2015-08-08 13:50 +0200
| From | Cristina Opriceana <cristina.opriceana@gmail.com> |
|---|---|
| Date | 2015-08-06 13:20 +0200 |
| Subject | [PATCH v2] iio: Documentation: Add trigger name attribute ABI documentation |
| Message-ID | <pUrnk-7jc-15@gated-at.bofh.it> |
This patch adds an entry in ABI Documentation for the name attribute issued when a trigger is created. Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com> --- Changes in v2: - deviceX to deviceY, to avoid confusion - clearer description 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..0c1e843 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. In order to associate the trigger with an IIO device + one should write this name string to + /sys/bus/iio/devices/iio:deviceY/trigger/current_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/
[toc] | [next] | [standalone]
| From | Daniel Baluta <daniel.baluta@intel.com> |
|---|---|
| Date | 2015-08-06 14:10 +0200 |
| Subject | Re: [PATCH v2] iio: Documentation: Add trigger name attribute ABI documentation |
| Message-ID | <pUs9J-8ts-39@gated-at.bofh.it> |
| In reply to | #1201655 |
On Thu, Aug 6, 2015 at 2:17 PM, Cristina Opriceana <cristina.opriceana@gmail.com> wrote: > This patch adds an entry in ABI Documentation for the name attribute > issued when a trigger is created. > > Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com> Acked-by: Daniel Baluta <daniel.baluta@intel.com> > --- > Changes in v2: > - deviceX to deviceY, to avoid confusion > - clearer description > > 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..0c1e843 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. In order to associate the trigger with an IIO device > + one should write this name string to > + /sys/bus/iio/devices/iio:deviceY/trigger/current_trigger. > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- 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/
[toc] | [prev] | [next] | [standalone]
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2015-08-08 13:50 +0200 |
| Message-ID | <pVaNr-65A-11@gated-at.bofh.it> |
| In reply to | #1201678 |
On 06/08/15 13:00, Daniel Baluta wrote: > On Thu, Aug 6, 2015 at 2:17 PM, Cristina Opriceana > <cristina.opriceana@gmail.com> wrote: >> This patch adds an entry in ABI Documentation for the name attribute >> issued when a trigger is created. >> >> Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com> > > Acked-by: Daniel Baluta <daniel.baluta@intel.com> Applied. Thanks, > >> --- >> Changes in v2: >> - deviceX to deviceY, to avoid confusion >> - clearer description >> >> 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..0c1e843 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. In order to associate the trigger with an IIO device >> + one should write this name string to >> + /sys/bus/iio/devices/iio:deviceY/trigger/current_trigger. >> -- >> 1.9.1 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-iio" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web