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 2DD20C52D71 for ; Tue, 6 Aug 2024 16:40:41 +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=4+YSCBZj7w1qvly6EB/xGzPjD2xMLleBTS1GtfqEe10=; b=dNFNTm3aXajqkwn/cS14Z9zBrs RKaVjxO5zBmTGlDDffP+xvkQyNRtkHIwLox8/YmrbOkbUTcPWToyt+AEJ2T4wrn/HF5HU1O+lZbVo c5fuWRRb9V58u7mh5M6MwuLcaNqD3eVvwcF8hsSGmob9+hrFTg/pbANd0P7UZuXoNAJiOFHZTqFRJ lJuq6tjT/erA4PXJNUHwtxnDpVIzP2Ubuk8VcQRHiUtwgtXwKGiWeRsNUryFKHCOjp7VU/vAzZi4I dW8Vjhbt/ZHn6ssD0j373UhM4kfZO23YT9nrZuEQFu8WMBNqY3v1vpTUAQq5YEWd89VAZkS8p6kh0 AfTHcWzA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sbNEZ-00000002NOg-32RL; Tue, 06 Aug 2024 16:40:27 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sbNE1-00000002NJJ-3HYC for linux-arm-kernel@lists.infradead.org; Tue, 06 Aug 2024 16:39:55 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 986A461043; Tue, 6 Aug 2024 16:39:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DBF5EC32786; Tue, 6 Aug 2024 16:39:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1722962392; bh=I9H7A7FupsbFLzyt6LiuEeDW4TvHpRMJlvPZymABxTI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=L49ZGAD63IjjcOZfz6f+kmlxItx4dH5ZlZmPRi1pQrD4SFDcuw0rMcQykXH1HlpPX LIO+dBTHM5yhS25UTAHWoIBzXC2v7/POfhHmLo3Ob0JO4fbAisiNfeeh6BpZoFwjDl 8aEsKq3GWz5ioLnQquf1Z6qyBtfakQD9gSeN+4oYJKZ4Y+M4nVCfujcp2TCR6zPjqq lAw2PkfFOpB+bYYXHJ6gDxEiC/mrnWCTLfF0gMJno61RMJKquADdswx4rTHbiuTixk Uiwly4lKczYfXmp0KXmHaEEg+fRKaWJrM3eWrFBjnbkUMlqO4N1ekG9V0zpjXI6y8+ AjfLwz8L9W4FQ== Date: Tue, 6 Aug 2024 17:39:41 +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: <20240806173941.074d37ee@jic23-huawei> In-Reply-To: <20240803161334.5e627178@jic23-huawei> References: <20240730084640.1307938-1-olivier.moysan@foss.st.com> <20240803161334.5e627178@jic23-huawei> 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-20240806_093953_898541_5C5887A7 X-CRM114-Status: GOOD ( 13.19 ) 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 Sat, 3 Aug 2024 16:13:34 +0100 Jonathan Cameron wrote: > 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 > Applied to the togreg branch of iio.git and pushed out as testing for 0-day to poke at it etc. Thanks, Jonathan