Re: [PATCH 2/2] iio: adc: sun4i_lradc: new driver

2016-07-04 Thread Alexandre Belloni
On 03/07/2016 at 13:11:33 +0100, Jonathan Cameron wrote : > On 01/07/16 22:00, Alexandre Belloni wrote: > > Add an IIO driver for the Allwinner LRADC. > To avoid idiots (i.e. me) confusing this with the touch screen ADC > could you expand a little on the description in future patches. > Sure, one

Re: [PATCH 2/2] iio: adc: sun4i_lradc: new driver

2016-07-03 Thread Jonathan Cameron
On 01/07/16 22:00, Alexandre Belloni wrote: > Add an IIO driver for the Allwinner LRADC. To avoid idiots (i.e. me) confusing this with the touch screen ADC could you expand a little on the description in future patches. A few general bits and bobs inline. Jonathan > > Signed-off-by: Alexandre Be

[PATCH 2/2] iio: adc: sun4i_lradc: new driver

2016-07-01 Thread Alexandre Belloni
Add an IIO driver for the Allwinner LRADC. Signed-off-by: Alexandre Belloni --- drivers/iio/adc/Kconfig | 10 ++ drivers/iio/adc/Makefile | 3 +- drivers/iio/adc/sun4i_lradc.c | 329 ++ 3 files changed, 341 insertions(+), 1 deletion(-) creat