Re: [PATCH 2/7] iio: adc: stm32: Enable use of stm32 timer triggers

2017-01-28 Thread Jonathan Cameron
On 24/01/17 14:37, Fabrice Gasnier wrote: > On 01/22/2017 01:55 PM, Jonathan Cameron wrote: >> On 19/01/17 13:34, Fabrice Gasnier wrote: >>> STM32 ADC has external timer trigger sources. Use stm32 timer triggers >>> API (e.g. is_stm32_timer_trigger()) with local ADC lookup table to >>> validate a t

Re: [PATCH 2/7] iio: adc: stm32: Enable use of stm32 timer triggers

2017-01-24 Thread Fabrice Gasnier
On 01/22/2017 01:55 PM, Jonathan Cameron wrote: On 19/01/17 13:34, Fabrice Gasnier wrote: STM32 ADC has external timer trigger sources. Use stm32 timer triggers API (e.g. is_stm32_timer_trigger()) with local ADC lookup table to validate a trigger can be used. This also provides correct trigger s

Re: [PATCH 2/7] iio: adc: stm32: Enable use of stm32 timer triggers

2017-01-22 Thread Jonathan Cameron
On 19/01/17 13:34, Fabrice Gasnier wrote: > STM32 ADC has external timer trigger sources. Use stm32 timer triggers > API (e.g. is_stm32_timer_trigger()) with local ADC lookup table to > validate a trigger can be used. > This also provides correct trigger selection value (e.g. extsel). > > Signed-o

Re: [PATCH 2/7] iio: adc: stm32: Enable use of stm32 timer triggers

2017-01-21 Thread Jonathan Cameron
On 19/01/17 23:31, kbuild test robot wrote: > Hi Fabrice, > > [auto build test ERROR on next-20170119] > [also build test ERROR on v4.10-rc4] > [cannot apply to iio/togreg robh/for-next v4.9-rc8 v4.9-rc7 v4.9-rc6] > [if your patch is applied to the wrong git tree, please drop us a note to > help

Re: [PATCH 2/7] iio: adc: stm32: Enable use of stm32 timer triggers

2017-01-19 Thread kbuild test robot
Hi Fabrice, [auto build test ERROR on next-20170119] [also build test ERROR on v4.10-rc4] [cannot apply to iio/togreg robh/for-next v4.9-rc8 v4.9-rc7 v4.9-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/l

[PATCH 2/7] iio: adc: stm32: Enable use of stm32 timer triggers

2017-01-19 Thread Fabrice Gasnier
STM32 ADC has external timer trigger sources. Use stm32 timer triggers API (e.g. is_stm32_timer_trigger()) with local ADC lookup table to validate a trigger can be used. This also provides correct trigger selection value (e.g. extsel). Signed-off-by: Fabrice Gasnier --- drivers/iio/adc/Kconfig