Re: [PATCH v2 3/3] iio: adc: Add MEN 16z188 ADC driver

2014-02-25 Thread Jonathan Cameron
On 24/02/14 17:16, Johannes Thumshirn wrote: Add support for MEN 16z188 ADC IP Core on MCB FPGAs. Signed-off-by: Johannes Thumshirn Looks good. One possible issue with devm usage. It looks like userspace interfaces will get removed after some other bits that they will rely on. I missed this t

[PATCH v2 3/3] iio: adc: Add MEN 16z188 ADC driver

2014-02-24 Thread Johannes Thumshirn
Add support for MEN 16z188 ADC IP Core on MCB FPGAs. Signed-off-by: Johannes Thumshirn --- drivers/iio/adc/Kconfig| 10 +++ drivers/iio/adc/Makefile | 1 + drivers/iio/adc/men_z188_adc.c | 170 + 3 files changed, 181 insertions(+) create