Re: [PATCH v6 1/3] iio: adc: Add support for DLN2 ADC

2017-07-10 Thread Jack Andersen
It's a pleasure to contribute! The iio interface has simplified our robotics telemetry solution considerably; no more awkward setup. A simple udev script is ideal for bringing the buffer online. On 9 July 2017 at 07:12, Jonathan Cameron wrote: > On Thu, 6 Jul 2017 12:39:33 -1000 > Jack Andersen

Re: [PATCH v6 1/3] iio: adc: Add support for DLN2 ADC

2017-07-09 Thread Jonathan Cameron
On Thu, 6 Jul 2017 12:39:33 -1000 Jack Andersen wrote: > This patch adds support for Diolan DLN2 ADC via IIO's ADC interface. > ADC is the fourth and final component of the DLN2 for the kernel. > > Signed-off-by: Jack Andersen Applied to the togreg branch of iio.git. Initially pushed out as t

[PATCH v6 1/3] iio: adc: Add support for DLN2 ADC

2017-07-06 Thread Jack Andersen
This patch adds support for Diolan DLN2 ADC via IIO's ADC interface. ADC is the fourth and final component of the DLN2 for the kernel. Signed-off-by: Jack Andersen --- Changes in v2: - Address Peter's remarks; bringing consistency to C99 syntax, dev_dbg usage, and error handling. - Remove probe