Re: [PATCH v5 1/4] iio: ad_sigma_delta: Allow to provide custom data register address

2018-11-17 Thread Jonathan Cameron
On Tue, 13 Nov 2018 13:20:24 +0200 Stefan Popa wrote: > From: Lars-Peter Clausen > > Some newer devices from the Sigma-Delta ADC family do have their data > register at a different address than the current default address. Add a > parameter to the ad_sigma_delta_info struct which allows to over

[PATCH v5 1/4] iio: ad_sigma_delta: Allow to provide custom data register address

2018-11-13 Thread Stefan Popa
From: Lars-Peter Clausen Some newer devices from the Sigma-Delta ADC family do have their data register at a different address than the current default address. Add a parameter to the ad_sigma_delta_info struct which allows to override the default address. Signed-off-by: Lars-Peter Clausen Sign