From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 78269E95A91 for ; Mon, 9 Oct 2023 07:42:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345426AbjJIHmu (ORCPT ); Mon, 9 Oct 2023 03:42:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40956 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345393AbjJIHmt (ORCPT ); Mon, 9 Oct 2023 03:42:49 -0400 Received: from mail.3ffe.de (0001.3ffe.de [IPv6:2a01:4f8:c0c:9d57::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 94D278F; Mon, 9 Oct 2023 00:42:47 -0700 (PDT) Received: from 3ffe.de (0001.3ffe.de [IPv6:2a01:4f8:c0c:9d57::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.3ffe.de (Postfix) with ESMTPSA id 2C8965E6; Mon, 9 Oct 2023 09:42:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2022082101; t=1696837363; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pGioi27aK6ID8W1dtEts7WwFs/dSaiA98SeyT2Qjaf0=; b=plBE+l1SqireVV+LvcJ6xZ2dyfr56Ge5INtm3ys42XO7+rFrVw3qfnmUFlA7CDNaMGnxJS c7XsvK19X0wyortrbW8mXSTZOpF9IEDZlYDxpYGOCQYqiarITix/JdQPOUx6fVLLF21hgW 2cfyVcUbRSmm/8e/VQPov+sAqhYmEQ8FouYA1t7VLLTJtn97NLin/vnjeykuXAUPmetNWE KPzQ/BOGJ5pmSC4f0t8DZ0pntmLVSnuxR+fsZIhTuRodWEb63/JDDqL4+JhDREI33p6cYc BYZ1Co4dc1ByV4olEKUJLVWbFjtWA8MooWXdYVHMrppglLQRKWWJix6R9cz9JA== MIME-Version: 1.0 Date: Mon, 09 Oct 2023 09:42:43 +0200 From: Michael Walle To: Dumitru Ceclan Cc: linus.walleij@linaro.org, brgl@bgdev.pl, andy@kernel.org, linux-gpio@vger.kernel.org, Lars-Peter Clausen , Jonathan Cameron , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andy Shevchenko , Arnd Bergmann , ChiaEn Wu , Niklas Schnelle , =?UTF-8?Q?Leonard_G=C3=B6hrs?= , Mike Looijmans , Haibo Chen , Hugo Villeneuve , Ceclan Dumitru , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/2] iio: adc: ad7173: add AD7173 driver In-Reply-To: <20231005105921.460657-2-mitrutzceclan@gmail.com> References: <20231005105921.460657-1-mitrutzceclan@gmail.com> <20231005105921.460657-2-mitrutzceclan@gmail.com> Message-ID: <48a5e509c52a0264d30c9478b047a50c@walle.cc> X-Sender: michael@walle.cc Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > The AD7173 family offer a complete integrated Sigma-Delta ADC solution > which can be used in high precision, low noise single channel > applications or higher speed multiplexed applications. The Sigma-Delta > ADC is intended primarily for measurement of signals close to DC but > also > delivers outstanding performance with input bandwidths out to ~10kHz. > > Signed-off-by: Dumitru Ceclan Reviewed-by: Michael Walle # for gpio-regmap -michael