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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 41325C3DA4A for ; Sat, 3 Aug 2024 15:14:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=ZL8GJN/u1Hh5s7CUEb0AloNfZFMqC1BxGbnlkFbDPOU=; b=RUCAPgMpMA5KCxRsWKFLz085N2 bIop1YoU//TRH8g5T7q8Zt7YEtwBWXcNKve/iPIX5w8FMv3lx/MRy1weUE2g0R32ijCKdI13pyOJE QP85ogRBHGkcbhUrQ/uS6l9/IT+ty2N4B9IzE0vW3TNnR9Q97N9F7b+k+nkUJrUCtBy0urxIXLdyq BKzy9HKfUcK873p2mBCkLVIDXdXdi1G4/q6rXqLVXcS2AcEzoSLKpBTkbifn7V3762XGZQd7qPOlj mjciKPBSMYeqq1GnyQG5vXSXjAuc0Ow01zFfJyCOySMnoJJtDPv92YQY706i1EesLJPbCLYj3wkkO h7GkEhOg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1saGSY-0000000Bbx2-3aYj; Sat, 03 Aug 2024 15:14:18 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1saGS4-0000000Bbrb-0Fj7 for linux-arm-kernel@lists.infradead.org; Sat, 03 Aug 2024 15:13:49 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 32B98CE0225; Sat, 3 Aug 2024 15:13:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ADBDCC116B1; Sat, 3 Aug 2024 15:13:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1722698024; bh=nm5cQkyRZVUeKzhFs1HWWxL1TF+UFk5CcqlIwj2tOzk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=LyEZKGg23ciGyzuv/ViKG+lhWMW0xwIy+G/9YszNWN3e3/W/F4jOsZNhDatR5x1kn ctW9Vi0ZMl2+YjV3zUNuubkOpwElaMOFANLliZLNOFNhuwLOGmeOD93jIqe5nsGJb8 IMxuesWYW/edUDdKv/9t/5yxJrScQpKovDeqkA+TKbenoLSGpnk0BNhQmeVqnBxpMV PdxJyYI/76lqYrHQbzUp7cNKeXTGWf0WSjl1+22W4Z3oF5teO7s7bZVOu9QS0bLiUT nzrPQ8Wyo+nm2XgsNr3NoPQA5L+R08HaDufq2qIx9Qo0pQ7suvWAXypfk9SE/t+MMo stzuZoyndklPA== Date: Sat, 3 Aug 2024 16:13:34 +0100 From: Jonathan Cameron To: Olivier Moysan Cc: , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Arnaud Pouliquen , Maxime Coquelin , Alexandre Torgue , Nuno Sa , Liam Girdwood , Mark Brown , , , , , , Subject: Re: [PATCH v6 0/9] iio: adc: dfsdm: add scaling support Message-ID: <20240803161334.5e627178@jic23-huawei> In-Reply-To: <20240730084640.1307938-1-olivier.moysan@foss.st.com> References: <20240730084640.1307938-1-olivier.moysan@foss.st.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.43; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240803_081348_304801_EE4216C8 X-CRM114-Status: GOOD ( 10.77 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 30 Jul 2024 10:46:30 +0200 Olivier Moysan wrote: > The aim of this serie is to add scaling support to STM32 DFSDM > peripheral in the analog context. > All looks good to me. I'll leave it a little longer though as some of the dt-bindings patches don't have tags from the maintainers yet. Jonathan