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 86669E567; Sun, 16 Feb 2025 15:35:54 +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=1739720154; cv=none; b=i0GhyQwdVzoH9pyNZe8GBCb2tOWB9lokY1tFD9mqtRBA38yadXziOuTXZIxEFzYz4GM4tr+6EhC7MRd2TZJHuIEO5pBllUybsGy9/0LMu1HnFqmn2EVr4/IAPUx2tW1U2tY0Tl70spTPG1XKtYr2unaaks2agXU9+53aJFXFEmU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739720154; c=relaxed/simple; bh=im7EejYh1JkWLynv0CkzdgGuK+7EquNaxfXvQsffwa0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=X0b3OAteQDFD6/TWWMOIYvZAHWcqEhaFWCSnozgww8/I3VZ3N3jc708aj8Jkw+0fK4hI4Ap1jovKjO81/kaaIurrU0kBD3Fvntoa183hiW1qrUuokqAvjZ8o1rHnr9VGsXAYaYptGjyAgSFuBZ+LogCTARotFE7QuyOYhHvGUUw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NRSZxcYf; 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="NRSZxcYf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E4420C4CEDD; Sun, 16 Feb 2025 15:35:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739720154; bh=im7EejYh1JkWLynv0CkzdgGuK+7EquNaxfXvQsffwa0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=NRSZxcYfylQjUOHTur1IjBUobHbsYjwgScOt3lBEdqrSZiXVP3ikSxjxoFJXtyFsJ JEoZzTSLFosZad5uRA2hWVbbXk9FW90NlsGTW4OzO2OywvCbAXmN0JkuqY/OCg9Mzg +7FXrcAFEUc6Xo6Z2bXip6DQsg4YMyvFocLmvyzvSXekyge1VqMXK1cocytky7Zlg3 VLIXlqaDX/PXUx/PdvJk2d4UzywWTGMavZ/TgZOd9WOyYpb3uWQeAjaJpsqo8Tb/aT VGkuO+FeUkrOWUP+WkVYxws96johQZulr0PYfQol1yDdB+vkvm38wlkKS+Wd1BwYie xWiEb537BNFCQ== Date: Sun, 16 Feb 2025 15:35:44 +0000 From: Jonathan Cameron To: Esteban Blanc Cc: Lars-Peter Clausen , Michael Hennerich , Nuno =?UTF-8?B?U8Oh?= , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jonathan Corbet , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Conor Dooley Subject: Re: [PATCH v4 1/6] dt-bindings: iio: adc: add ADI ad4030, ad4630 and ad4632 Message-ID: <20250216153544.4f9e79c9@jic23-huawei> In-Reply-To: <20250214-eblanc-ad4630_v1-v4-1-135dd66cab6a@baylibre.com> References: <20250214-eblanc-ad4630_v1-v4-0-135dd66cab6a@baylibre.com> <20250214-eblanc-ad4630_v1-v4-1-135dd66cab6a@baylibre.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.48; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-iio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 14 Feb 2025 13:22:31 +0100 Esteban Blanc wrote: > This adds a binding specification for the Analog Devices Inc. AD4030, > AD4630 and AD4632 families of ADCs. > > - ad4030-24 is a 1 channel SAR ADC with 24 bits of precision and a > sampling rate of 2M samples per second > - ad4032-24 is a 1 channel SAR ADC with 24 bits of precision and a > sampling rate of 500K samples per second > - ad4630-16 is a 2 channels SAR ADC with 16 bits of precision and a > sampling rate of 2M samples per second > - ad4630-24 is a 2 channels SAR ADC with 24 bits of precision and a > sampling rate of 2M samples per second > - ad4632-16 is a 2 channels SAR ADC with 16 bits of precision and a > sampling rate of 500K samples per second > - ad4632-24 is a 2 channels SAR ADC with 24 bits of precision and a > sampling rate of 500K samples per second > > Reviewed-by: Conor Dooley > Signed-off-by: Esteban Blanc Git moaned about a stray blank line at the end of the file. I deleted it whilst applying. Jonathan > M: Cosmin Tanislav > L: linux-iio@vger.kernel.org > >