Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1205975 > unrolled thread
| Started by | Cristina Opriceana <cristina.opriceana@gmail.com> |
|---|---|
| First post | 2015-08-12 13:30 +0200 |
| Last post | 2015-08-15 17:10 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 0/2] Documentation: iio-trig-sysfs: Add missing ABI Cristina Opriceana <cristina.opriceana@gmail.com> - 2015-08-12 13:30 +0200
[PATCH 2/2] Documentation: iio-trig-sysfs: Add remove_trigger attribute ABI Cristina Opriceana <cristina.opriceana@gmail.com> - 2015-08-12 13:40 +0200
Re: [PATCH 0/2] Documentation: iio-trig-sysfs: Add missing ABI Jonathan Cameron <jic23@kernel.org> - 2015-08-15 17:10 +0200
| From | Cristina Opriceana <cristina.opriceana@gmail.com> |
|---|---|
| Date | 2015-08-12 13:30 +0200 |
| Subject | [PATCH 0/2] Documentation: iio-trig-sysfs: Add missing ABI |
| Message-ID | <pWCoh-2VG-9@gated-at.bofh.it> |
Add the ABI documentation for the add_trigger and remove_trigger attributes, found in iio-trig-sysfs. Cristina Opriceana (2): Documentation: iio-trig-sysfs: Document add_trigger attribute Documentation: iio-trig-sysfs: Add remove_trigger attribute ABI .../ABI/testing/sysfs-bus-iio-trigger-sysfs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) -- 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 | Cristina Opriceana <cristina.opriceana@gmail.com> |
|---|---|
| Date | 2015-08-12 13:40 +0200 |
| Subject | [PATCH 2/2] Documentation: iio-trig-sysfs: Add remove_trigger attribute ABI |
| Message-ID | <pWCxY-36M-11@gated-at.bofh.it> |
| In reply to | #1205975 |
This patch adds the documentation ABI for the remove_trigger attribute, provided by the iio-trig-sysfs stand-alone driver. Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com> --- Documentation/ABI/testing/sysfs-bus-iio-trigger-sysfs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation/ABI/testing/sysfs-bus-iio-trigger-sysfs b/Documentation/ABI/testing/sysfs-bus-iio-trigger-sysfs index 887aa92..6de6e6b 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio-trigger-sysfs +++ b/Documentation/ABI/testing/sysfs-bus-iio-trigger-sysfs @@ -20,3 +20,14 @@ Description: into the associated file, which will serve as the id of the trigger. If the trigger with the specified id is already present in the system, an invalid argument message will be returned. + +What: /sys/bus/iio/devices/iio_sysfs_trigger/remove_trigger +KernelVersion: 2.6.39 +Contact: linux-iio@vger.kernel.org +Description: + This attribute is used to unregister and delete a previously + created trigger from the list of available triggers. In order to + achieve this, one should write a positive integer into the + associated file, representing the id of the trigger that needs + to be removed. If the trigger can't be found, an invalid + argument message will be returned to the user. -- 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] | [prev] | [next] | [standalone]
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2015-08-15 17:10 +0200 |
| Message-ID | <pXLfP-53f-15@gated-at.bofh.it> |
| In reply to | #1205975 |
On 12/08/15 12:26, Cristina Opriceana wrote: > Add the ABI documentation for the add_trigger and remove_trigger > attributes, found in iio-trig-sysfs. > > Cristina Opriceana (2): > Documentation: iio-trig-sysfs: Document add_trigger attribute > Documentation: iio-trig-sysfs: Add remove_trigger attribute ABI > > .../ABI/testing/sysfs-bus-iio-trigger-sysfs | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > These two could easily have been one patch given their paired nature, but I don't care that much. Applied to the togreg branch of iio.git (fuzz due to a pervious patch in there) Thanks, Jonathan -- 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