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 41130C0032E for ; Sat, 28 Oct 2023 13:37:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229449AbjJ1NhR (ORCPT ); Sat, 28 Oct 2023 09:37:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229519AbjJ1NhQ (ORCPT ); Sat, 28 Oct 2023 09:37:16 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DFD55E5; Sat, 28 Oct 2023 06:37:14 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87CD2C433C7; Sat, 28 Oct 2023 13:36:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698500234; bh=5AyITzoVLQwUHHtk9sF0h2RjlIO0I7u9Y5FstB2snsg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=TwvLP4ZKyVK3qt+mAQGdFv4avg6KANxf+qPcDPHfatSjgISfN29B1pV2J82Lg+yWJ Oz+NYhlUmeRE4J+kTpXYbsdvkh0/rknzxDCSY9Etl1M78QpvfGF0VHWl+RRgTtzk6Q iZ/FO1OSZH4B9dZ8hqCZ9eF3qtBw6vr8SfIuEUSWGf16B/5LbQ7fJWKXgLN7lfi4VN 7keIQU1We7Y5BAzt9yrEFG6dsMqMbJysVsEv2wAZErAcvfsNjrWGyOwy0ryoA8+J48 0ZgJ7LJK7DgugerYLOWzYk+WsGCFduNszC2TN9ITLLo5OWxjDDxEBjRvQIYPZ+pagc XCoKPdonGc/tA== Date: Sat, 28 Oct 2023 14:36:31 +0100 From: Jonathan Cameron To: Subhajit Ghosh Cc: Krzysztof Kozlowski , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matti Vaittinen , Andy Shevchenko , Paul Gazzillo , Matt Ranostay , Stefan Windfeldt-Prytz , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] iio: light: Add support for APDS9306 Light Sensor Message-ID: <20231028143631.2545f93e@jic23-huawei> In-Reply-To: References: <20231027074545.6055-1-subhajit.ghosh@tweaklogic.com> <20231027074545.6055-3-subhajit.ghosh@tweaklogic.com> <9e55b561-a0ad-4503-9f20-b7c98507afa0@tweaklogic.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 Fri, 27 Oct 2023 22:12:11 +1030 Subhajit Ghosh wrote: > On 27/10/23 21:34, Krzysztof Kozlowski wrote: > > On 27/10/2023 10:42, Subhajit Ghosh wrote: > >> 4. Conor reviewed the patch and said that it would be better that I handle all > >> these operations in apds9306 driver (this) patch series rather than submitting > >> a new patch. > >> "Ahh apologies then. The best course of action would likely be to include > >> the patch merging the two bindings in your series adding the third user." > >> 5. As per this patch series -- RFC->v0->v1-v2 > > > > RFC was the first version sent to mailing list. So after RFC there is > > second version - v2. This is v4. > > Acknowledging all your other comments. Appreciate your time and effort in reviewing > this. One last question on this - So what version should I use for the patchset > which I will submit next - "v3" or "v5" in the Subject of the emails? Go with v5 and play it safe given possible confusion. Numbering when there has previously been one or more RFC versions is always rather confusing, but we tend not to have a v0! So RFC-> v1 -> v2 -> V3 would have been fine in my opinion, or RFC -> V2 -> v3 With a note in v2 cover letter saying changes from RFC to make it clear there was not a separate v1. Jonathan > > Regards, > Subhajit Ghosh >