Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1409213
| From | Crestez Dan Leonard <leonard.crestez@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/3] iio: generic_buffer: Select device/trigger by number |
| Date | 2016-05-30 17:20 +0200 |
| Message-ID | <rEx90-5Uj-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series adds support for selecting iio devices/triggers by numeric id
rather than just name. This is useful because the names are not actually
guaranteed to be unique.
Changes since v3:
* Rebase on top of latest jic23/testing
* Fix handling of --trigger-num 0. Initialize trig_num to -1 and check if >= 0
for valid id.
Jonathan: you replied to v3 saying that they were applied but I don't see those
patches on any branch from your repo:
https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
Crestez Dan Leonard (3):
iio: generic_buffer: Cleanup when receiving signals
iio: generic_buffer: Add --device-num option
iio: generic_buffer: Add --trigger-num option
tools/iio/iio_generic_buffer.c | 261 ++++++++++++++++++++++++++++-------------
1 file changed, 181 insertions(+), 80 deletions(-)
--
2.5.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/3] iio: generic_buffer: Select device/trigger by number Crestez Dan Leonard <leonard.crestez@intel.com> - 2016-05-30 17:20 +0200 [PATCH v4 3/3] iio: generic_buffer: Add --trigger-num option Crestez Dan Leonard <leonard.crestez@intel.com> - 2016-05-30 17:30 +0200 [PATCH v4 2/3] iio: generic_buffer: Add --device-num option Crestez Dan Leonard <leonard.crestez@intel.com> - 2016-05-30 17:30 +0200 [PATCH v4 1/3] iio: generic_buffer: Cleanup when receiving signals Crestez Dan Leonard <leonard.crestez@intel.com> - 2016-05-30 17:30 +0200
csiph-web