Re: [PATCH 1/3] iio: adc: exynos-adc: Add S5PV210 variant

2018-12-12 Thread Jonathan Cameron
On Fri, 7 Dec 2018 20:11:34 +0100 Paweł Chmiel wrote: > From: Jonathan Bakker > > S5PV210's ADC variant is almost the same as v1 except that it has 10 > channels and doesn't require the pmu register > > Signed-off-by: Jonathan Bakker > Signed-off-by: Paweł Chmiel Long enough I thing ;) App

[PATCH 1/3] iio: adc: exynos-adc: Add S5PV210 variant

2018-12-07 Thread Paweł Chmiel
From: Jonathan Bakker S5PV210's ADC variant is almost the same as v1 except that it has 10 channels and doesn't require the pmu register Signed-off-by: Jonathan Bakker Signed-off-by: Paweł Chmiel --- drivers/iio/adc/exynos_adc.c | 14 ++ 1 file changed, 14 insertions(+) diff --gi