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 X-Spam-Level: X-Spam-Status: No, score=-10.5 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 78183C433DB for ; Fri, 12 Feb 2021 19:06:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 48EAC64DAE for ; Fri, 12 Feb 2021 19:06:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230390AbhBLTGF (ORCPT ); Fri, 12 Feb 2021 14:06:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:59296 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230249AbhBLTFo (ORCPT ); Fri, 12 Feb 2021 14:05:44 -0500 Received: from archlinux (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E4F6C64EA6; Fri, 12 Feb 2021 19:05:00 +0000 (UTC) Date: Fri, 12 Feb 2021 19:04:55 +0000 From: Jonathan Cameron To: Andy Shevchenko Cc: Wilfried Wessner , Lars-Peter Clausen , Michael Hennerich , Peter Meerwald-Stadler , linux-iio , Greg KH , Charles-Antoine Couret Subject: Re: [PATCH v3] iio: ad7949: fix wrong ADC result due to incorrect bit mask Message-ID: <20210212190455.76b38d94@archlinux> In-Reply-To: References: <20210208142705.GA51260@ubuntu> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; 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 Thu, 11 Feb 2021 21:24:04 +0200 Andy Shevchenko wrote: > On Thu, Feb 11, 2021 at 8:42 PM Wilfried Wessner > wrote: > > On Mon, Feb 8, 2021 at 5:06 PM Andy Shevchenko > > wrote: > > > On Mon, Feb 8, 2021 at 4:27 PM Wilfried Wessner > > > wrote: > > ... > > > > Shouldn't be blank like here, but I think Jonathan can fix when applying. > > > Jonathan, can you also amend the subject (I totally forgot about > > > subsubsystem prefix)? > > > Should be like: > > > "iio: adc: ad7949: fix wrong results due to incorrect bit mask" > > > > Should I send a v4 with the changes proposed by Andy? > > It would change the subject. > > Depends on you. Jonothan usually processes the queue during weekends, > so no hurry. > > > And if so, should I add the tags: > > Reviewed-by: Andy Shevchenko > > Reviewed-by: Charles-Antoine Couret > > If resend, yes, you need to add them. > Applied with the minor spacing and title tweak Andy suggested Applied to the fixes-togreg branch of iio.git. Given this has been there a while, I'm going to wait until after the merge window to send this upstream. So it will be a few weeks. Thanks, Jonathan