Re: [PATCH v4 03/16] iio: adc: at91-sama5d2_adc: rework temp calibration layout handling

Eugen Hristev <[email protected]> Mon, 3 Aug 2026 09:08:34 +0300
Newsgroups org.kernel.vger.linux-iio,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
On 7/27/26 15:26, Varshini Rajendran wrote:
> Extend support to handle different temperature calibration layouts.
> 
> Add a temperature calibration data layout structure to describe indexes
> of the factors P1, P4, P6, tag, minimum length of the packet and the
> scaling factors for P1 (p1_scale) which are SoC-specific instead of the
> older non scalable id structure. This helps handle the differences in the
> same function flow and prepare the calibration data to be applied.
> 
> Signed-off-by: Varshini Rajendran <[email protected]>

Reviewed-by: Eugen Hristev <[email protected]>