Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1690230

[PATCH 0/3] Allow to tune sampling time on STM32 ADC

From Fabrice Gasnier <fabrice.gasnier@st.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] Allow to tune sampling time on STM32 ADC
Date 2017-07-18 14:40 +0200
Message-ID <u4zXc-2qo-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


STM32 ADC allows each channel to be sampled with a different sampling
time. This series fixes common clock rate and adds optional device
tree property, so minimum sampling time can be tuned. This is done via
device tree as it's tightly coupled with hardware (analog source).

Fabrice Gasnier (3):
  iio: adc: stm32: fix common clock rate
  dt-bindings: iio: adc: stm32: add optional min-sample-time
  iio: adc: stm32: add optional min-sample-time

 .../devicetree/bindings/iio/adc/st,stm32-adc.txt   |   5 +
 drivers/iio/adc/stm32-adc-core.c                   |  10 +-
 drivers/iio/adc/stm32-adc.c                        | 134 ++++++++++++++++++++-
 3 files changed, 140 insertions(+), 9 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Allow to tune sampling time on STM32 ADC Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-07-18 14:40 +0200
  [PATCH 3/3] iio: adc: stm32: add optional min-sample-time Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-07-18 14:40 +0200
    Re: [PATCH 3/3] iio: adc: stm32: add optional min-sample-time Jonathan Cameron <jic23@kernel.org> - 2017-07-23 13:10 +0200
      Re: [PATCH 3/3] iio: adc: stm32: add optional min-sample-time Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-07-24 10:20 +0200
        Re: [PATCH 3/3] iio: adc: stm32: add optional min-sample-time Jonathan Cameron <Jonathan.Cameron@huawei.com> - 2017-07-24 17:10 +0200
  [PATCH 1/3] iio: adc: stm32: fix common clock rate Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-07-18 14:40 +0200
    Re: [PATCH 1/3] iio: adc: stm32: fix common clock rate Jonathan Cameron <jic23@kernel.org> - 2017-07-23 13:00 +0200
      Re: [PATCH 1/3] iio: adc: stm32: fix common clock rate Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-07-24 09:50 +0200
        Re: [PATCH 1/3] iio: adc: stm32: fix common clock rate Jonathan Cameron <Jonathan.Cameron@huawei.com> - 2017-07-24 17:10 +0200

csiph-web