Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1734001
| From | Fabrice Gasnier <fabrice.gasnier@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] iio: trigger: stm32-timers fixes |
| Date | 2017-09-18 12:10 +0200 |
| Message-ID | <ur1a2-4VA-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This fixes misc corner cases observed when using stm32-timers: - reload value is shadowed, after 1st write, or when doing successive configurations (using sampling_frequency, then counter) - clock needs to be enabled before using master->slave configuration Fabrice Gasnier (3): iio: trigger: stm32-timer: preset shouldn't be buffered iio: trigger: stm32-timer: fix a corner case to write preset iio: trigger: stm32-timer: enable clock when in master mode drivers/iio/trigger/stm32-timer-trigger.c | 64 ++++++++++++++++++++++--------- 1 file changed, 45 insertions(+), 19 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] iio: trigger: stm32-timers fixes Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-09-18 12:10 +0200
[PATCH 1/3] iio: trigger: stm32-timer: preset shouldn't be buffered Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-09-18 12:10 +0200
Re: [PATCH 1/3] iio: trigger: stm32-timer: preset shouldn't be buffered Jonathan Cameron <jic23@kernel.org> - 2017-09-24 14:10 +0200
csiph-web