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 E89E4C433FE for ; Sun, 27 Feb 2022 13:32:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230141AbiB0NdH (ORCPT ); Sun, 27 Feb 2022 08:33:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231203AbiB0NdG (ORCPT ); Sun, 27 Feb 2022 08:33:06 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2AD412BF; Sun, 27 Feb 2022 05:32:25 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 19812CE0EA9; Sun, 27 Feb 2022 13:32:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC263C340E9; Sun, 27 Feb 2022 13:32:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645968742; bh=MDxfpEkZxbZP0NEaZp1YTMdHCQwoV1UW5mdbq06+8B0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dGpEzc5KVGdhcIL2OrlJkfkoxuOaBSeFYSYde3h/d5gmepWc4YfR4mfP44UVxZq8Z 87KAZXiFO1HFIujBWh0V/BHTlotNYl/YrKUmpByZUVjXahoZruVuqpzNwn78B+Vijj 8k3EqWCwToXIbAQpJ+sCGQuJXcUaBDyM/twX9e0yFsZ/muY0D8bmjBhFe3Kz8VTCaA OpHhF4OYsskcV0WLpOlxJRa41FWLAtv3Vn6SautX66TY060M9fmaAETP6EhCutZwIr 3/atiDWUo8WicY0AhL9hreHj+9wbebuGhA2aT8FBgIL45OiwdAds/L6HlyUqMCHpoH BQNbbI9FMRgUw== Date: Sun, 27 Feb 2022 13:39:25 +0000 From: Jonathan Cameron To: Andy Shevchenko Cc: Liam Beguin , Peter Rosin , Lars-Peter Clausen , Linux Kernel Mailing List , linux-iio , devicetree , Rob Herring Subject: Re: [PATCH v15 00/10] iio: afe: add temperature rescaling support Message-ID: <20220227133925.19707a87@jic23-huawei> In-Reply-To: References: <20220213025739.2561834-1-liambeguin@gmail.com> <20220227125559.72d5d79a@jic23-huawei> <20220227130546.5ed0bae1@jic23-huawei> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.31; 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: devicetree@vger.kernel.org On Sun, 27 Feb 2022 15:25:50 +0200 Andy Shevchenko wrote: > On Sun, Feb 27, 2022 at 2:58 PM Jonathan Cameron wrote: > > On Sun, 27 Feb 2022 12:55:59 +0000 > > Jonathan Cameron wrote: > > > On Sat, 12 Feb 2022 21:57:29 -0500 > > > Liam Beguin wrote: > > > > > > > Jonathan, Peter, Andy, > > > > > > > > This series focuses on adding temperature rescaling support to the IIO > > > > Analog Front End (AFE) driver. > > > > > > > > The main changes to the AFE driver include an initial Kunit test suite, > > > > support for IIO_VAL_INT_PLUS_{NANO,MICRO} scales, and support for RTDs > > > > and temperature transducer sensors. > > ... > > > > I was waiting for Andy to reply to this. Took a quick look back at > > > what was outstanding and realised he had given a > > > Reviewed-by: Andy Shevchenko > > > for v13. > > > > Actually given the units.h change is a perhaps non trivial perhaps that's > > why you dropped Andy's RB. I'll still apply the series, but it Andy > > confirms his view on that tag before I push this out as something I can't > > rebase I'll add it if appropriate. > > Since it was a separate patch, I'm fine with not including it due to > strong argument from Peter. Thanks. I've added your Rb and pushed out a fresh testing branch. Jonathan > > > > I'm assuming there wasn't a strong reason to drop that in the meantime > > > and it's a simple omission / crossed emails issue. > > > > > > As such, > > > > > > Series applied to the togreg branch of iio.git and pushed out > > > as testing to get some build coverage from 0-day. > >