Re: [PATCH v2 2/2] iio: adc: sc27xx: Add ADC scale calibration

2018-09-02 Thread Jonathan Cameron
On Wed, 29 Aug 2018 14:04:05 +0800 Baolin Wang wrote: > This patch adds support to read calibration values from the eFuse > controller to calibrate the ADC channel scales, which can make ADC > sample data more accurate. > > Signed-off-by: Baolin Wang Applied to the togreg branch of iio.git and

Re: [PATCH v2 2/2] iio: adc: sc27xx: Add ADC scale calibration

2018-09-02 Thread Jonathan Cameron
On Wed, 29 Aug 2018 14:04:05 +0800 Baolin Wang wrote: > This patch adds support to read calibration values from the eFuse > controller to calibrate the ADC channel scales, which can make ADC > sample data more accurate. > > Signed-off-by: Baolin Wang Applied to the togreg branch of iio.git and

[PATCH v2 2/2] iio: adc: sc27xx: Add ADC scale calibration

2018-08-29 Thread Baolin Wang
This patch adds support to read calibration values from the eFuse controller to calibrate the ADC channel scales, which can make ADC sample data more accurate. Signed-off-by: Baolin Wang --- Changes from v1: - Use nvmem_cell_read() instead of nvmem_cell_read_u32(). ---

[PATCH v2 2/2] iio: adc: sc27xx: Add ADC scale calibration

2018-08-29 Thread Baolin Wang
This patch adds support to read calibration values from the eFuse controller to calibrate the ADC channel scales, which can make ADC sample data more accurate. Signed-off-by: Baolin Wang --- Changes from v1: - Use nvmem_cell_read() instead of nvmem_cell_read_u32(). ---