Re: [PATCH 2/3] iio: adc: at91-sama5d2_adc: add hw trigger and buffer support

2017-04-26 Thread Jonathan Cameron
On 19/04/17 09:20, Eugen Hristev wrote: > Added support for the external hardware trigger on pin ADTRG, > integrated the three possible edge triggers into the subsystem > and created buffer management for data retrieval > > Signed-off-by: Eugen Hristev > --- > drivers/iio/adc/at91-sama5d2_adc.c

Re: [PATCH 2/3] iio: adc: at91-sama5d2_adc: add hw trigger and buffer support

2017-04-24 Thread Ludovic Desroches
On Wed, Apr 19, 2017 at 11:20:44AM +0300, Eugen Hristev wrote: > Added support for the external hardware trigger on pin ADTRG, > integrated the three possible edge triggers into the subsystem > and created buffer management for data retrieval > > Signed-off-by: Eugen Hristev Acked-by: Ludovic Des

[PATCH 2/3] iio: adc: at91-sama5d2_adc: add hw trigger and buffer support

2017-04-19 Thread Eugen Hristev
Added support for the external hardware trigger on pin ADTRG, integrated the three possible edge triggers into the subsystem and created buffer management for data retrieval Signed-off-by: Eugen Hristev --- drivers/iio/adc/at91-sama5d2_adc.c | 207 - 1 file ch