From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0279A17E0; Sat, 31 May 2025 16:09:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748707766; cv=none; b=lzyFGqRsXEoGMDxV1KGT6mq4DKUjPzBfpIai8YutmdH6aHHVymv3h+Q8F12JH/QhAfXEag9JVRxRRyaLiVMi4yAVXejK3H75up1Ddae+s3D4jCLYmHJrbwywV7/QAdiPw34CC6AIVLDkHiVB9Wfazt0BL587GaFZBxodAMmEYBU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748707766; c=relaxed/simple; bh=65lTG7OakIavgaG/FQQzB/iJVoTPCcemuDT8rAnL5KI=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=r/UG0l91ZUkzyfBeR3Gabscv0LsbSIpc4hn8FCHFa0QRlVj/lhyeys1X9znXY1tvggBdC1yl2n465cj6gkjIJ5LSMLd8TYZ/Dbe5Ko9ABpRbCglfY+GwdbJfaz5HlCJSQ8f8lPdgWxzrfOgjnuBEStq/NUxzYlgmcXlAgoniMzk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Prg4Dp2v; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Prg4Dp2v" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37027C4CEE3; Sat, 31 May 2025 16:09:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1748707765; bh=65lTG7OakIavgaG/FQQzB/iJVoTPCcemuDT8rAnL5KI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Prg4Dp2vuL6U3ibgpHcWV5PSEYg/8SgVec1MsB6MMQ+h1fjDqjt66SyedBZ+LK+A6 1EjgVH5gQsZ61qkYv8xN/+fyMY65Q7nHnWypJRA0BzQz4cmVpPU7yYxTrjt/sSKT1j 0H3z00II3RSw/wlJpVL1loKaiBZ3feHkyb0JuKrBHaSru7zpOlD3rapWimtxA1yfbE xPms1W3ztvNYRyJLeZua9YWf6aeJGhdDcMN3OEJrQKwSKCg/TIx8YLPPjaRQxpyEq9 S9hDl/Hh75g5hCR72TcyD18Ius9OL1ke16c/JfeBPNPSJM/hZj5JvN1kaddMk39NMs MKy6hpLiAK1aQ== Date: Sat, 31 May 2025 17:09:16 +0100 From: Jonathan Cameron To: Angelo Dureghello Cc: David Lechner , Nuno =?UTF-8?B?U8Oh?= , Andy Shevchenko , Lars-Peter Clausen , Michael Hennerich , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v7 3/6] iio: adc: ad7606: add offset and phase calibration support Message-ID: <20250531170917.56210a5c@jic23-huawei> In-Reply-To: <20250526-wip-bl-ad7606-calibration-v7-3-b487022ce199@baylibre.com> References: <20250526-wip-bl-ad7606-calibration-v7-0-b487022ce199@baylibre.com> <20250526-wip-bl-ad7606-calibration-v7-3-b487022ce199@baylibre.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.48; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 26 May 2025 12:03:18 +0200 Angelo Dureghello wrote: > From: Angelo Dureghello >=20 > Add support for offset and phase calibration, only for > devices that support software mode, that are: Really trivial but wrap nearer 75 chars. >=20 > ad7606b > ad7606c-16 > ad7606c-18 >=20 > Tested-by: David Lechner > Reviewed-by: Nuno S=C3=A1 > Signed-off-by: Angelo Dureghello