devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Neil Armstrong <neil.armstrong@linaro.org>,
	Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Rob Herring <robh@kernel.org>, Conor Dooley <conor+dt@kernel.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 6/6] arm64: dts: qcom: sm8550-hdk-rear-camera-card: move camss status property
Date: Wed, 3 Dec 2025 18:40:59 +0100	[thread overview]
Message-ID: <ce8acb9c-4cfc-4a4e-bbfb-05002c882f42@kernel.org> (raw)
In-Reply-To: <1e5562ad-a53c-4a06-9428-f7c010cac85c@linaro.org>

On 03/12/2025 13:02, Neil Armstrong wrote:
> On 12/3/25 09:32, Krzysztof Kozlowski wrote:
>> On 03/12/2025 05:05, Vladimir Zapolskiy wrote:
>>> Conventionally status property of device tree nodes is the last one in
>>> the list, move it there.
>>>
>>> Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
>>> ---
>>>   arch/arm64/boot/dts/qcom/sm8550-hdk-rear-camera-card.dtso | 3 +--
>>>   1 file changed, 1 insertion(+), 2 deletions(-)
>>>
>>> diff --git a/arch/arm64/boot/dts/qcom/sm8550-hdk-rear-camera-card.dtso b/arch/arm64/boot/dts/qcom/sm8550-hdk-rear-camera-card.dtso
>>> index 21bfba6a1182..544cec93353a 100644
>>> --- a/arch/arm64/boot/dts/qcom/sm8550-hdk-rear-camera-card.dtso
>>> +++ b/arch/arm64/boot/dts/qcom/sm8550-hdk-rear-camera-card.dtso
>>> @@ -13,10 +13,9 @@
>>>   /plugin/;
>>>   
>>>   &camss {
>>> -	status = "okay";
>>> -
>>>   	vdda-phy-supply = <&vreg_l1e_0p88>;
>>>   	vdda-pll-supply = <&vreg_l3e_1p2>;
>>> +	status = "okay";
>>
>>
>> NAK, making such changes in multiple patches is absolute churn.
> 
> While it may be a "churn" for you, the patch is perfectly valid
> and a NAK is not appropriate since Konrad asked this to be changed
> on the already merged original patchset.
> 
> While you're right we should group such changes, it happens that
> he sm8650 files already have an unified and clean style, and it's
> not a churn to keep the style unified.

We exactly had this discussion and the judgement expressed by Bjorn,
which I general support, was don't change existing source code till we
have the linter for that. And patch one-node-by-one is not valid. Such
patch is still NAK.

Best regards,
Krzysztof

  reply	other threads:[~2025-12-03 17:41 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-03  4:05 [PATCH 0/6] arm64: dts: qcom: sm8550-qrd/hdk: correct S5K3M5 properties Vladimir Zapolskiy
2025-12-03  4:05 ` [PATCH 1/6] arm64: dts: qcom: sm8550-qrd: rename image sensor supply properties Vladimir Zapolskiy
2025-12-03 11:09   ` Konrad Dybcio
2025-12-03  4:05 ` [PATCH 2/6] arm64: dts: qcom: sm8550-qrd: remove data-lanes property of image sensor Vladimir Zapolskiy
2025-12-03 11:11   ` Konrad Dybcio
2025-12-03 11:41     ` Vladimir Zapolskiy
2025-12-03 11:50       ` Konrad Dybcio
2025-12-03 11:57         ` Vladimir Zapolskiy
2025-12-05 13:17           ` Konrad Dybcio
2025-12-03  4:05 ` [PATCH 3/6] arm64: dts: qcom: sm8550-qrd: move camss status property to the end Vladimir Zapolskiy
2025-12-03  8:32   ` Krzysztof Kozlowski
2025-12-03 11:53     ` Vladimir Zapolskiy
2025-12-03  4:05 ` [PATCH 4/6] arm64: dts: qcom: sm8550-hdk-rear-camera-card: rename supply properties Vladimir Zapolskiy
2025-12-03 11:09   ` Konrad Dybcio
2025-12-03  4:05 ` [PATCH 5/6] arm64: dts: qcom: sm8550-hdk-rear-camera-card: remove optional property Vladimir Zapolskiy
2025-12-03  4:05 ` [PATCH 6/6] arm64: dts: qcom: sm8550-hdk-rear-camera-card: move camss status property Vladimir Zapolskiy
2025-12-03  8:32   ` Krzysztof Kozlowski
2025-12-03 12:02     ` Neil Armstrong
2025-12-03 17:40       ` Krzysztof Kozlowski [this message]
2025-12-03  8:25 ` [PATCH 0/6] arm64: dts: qcom: sm8550-qrd/hdk: correct S5K3M5 properties Neil Armstrong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ce8acb9c-4cfc-4a4e-bbfb-05002c882f42@kernel.org \
    --to=krzk@kernel.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=robh@kernel.org \
    --cc=vladimir.zapolskiy@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).