Re: [PATCH 1/2] iio:adc:at91-sama5d2: cleanup mode register use

2016-03-28 Thread Jonathan Cameron
On 22/03/16 16:08, Ludovic Desroches wrote: > Do not erase previous configuration of the mode register when setting > the sampling frequency. > > Signed-off-by: Ludovic Desroches Applied. > --- > drivers/iio/adc/at91-sama5d2_adc.c | 15 ++- > 1 file

Re: [PATCH 1/2] iio:adc:at91-sama5d2: cleanup mode register use

2016-03-28 Thread Jonathan Cameron
On 22/03/16 16:08, Ludovic Desroches wrote: > Do not erase previous configuration of the mode register when setting > the sampling frequency. > > Signed-off-by: Ludovic Desroches Applied. > --- > drivers/iio/adc/at91-sama5d2_adc.c | 15 ++- > 1 file changed, 10 insertions(+), 5

[PATCH 1/2] iio:adc:at91-sama5d2: cleanup mode register use

2016-03-22 Thread Ludovic Desroches
Do not erase previous configuration of the mode register when setting the sampling frequency. Signed-off-by: Ludovic Desroches --- drivers/iio/adc/at91-sama5d2_adc.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git

[PATCH 1/2] iio:adc:at91-sama5d2: cleanup mode register use

2016-03-22 Thread Ludovic Desroches
Do not erase previous configuration of the mode register when setting the sampling frequency. Signed-off-by: Ludovic Desroches --- drivers/iio/adc/at91-sama5d2_adc.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/iio/adc/at91-sama5d2_adc.c