Re: [PATCH 02/10] iio: adc: Add stm32 support

2016-11-05 Thread Jonathan Cameron
On 03/11/16 08:20, Fabrice Gasnier wrote: > On 10/30/2016 04:27 PM, Jonathan Cameron wrote: >> On 25/10/16 17:25, Fabrice Gasnier wrote: >>> This patch adds support for STMicroelectronics STM32 MCU's analog to >>> digital converter. >>> >>> Signed-off-by: Fabrice Gasnier

Re: [PATCH 02/10] iio: adc: Add stm32 support

2016-11-05 Thread Jonathan Cameron
On 03/11/16 08:20, Fabrice Gasnier wrote: > On 10/30/2016 04:27 PM, Jonathan Cameron wrote: >> On 25/10/16 17:25, Fabrice Gasnier wrote: >>> This patch adds support for STMicroelectronics STM32 MCU's analog to >>> digital converter. >>> >>> Signed-off-by: Fabrice Gasnier >> Hi Fabrice, >> >>

Re: [PATCH 02/10] iio: adc: Add stm32 support

2016-11-03 Thread Fabrice Gasnier
On 10/30/2016 04:27 PM, Jonathan Cameron wrote: On 25/10/16 17:25, Fabrice Gasnier wrote: This patch adds support for STMicroelectronics STM32 MCU's analog to digital converter. Signed-off-by: Fabrice Gasnier Hi Fabrice, Sometimes I hate SoC ADCs. For some reason

Re: [PATCH 02/10] iio: adc: Add stm32 support

2016-11-03 Thread Fabrice Gasnier
On 10/30/2016 04:27 PM, Jonathan Cameron wrote: On 25/10/16 17:25, Fabrice Gasnier wrote: This patch adds support for STMicroelectronics STM32 MCU's analog to digital converter. Signed-off-by: Fabrice Gasnier Hi Fabrice, Sometimes I hate SoC ADCs. For some reason the hardware designers

Re: [PATCH 02/10] iio: adc: Add stm32 support

2016-10-30 Thread Jonathan Cameron
On 25/10/16 17:25, Fabrice Gasnier wrote: > This patch adds support for STMicroelectronics STM32 MCU's analog to > digital converter. > > Signed-off-by: Fabrice Gasnier Hi Fabrice, Sometimes I hate SoC ADCs. For some reason the hardware designers seem to try and throw

Re: [PATCH 02/10] iio: adc: Add stm32 support

2016-10-30 Thread Jonathan Cameron
On 25/10/16 17:25, Fabrice Gasnier wrote: > This patch adds support for STMicroelectronics STM32 MCU's analog to > digital converter. > > Signed-off-by: Fabrice Gasnier Hi Fabrice, Sometimes I hate SoC ADCs. For some reason the hardware designers seem to try and throw everything and the

[PATCH 02/10] iio: adc: Add stm32 support

2016-10-25 Thread Fabrice Gasnier
This patch adds support for STMicroelectronics STM32 MCU's analog to digital converter. Signed-off-by: Fabrice Gasnier --- drivers/iio/adc/Kconfig | 2 + drivers/iio/adc/Makefile| 1 + drivers/iio/adc/stm32/Kconfig | 34 ++

[PATCH 02/10] iio: adc: Add stm32 support

2016-10-25 Thread Fabrice Gasnier
This patch adds support for STMicroelectronics STM32 MCU's analog to digital converter. Signed-off-by: Fabrice Gasnier --- drivers/iio/adc/Kconfig | 2 + drivers/iio/adc/Makefile| 1 + drivers/iio/adc/stm32/Kconfig | 34 ++ drivers/iio/adc/stm32/Makefile