Re: [PATCH 3/5] iio: adc: stm32-dfsdm: manage data resolution in trigger mode

2019-06-22 Thread Jonathan Cameron
On Wed, 19 Jun 2019 15:03:49 +0200 Olivier Moysan wrote: > Add output sample resolution management in scan mode. > Add stm32_dfsdm_process_data() function to share sample > processing between continuous and trigger modes. > > Signed-off-by: Olivier Moysan Makes sense, though I would have

[PATCH 3/5] iio: adc: stm32-dfsdm: manage data resolution in trigger mode

2019-06-19 Thread Olivier Moysan
Add output sample resolution management in scan mode. Add stm32_dfsdm_process_data() function to share sample processing between continuous and trigger modes. Signed-off-by: Olivier Moysan --- drivers/iio/adc/stm32-dfsdm-adc.c | 41 ++- 1 file changed, 28