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 2A138358A4 for ; Fri, 27 Oct 2023 13:58:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="cYnx02El" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A372BC433C8; Fri, 27 Oct 2023 13:58:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698415107; bh=/xWES3FSiUGIU7b9EqfsoVSFchIzdwwI2L/BP4yA53M=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cYnx02ElsXJcWsi2wvNWWubBIRh6jWo7nXNyKUOqSwHpJzunKMTEK3gmXvkye0DKa 7WkcyhnwMIXhEqoBtVX+87caTh3JB3+7g6mbQVQDEzybxU+9wAQMf2u3mHc2uhlcib Dza6oTrGi7AtuBTzAgFiHOP4qEPdny9LF1ZK/8LdYkGb+IWLBZ9JttwDquOep14ckF IWzId9DYSMkK0QKb8va4t675X5STFuUliJ+bxulouFrAfRdgu9raZGBUahfrmm7oFl 9aYK4elZEjKmnBaIYV8l1N4WakhuIqBQ7Ny/HGodVxH6aQIURZNbwEDjp7JXsFieyc vZl2LlLOgN5zw== Date: Fri, 27 Oct 2023 14:57:53 +0100 From: Jonathan Cameron To: Jonathan Cameron Cc: Krzysztof Kozlowski , Ramona Gradinariu , , , , , , , Subject: Re: [PATCH 3/3] dt-bindings: adis16460: Add 'spi-cs-inactive-delay-ns' property Message-ID: <20231027145753.528b6308@jic23-huawei> In-Reply-To: <20231024132705.00003cf4@Huawei.com> References: <20231023123542.582392-1-ramona.gradinariu@analog.com> <20231023123542.582392-4-ramona.gradinariu@analog.com> <20231024132705.00003cf4@Huawei.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 Tue, 24 Oct 2023 13:27:05 +0100 Jonathan Cameron wrote: > On Mon, 23 Oct 2023 15:22:30 +0200 > Krzysztof Kozlowski wrote: > > > On 23/10/2023 14:35, Ramona Gradinariu wrote: > > > Add 'spi-cs-inactive-delay-ns' property. > > > > This we see from the diff. Commit should explain: Why? > > > > > > > > Signed-off-by: Ramona Gradinariu > > > --- > > > Documentation/devicetree/bindings/iio/imu/adi,adis16460.yaml | 5 +++++ > > > 1 file changed, 5 insertions(+) > > > > > > diff --git a/Documentation/devicetree/bindings/iio/imu/adi,adis16460.yaml b/Documentation/devicetree/bindings/iio/imu/adi,adis16460.yaml > > > index 4e43c80e5119..3691c0be4f9d 100644 > > > --- a/Documentation/devicetree/bindings/iio/imu/adi,adis16460.yaml > > > +++ b/Documentation/devicetree/bindings/iio/imu/adi,adis16460.yaml > > > @@ -25,6 +25,11 @@ properties: > > > > > > spi-cpol: true > > > > > > + spi-cs-inactive-delay-ns: > > > + minimum: 16000 > > > + description: > > > + If not explicitly set in the device tree, the driver will set it to 16us. > > > > Why do you even need it here? > > Along side that, if you have a default > default: xxxx > rather than in the description. ah. I didn't get Krzysztof's reply to patch 1 for some reason where he already said this... Anyhow, I've nothing to add to comments on v2. Will aim to pick up v3. > > > > > > Best regards, > > Krzysztof > > > > >