Re: [PATCH V4 3/4] staging: iio: adc: ad7192: Add system calibration support

2019-09-08 Thread Jonathan Cameron
On Mon, 2 Sep 2019 16:08:30 +0300 Mircea Caprioru wrote: > This patch will add a system calibration attribute for each channel. Using > this option the user will have the ability to calibrate each channel for > zero scale and full scale. It uses the iio_chan_spec_ext_info and IIO_ENUM > to implem

[PATCH V4 3/4] staging: iio: adc: ad7192: Add system calibration support

2019-09-02 Thread Mircea Caprioru
This patch will add a system calibration attribute for each channel. Using this option the user will have the ability to calibrate each channel for zero scale and full scale. It uses the iio_chan_spec_ext_info and IIO_ENUM to implement the functionality. Signed-off-by: Mircea Caprioru --- Changel