Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1632094
| From | Benjamin Gaignard <benjamin.gaignard@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] |
| Date | 2017-04-27 15:30 +0200 |
| Message-ID | <tAREB-1aB-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Those patches aim to complete stm32 timer features support. The last missing part is to be able to chain to timer blocks which mean that one of timerX's trigger could be used as clock for timerY. Since this operating is neither event or buffer triggered mode I would like to introduce a hardware triggered mode in IIO core. Benjamin Gaignard (2): iio: add hardware triggered operating mode iio: make stm32 trigger driver use INDIO_HARDWARE_TRIGGERED mode .../ABI/testing/sysfs-bus-iio-timer-stm32 | 15 ++++++ drivers/iio/industrialio-core.c | 4 +- drivers/iio/trigger/stm32-timer-trigger.c | 61 ++++++++++++++++++++++ include/linux/iio/iio.h | 6 +++ 4 files changed, 84 insertions(+), 2 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] Benjamin Gaignard <benjamin.gaignard@linaro.org> - 2017-04-27 15:30 +0200
[PATCH 1/2] iio: add hardware triggered operating mode Benjamin Gaignard <benjamin.gaignard@linaro.org> - 2017-04-27 15:40 +0200
[PATCH 2/2] iio: make stm32 trigger driver use INDIO_HARDWARE_TRIGGERED mode Benjamin Gaignard <benjamin.gaignard@linaro.org> - 2017-04-27 15:40 +0200
Re: [PATCH 2/2] iio: make stm32 trigger driver use INDIO_HARDWARE_TRIGGERED mode Jonathan Cameron <jic23@kernel.org> - 2017-05-01 18:50 +0200
Re: [PATCH 2/2] iio: make stm32 trigger driver use INDIO_HARDWARE_TRIGGERED mode Jonathan Cameron <jic23@kernel.org> - 2017-05-08 00:20 +0200
Re: [PATCH 2/2] iio: make stm32 trigger driver use INDIO_HARDWARE_TRIGGERED mode William Breathitt Gray <vilhelm.gray@gmail.com> - 2017-05-08 17:20 +0200
Re: [PATCH 2/2] iio: make stm32 trigger driver use INDIO_HARDWARE_TRIGGERED mode Benjamin Gaignard <benjamin.gaignard@linaro.org> - 2017-05-09 09:50 +0200
csiph-web