Re: [PATCH v2 1/2] iio: adc: Add driver support for AD7292

2019-10-22 Thread Marcelo Schmitt
Hi Jonathan, Should I send a V3 for the whole patchset or just for the DT binding patch? Thanks, Marcelo On 10/21, Jonathan Cameron wrote: > On Tue, 15 Oct 2019 23:51:22 -0300 > Marcelo Schmitt wrote: > > > The AD7292 is a 10-bit monitor and control system with ADC, DACs, > > temperature

Re: [PATCH v2 1/2] iio: adc: Add driver support for AD7292

2019-10-21 Thread Jonathan Cameron
On Tue, 15 Oct 2019 23:51:22 -0300 Marcelo Schmitt wrote: > The AD7292 is a 10-bit monitor and control system with ADC, DACs, > temperature sensor, and GPIOs. > > Configure AD7292 devices in direct access mode, enabling single-ended > ADC readings. > > Datasheet: > Link: >

[PATCH v2 1/2] iio: adc: Add driver support for AD7292

2019-10-15 Thread Marcelo Schmitt
The AD7292 is a 10-bit monitor and control system with ADC, DACs, temperature sensor, and GPIOs. Configure AD7292 devices in direct access mode, enabling single-ended ADC readings. Datasheet: Link: https://www.analog.com/media/en/technical-documentation/data-sheets/ad7292.pdf Signed-off-by: