From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0688B8F65 for ; Sat, 28 Oct 2023 13:37:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="TwvLP4ZK" 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) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 >