devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>,
	vincent.knecht@mailoo.org, Robert Foss <rfoss@kernel.org>,
	Todor Tomov <todor.too@gmail.com>,
	Bryan O'Donoghue <bryan.odonoghue@linaro.org>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>
Cc: linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	"André Apitzsch" <git@apitzsch.eu>,
	phone-devel@vger.kernel.org,
	~postmarketos/upstreaming@lists.sr.ht,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v4 3/4] media: dt-bindings: Add qcom,msm8939-camss
Date: Thu, 26 Jun 2025 12:01:25 +0200	[thread overview]
Message-ID: <2a5849d2-2e75-4d04-ad24-bccbed6ed666@kernel.org> (raw)
In-Reply-To: <2884f55c-6b80-406a-ba21-aaa26297b1bf@linaro.org>

On 06/06/2025 12:46, Vladimir Zapolskiy wrote:
> Hello Vincent.
> 
> On 6/2/25 20:27, Vincent Knecht via B4 Relay wrote:
>> From: Vincent Knecht <vincent.knecht@mailoo.org>
>>
>> Add bindings for qcom,msm8939-camss in order to support the camera
>> subsystem for MSM8939.
>>
>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> Signed-off-by: Vincent Knecht <vincent.knecht@mailoo.org>
>> ---
>>   .../bindings/media/qcom,msm8939-camss.yaml         | 254 +++++++++++++++++++++
>>   1 file changed, 254 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/media/qcom,msm8939-camss.yaml b/Documentation/devicetree/bindings/media/qcom,msm8939-camss.yaml
>> new file mode 100644
>> index 0000000000000000000000000000000000000000..59bf16888a8235495a2080e512ce179583bcd25d
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/media/qcom,msm8939-camss.yaml
>> @@ -0,0 +1,254 @@
>> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
>> +%YAML 1.2
>> +---
>> +$id: http://devicetree.org/schemas/media/qcom,msm8939-camss.yaml#
>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>> +
>> +title: Qualcomm MSM8939 Camera Subsystem (CAMSS)
>> +
>> +maintainers:
>> +  - Vincent Knecht <vincent.knecht@mailoo.org>
>> +
>> +description:
>> +  The CAMSS IP is a CSI decoder and ISP present on Qualcomm platforms
>> +
>> +properties:
>> +  compatible:
>> +    const: qcom,msm8939-camss
>> +
>> +  reg:
>> +    maxItems: 11
>> +
>> +  reg-names:
>> +    items:
>> +      - const: csid0
>> +      - const: csid1
>> +      - const: csid2
>> +      - const: csiphy0
>> +      - const: csiphy0_clk_mux
>> +      - const: csiphy1
>> +      - const: csiphy1_clk_mux
>> +      - const: csi_clk_mux
>> +      - const: ispif
>> +      - const: vfe0
>> +      - const: vfe0_vbif
> 
> Please sort the list alphanumerically, accorting to the ASCII character set
> the underscore symbol precedes lower case letters.


This messes up with preferred style, as I described multiple times now.
You need to stop this sorting madness - asking people to sort values by
some own rules.

Best regards,
Krzysztof

  parent reply	other threads:[~2025-06-26 10:01 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-02 17:27 [PATCH v4 0/4] CAMSS support for MSM8939 Vincent Knecht via B4 Relay
2025-06-02 17:27 ` [PATCH v4 1/4] media: qcom: camss: vfe: Add VBIF setting support Vincent Knecht via B4 Relay
2025-06-02 17:27 ` [PATCH v4 2/4] media: qcom: camss: Add support for MSM8939 Vincent Knecht via B4 Relay
2025-06-06 10:59   ` Vladimir Zapolskiy
2025-06-07 21:43     ` Vincent Knecht
2025-06-13  8:06       ` Bryan O'Donoghue
2025-06-13  8:28         ` Vincent Knecht
2025-06-13  8:29           ` Bryan O'Donoghue
2025-06-02 17:27 ` [PATCH v4 3/4] media: dt-bindings: Add qcom,msm8939-camss Vincent Knecht via B4 Relay
2025-06-06 10:46   ` Vladimir Zapolskiy
     [not found]     ` <379f7434dadc22053afbf79734e8d96551b9e4e3.camel@mailoo.org>
2025-06-09 10:11       ` Vladimir Zapolskiy
2025-06-26 10:01     ` Krzysztof Kozlowski [this message]
2025-06-02 17:27 ` [PATCH v4 4/4] arm64: dts: qcom: msm8939: Add camss and cci Vincent Knecht via B4 Relay

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=2a5849d2-2e75-4d04-ad24-bccbed6ed666@kernel.org \
    --to=krzk@kernel.org \
    --cc=andersson@kernel.org \
    --cc=bryan.odonoghue@linaro.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=git@apitzsch.eu \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=rfoss@kernel.org \
    --cc=robh@kernel.org \
    --cc=todor.too@gmail.com \
    --cc=vincent.knecht@mailoo.org \
    --cc=vladimir.zapolskiy@linaro.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /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).