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 4F51E8C13; Sat, 25 Nov 2023 19:19:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DzIp3k/q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EDACAC433C7; Sat, 25 Nov 2023 19:19:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700939961; bh=GSU+FQRZrnLS3wf0M1GAvOKYYsp/Eq3r/A9qs73Dwvk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=DzIp3k/qV7o+Yci5AaeXOAzy6V5srN90uVnRBk0J9EPN/qoMx8iKdo9uLHFCZdfzF pZmevphryCb7ysXJzmV1MuVGKxVwgi7dCqprLh0x38SnZC3ZsYvo+oUPmTThO8DssB hHlV9G5iniaJ5P924uWSMcLMywJ09QasewtbbjTu+NmUCQxeL3paog1CLnX0wNRGTR nx1/bYwOgti//b2v++US11X3wMe9Qb7YRrUhUvQOz0VdCYZJKJmcf4bsU43UUB+WFD tg4EpOii8MvPas4rjjlf/Eo/qgjlnZ11DPBzE5x8C1JsH66IG1i0D/INPRhmjioiUD 3kve4Aw1DGapQ== Date: Sat, 25 Nov 2023 19:19:15 +0000 From: Jonathan Cameron To: Petre Rodan Cc: linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, Conor Dooley , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , linux-kernel-mentees@lists.linuxfoundation.org Subject: Re: [PATCH v2 1/2] dt-bindings: iio: pressure: add honeywell,hsc030 Message-ID: <20231125191915.7f1f2dc4@jic23-huawei> In-Reply-To: <20231117192305.17612-1-petre.rodan@subdimension.ro> References: <20231117164232.8474-1-petre.rodan@subdimension.ro> <20231117192305.17612-1-petre.rodan@subdimension.ro> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-iio@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, 17 Nov 2023 21:22:57 +0200 Petre Rodan wrote: > Adds binding for digital Honeywell TruStability HSC and SSC series pressure > and temperature sensors. > > Datasheet: > [HSC] https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/board-mount-pressure-sensors/trustability-hsc-series/documents/sps-siot-trustability-hsc-series-high-accuracy-board-mount-pressure-sensors-50099148-a-en-ciid-151133.pdf > [SSC] https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/board-mount-pressure-sensors/trustability-ssc-series/documents/sps-siot-trustability-ssc-series-standard-accuracy-board-mount-pressure-sensors-50099533-a-en-ciid-151134.pdf > > Signed-off-by: Petre Rodan Hi Petre, Please resend whole series when you do a new version. I know that some areas of the kernel do minor tweaks by reply to an earlier version but in IIO we rely heavily on patchwork for tracking and it makes it very hard to find the email. Also, don't make that a reply to earlier version. The nesting of remotely complex threads makes that impossible track once we have a few versions posted. Jonathan