Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1645580
| From | Fabrice Gasnier <fabrice.gasnier@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] iio: add support for STM32H7 ADC |
| Date | 2017-05-19 14:50 +0200 |
| Message-ID | <tIPvY-2eo-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add support for STM32H7 Analog to Digital Converter variant. It has up to 20 external channels, resolution ranges from 8 to 16bits. Differences are regarding clocking, registers and bitfields have also been re-arranged, but behavior is similar. It also has additional self calibration and power on/off procedures. Fabrice Gasnier (5): dt-bindings: iio: stm32-adc: add support for STM32H7 iio: adc: stm32: make core adc clock optional by default iio: adc: stm32: introduce compatible data cfg iio: adc: stm32: make per instance bus clock optional iio: adc: stm32: add support for STM32H7 .../devicetree/bindings/iio/adc/st,stm32-adc.txt | 20 +- drivers/iio/adc/stm32-adc-core.c | 269 ++++++- drivers/iio/adc/stm32-adc-core.h | 2 + drivers/iio/adc/stm32-adc.c | 775 +++++++++++++++++++-- 4 files changed, 980 insertions(+), 86 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] iio: add support for STM32H7 ADC Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-05-19 14:50 +0200
[PATCH 3/5] iio: adc: stm32: introduce compatible data cfg Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-05-19 14:50 +0200
[PATCH 1/5] dt-bindings: iio: stm32-adc: add support for STM32H7 Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-05-19 14:50 +0200
Re: [PATCH 1/5] dt-bindings: iio: stm32-adc: add support for STM32H7 Rob Herring <robh@kernel.org> - 2017-05-23 17:10 +0200
Re: [PATCH 1/5] dt-bindings: iio: stm32-adc: add support for STM32H7 Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-05-23 18:00 +0200
csiph-web