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 86CD4C83F2C for ; Sun, 3 Sep 2023 11:49:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236762AbjICLta (ORCPT ); Sun, 3 Sep 2023 07:49:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232740AbjICLt3 (ORCPT ); Sun, 3 Sep 2023 07:49:29 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 960FC124; Sun, 3 Sep 2023 04:49:26 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (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 sin.source.kernel.org (Postfix) with ESMTPS id C220DCE0A37; Sun, 3 Sep 2023 11:49:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 59F4DC433C8; Sun, 3 Sep 2023 11:49:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693741762; bh=RZnKWRxJBDwWPohSlK1fxgk7fJ1IGWszvjrh7ebV0A8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=aT09363HQEh05bl0Wp0uD4mkvdHNAENtlb3wg6zlYpJdaRtIHLD5RnEOHzOKl6g9X LSAMnXZKhw5fEjxg+NfSmevfdkiMIggVCLEqZ68T0bRroZFb587kO0j33e5EvQsGzP IYBMQRLhbd4CdawHPrbD086e23ug548OfX2A27ikTKszh+98mecvI2NBC4Fwtou61m rpYFMELey3cS51R4b+wq9WQ/SZ/eklP9wSRaJi/cIS5b1b++xfDY56o4VpceaOARjv RuVndIS3W98S8TQxMTfknzi21+sFR78k+HIrNu2PfH9RalCEVp2rHexgt9Z+/9eRmi RvSMDciMxWjFw== Date: Sun, 3 Sep 2023 12:49:49 +0100 From: Jonathan Cameron To: Cc: , , , , , , Subject: Re: [PATCH v5 2/2] iio: adc: adding support for MCP3564 ADC Message-ID: <20230903124949.2074e5ad@jic23-huawei> In-Reply-To: <20230829154133.40716-3-marius.cristea@microchip.com> References: <20230829154133.40716-1-marius.cristea@microchip.com> <20230829154133.40716-3-marius.cristea@microchip.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Tue, 29 Aug 2023 18:41:33 +0300 wrote: > From: Marius Cristea > > This is the iio driver for Microchip family of 153.6 ksps, > Low-Noise 16/24-Bit Delta-Sigma ADCs with an SPI interface > (Microchip's MCP3461, MCP3462, MCP3464, MCP3461R, MCP3462R, > MCP3464R, MCP3561, MCP3562, MCP3564, MCP3561R, > MCP3562R and MCP3564R analog to digital converters). > > Signed-off-by: Marius Cristea LGTM Series applied to the togreg branch of iio.git. Note I'll be rebasing that branch of rc1 once available and in the meantime it will only be visible as testing. Note there was a trailing space in the docs file. Fixed that up. Thanks, Jonathan