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 DFD53C433F5 for ; Sun, 30 Jan 2022 14:34:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237706AbiA3Oeu (ORCPT ); Sun, 30 Jan 2022 09:34:50 -0500 Received: from ams.source.kernel.org ([145.40.68.75]:50730 "EHLO ams.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237542AbiA3Oet (ORCPT ); Sun, 30 Jan 2022 09:34:49 -0500 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 ams.source.kernel.org (Postfix) with ESMTPS id 3FFD0B8294B; Sun, 30 Jan 2022 14:34:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D952DC340E4; Sun, 30 Jan 2022 14:34:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1643553287; bh=eWEmNfDK+2GuJsXTQaVkC5U5SvfXEAOEa8fjSOgTZAU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=JfnHzVQakOEzEdC6cV8DjBdAwKVsT5c77CzOo/+y9CcnSzsqRRkVHIcJA5TMAQfoF twkxqDAe/6ivzsiSsx7bCgXrKAqW4Kqp9EspSZEoSDBTrlikcAMZ6psi8nMJXdUEfV owQsWF+fDUohxPNqUf6DNJpxF1v4H4Jbyt6LQ0giB0+hxuMWhzJ3D5tFNgZFiKQnQ4 fz0UH07TYzXwFcmgf3NW9sxmlwqRtSOQpK+x2y3beW1wnlfJnXXZgJPBL2ZgDJTeX1 mao0LzoaxATdrNj2gWGyqj77IU6QjtBMQfz+4g9mMt1bGnqG+arRehJ0Bk0BswUWsy nUvn/8zDuJx/w== Date: Sun, 30 Jan 2022 14:41:11 +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 v12 00/16] iio: afe: add temperature rescaling support Message-ID: <20220130144111.2f344f50@jic23-huawei> In-Reply-To: <20220130143933.7711025a@jic23-huawei> References: <20220108205319.2046348-1-liambeguin@gmail.com> <20220130143933.7711025a@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, 30 Jan 2022 14:39:33 +0000 Jonathan Cameron wrote: > On Sun, 9 Jan 2022 15:10:36 +0200 > Andy Shevchenko wrote: > > > On Sat, Jan 8, 2022 at 10:53 PM Liam Beguin wrote: > > > > > > Jonathan, Peter, Andy, > > > > > > I left out IIO_VAL_INT overflows for now, so that I can focus on getting > > > the rest of these changes pulled in, but I don't mind adding a patch for > > > that later on. > > > > > > This series focuses on adding temperature rescaling support to the IIO > > > Analog Front End (AFE) driver. > > > > > > The first few patches address minor bugs in IIO inkernel functions, and > > > prepare the AFE driver for the additional features. > > > > > > 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. > > > > > > My apologies Andy for misunderstanding your left-shift comments, I don't > > > know where my head was at... Thanks for your patience! > > > > For the patches 1-5 > > Reviewed-by: Andy Shevchenko > > > > Jonathan, perhaps you may apply them, so Liam will have less burden in > > the near future. > > > done, Patches 1-5 applied to the togreg branch of iio.git and pushed out > as testing for 0-day to see if it can find anything we missed. > > I've marked the fixes for stable, but am taking these the slow way > (via next merge window) so as to keep things simple for applying the > rest of the series later this cycle. > > I got a bit lost in the discussion but seems there are some minor > requests for changes so I guess I'll see a v13 of patches 6-12. 6-16 that is! > > Thanks, > > Jonathan > >