All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add support for STM32MP1 ADC
@ 2018-05-02  7:44 ` Fabrice Gasnier
  0 siblings, 0 replies; 28+ messages in thread
From: Fabrice Gasnier @ 2018-05-02  7:44 UTC (permalink / raw)
  To: jic23, robh+dt, alexandre.torgue
  Cc: mark.rutland, mcoquelin.stm32, lars, knaack.h, pmeerw,
	fabrice.gasnier, linux-iio, devicetree, linux-arm-kernel,
	linux-kernel, benjamin.gaignard

Add support for STM32MP1 Analog to Digital Converter variant.
It's quite similar to STM32H7 ADC and re-use most of existing driver.

---
Changes in v2:
- Update dt-bindings following Rob's remark: STM32MP1 ADC has two
  interrupt lines

Fabrice Gasnier (3):
  dt-bindings: iio: stm32-adc: add support for STM32MP1
  iio: adc: stm32-adc: add support for STM32MP1
  ARM: dts: stm32: Add ADC support to stm32mp157c

 .../devicetree/bindings/iio/adc/st,stm32-adc.txt   |  6 +-
 arch/arm/boot/dts/stm32mp157c.dtsi                 | 32 +++++++++++
 drivers/iio/adc/stm32-adc-core.c                   | 66 ++++++++++++++++------
 drivers/iio/adc/stm32-adc.c                        | 47 +++++++++++++--
 4 files changed, 128 insertions(+), 23 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2018-05-22 15:51 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-02  7:44 [PATCH v2 0/3] Add support for STM32MP1 ADC Fabrice Gasnier
2018-05-02  7:44 ` Fabrice Gasnier
2018-05-02  7:44 ` Fabrice Gasnier
2018-05-02  7:44 ` [PATCH v2 1/3] dt-bindings: iio: stm32-adc: add support for STM32MP1 Fabrice Gasnier
2018-05-02  7:44   ` Fabrice Gasnier
2018-05-02  7:44   ` Fabrice Gasnier
2018-05-07 16:28   ` Rob Herring
2018-05-07 16:28     ` Rob Herring
2018-05-07 17:20     ` Jonathan Cameron
2018-05-07 17:20       ` Jonathan Cameron
2018-05-02  7:44 ` [PATCH v2 2/3] iio: adc: " Fabrice Gasnier
2018-05-02  7:44   ` Fabrice Gasnier
2018-05-02  7:44   ` Fabrice Gasnier
2018-05-07 17:21   ` Jonathan Cameron
2018-05-07 17:21     ` Jonathan Cameron
2018-05-07 17:21     ` Jonathan Cameron
2018-05-02  7:44 ` [PATCH v2 3/3] ARM: dts: stm32: Add ADC support to stm32mp157c Fabrice Gasnier
2018-05-02  7:44   ` Fabrice Gasnier
2018-05-02  7:44   ` Fabrice Gasnier
2018-05-07 17:23   ` Jonathan Cameron
2018-05-07 17:23     ` Jonathan Cameron
2018-05-07 17:23     ` Jonathan Cameron
2018-05-22 15:51     ` Fabrice Gasnier
2018-05-22 15:51       ` Fabrice Gasnier
2018-05-22 15:51       ` Fabrice Gasnier
2018-05-06 17:54 ` [PATCH v2 0/3] Add support for STM32MP1 ADC Jonathan Cameron
2018-05-06 17:54   ` Jonathan Cameron
2018-05-06 17:54   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.