public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: qcs8300: Add support for camss
@ 2025-05-20  9:40 Wenmeng Liu
  2025-05-20  9:45 ` Krzysztof Kozlowski
  2025-05-21  6:34 ` Loic Poulain
  0 siblings, 2 replies; 5+ messages in thread
From: Wenmeng Liu @ 2025-05-20  9:40 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, bryan.odonoghue, todor.too, rfoss
  Cc: linux-arm-msm, devicetree, linux-kernel, linux-media, Wenmeng Liu

This change enables camera driver for QCS8300 RIDE board.

---
Signed-off-by: Wenmeng Liu <quic_wenmliu@quicinc.com>
---
This patch series depends on patch series:
- https://lore.kernel.org/all/20250214095611.2498950-1-quic_vikramsa@quicinc.com/
- https://lore.kernel.org/all/20250211-sa8775p_tpg-v1-1-3f76c5f8431f@quicinc.com/
- https://lore.kernel.org/all/20250217-qcs8300_tpg-v1-1-6e0f4dd3ad1f@quicinc.com/
- https://lore.kernel.org/all/20250214094747.2483058-1-quic_vikramsa@quicinc.com/
---
---
 arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/qcs8300-ride.dts b/arch/arm64/boot/dts/qcom/qcs8300-ride.dts
index 3ff8f398cad31a36fa46060855b075c8c2020aa7..97281d6d7376a406e5c31466e175358b10441256 100644
--- a/arch/arm64/boot/dts/qcom/qcs8300-ride.dts
+++ b/arch/arm64/boot/dts/qcom/qcs8300-ride.dts
@@ -207,6 +207,10 @@ vreg_l9c: ldo9 {
 	};
 };
 
+&camss {
+	status = "ok";
+};
+
 &ethernet0 {
 	phy-mode = "2500base-x";
 	phy-handle = <&phy0>;

---
base-commit: b16751cc36fc42deedf4726683423e19939c1044
change-id: 20250520-qcs8300-camss-ffc2032c365a

Best regards,
-- 
Wenmeng Liu <quic_wenmliu@quicinc.com>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: dts: qcom: qcs8300: Add support for camss
  2025-05-20  9:40 [PATCH] arm64: dts: qcom: qcs8300: Add support for camss Wenmeng Liu
@ 2025-05-20  9:45 ` Krzysztof Kozlowski
  2025-05-20  9:47   ` Krzysztof Kozlowski
  2025-05-21  6:34 ` Loic Poulain
  1 sibling, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-05-20  9:45 UTC (permalink / raw)
  To: Wenmeng Liu, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, bryan.odonoghue, todor.too,
	rfoss
  Cc: linux-arm-msm, devicetree, linux-kernel, linux-media

On 20/05/2025 11:40, Wenmeng Liu wrote:
> This change enables camera driver for QCS8300 RIDE board.
> 
> ---
> Signed-off-by: Wenmeng Liu <quic_wenmliu@quicinc.com>
> ---
> This patch series depends on patch series:
> - https://lore.kernel.org/all/20250214095611.2498950-1-quic_vikramsa@quicinc.com/
> - https://lore.kernel.org/all/20250211-sa8775p_tpg-v1-1-3f76c5f8431f@quicinc.com/
> - https://lore.kernel.org/all/20250217-qcs8300_tpg-v1-1-6e0f4dd3ad1f@quicinc.com/
> - https://lore.kernel.org/all/20250214094747.2483058-1-quic_vikramsa@quicinc.com/
No, please stop for now and see my other comments. You cannot send patch
which depends on 4 different patchsets! This is making merging
impossible and puts effort on maintainer to track these dependencies.

Plus this was not even tested.

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: dts: qcom: qcs8300: Add support for camss
  2025-05-20  9:45 ` Krzysztof Kozlowski
@ 2025-05-20  9:47   ` Krzysztof Kozlowski
  2025-05-20 10:12     ` Wenmeng Liu
  0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-05-20  9:47 UTC (permalink / raw)
  To: Wenmeng Liu, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, bryan.odonoghue, todor.too,
	rfoss
  Cc: linux-arm-msm, devicetree, linux-kernel, linux-media

On 20/05/2025 11:45, Krzysztof Kozlowski wrote:
> On 20/05/2025 11:40, Wenmeng Liu wrote:
>> This change enables camera driver for QCS8300 RIDE board.
>>
>> ---
>> Signed-off-by: Wenmeng Liu <quic_wenmliu@quicinc.com>
>> ---
>> This patch series depends on patch series:
>> - https://lore.kernel.org/all/20250214095611.2498950-1-quic_vikramsa@quicinc.com/
>> - https://lore.kernel.org/all/20250211-sa8775p_tpg-v1-1-3f76c5f8431f@quicinc.com/
>> - https://lore.kernel.org/all/20250217-qcs8300_tpg-v1-1-6e0f4dd3ad1f@quicinc.com/
>> - https://lore.kernel.org/all/20250214094747.2483058-1-quic_vikramsa@quicinc.com/
> No, please stop for now and see my other comments. You cannot send patch
> which depends on 4 different patchsets! This is making merging
> impossible and puts effort on maintainer to track these dependencies.
> 
> Plus this was not even tested.
> 
... and:

Please run scripts/checkpatch.pl on the patches and fix reported
warnings. After that, run also 'scripts/checkpatch.pl --strict' on the
patches and (probably) fix more warnings. Some warnings can be ignored,
especially from --strict run, but the code here looks like it needs a
fix. Feel free to get in touch if the warning is not clear.

Please do not use "This commit/patch/change", but imperative mood. See
longer explanation here:
https://elixir.bootlin.com/linux/v5.17.1/source/Documentation/process/submitting-patches.rst#L95

I suggest to read your internal guideline before posting. It is quite
comprehensive.

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: dts: qcom: qcs8300: Add support for camss
  2025-05-20  9:47   ` Krzysztof Kozlowski
@ 2025-05-20 10:12     ` Wenmeng Liu
  0 siblings, 0 replies; 5+ messages in thread
From: Wenmeng Liu @ 2025-05-20 10:12 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, bryan.odonoghue, todor.too,
	rfoss
  Cc: linux-arm-msm, devicetree, linux-kernel, linux-media



On 2025/5/20 17:47, Krzysztof Kozlowski wrote:
> On 20/05/2025 11:45, Krzysztof Kozlowski wrote:
>> On 20/05/2025 11:40, Wenmeng Liu wrote:
>>> This change enables camera driver for QCS8300 RIDE board.
>>>
>>> ---
>>> Signed-off-by: Wenmeng Liu <quic_wenmliu@quicinc.com>
>>> ---
>>> This patch series depends on patch series:
>>> - https://lore.kernel.org/all/20250214095611.2498950-1-quic_vikramsa@quicinc.com/
>>> - https://lore.kernel.org/all/20250211-sa8775p_tpg-v1-1-3f76c5f8431f@quicinc.com/
>>> - https://lore.kernel.org/all/20250217-qcs8300_tpg-v1-1-6e0f4dd3ad1f@quicinc.com/
>>> - https://lore.kernel.org/all/20250214094747.2483058-1-quic_vikramsa@quicinc.com/
>> No, please stop for now and see my other comments. You cannot send patch
>> which depends on 4 different patchsets! This is making merging
>> impossible and puts effort on maintainer to track these dependencies.
>>
>> Plus this was not even tested.
>>
> ... and:
> 
> Please run scripts/checkpatch.pl on the patches and fix reported
> warnings. After that, run also 'scripts/checkpatch.pl --strict' on the
> patches and (probably) fix more warnings. Some warnings can be ignored,
> especially from --strict run, but the code here looks like it needs a
> fix. Feel free to get in touch if the warning is not clear.
> 
> Please do not use "This commit/patch/change", but imperative mood. See
> longer explanation here:
> https://elixir.bootlin.com/linux/v5.17.1/source/Documentation/process/submitting-patches.rst#L95
> 
> I suggest to read your internal guideline before posting. It is quite
> comprehensive.
> 
> Best regards,
> Krzysztof


Thank you for the reminder, Will make sure to pay attention to it.

Thanks,
Wenmeng

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: dts: qcom: qcs8300: Add support for camss
  2025-05-20  9:40 [PATCH] arm64: dts: qcom: qcs8300: Add support for camss Wenmeng Liu
  2025-05-20  9:45 ` Krzysztof Kozlowski
@ 2025-05-21  6:34 ` Loic Poulain
  1 sibling, 0 replies; 5+ messages in thread
From: Loic Poulain @ 2025-05-21  6:34 UTC (permalink / raw)
  To: Wenmeng Liu
  Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, bryan.odonoghue, todor.too, rfoss, linux-arm-msm,
	devicetree, linux-kernel, linux-media

On Tue, May 20, 2025 at 11:40 AM Wenmeng Liu <quic_wenmliu@quicinc.com> wrote:
>
> This change enables camera driver for QCS8300 RIDE board.
>
> ---
> Signed-off-by: Wenmeng Liu <quic_wenmliu@quicinc.com>
> ---
> This patch series depends on patch series:
> - https://lore.kernel.org/all/20250214095611.2498950-1-quic_vikramsa@quicinc.com/
> - https://lore.kernel.org/all/20250211-sa8775p_tpg-v1-1-3f76c5f8431f@quicinc.com/
> - https://lore.kernel.org/all/20250217-qcs8300_tpg-v1-1-6e0f4dd3ad1f@quicinc.com/
> - https://lore.kernel.org/all/20250214094747.2483058-1-quic_vikramsa@quicinc.com/
> ---
> ---
>  arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/qcs8300-ride.dts b/arch/arm64/boot/dts/qcom/qcs8300-ride.dts
> index 3ff8f398cad31a36fa46060855b075c8c2020aa7..97281d6d7376a406e5c31466e175358b10441256 100644
> --- a/arch/arm64/boot/dts/qcom/qcs8300-ride.dts
> +++ b/arch/arm64/boot/dts/qcom/qcs8300-ride.dts
> @@ -207,6 +207,10 @@ vreg_l9c: ldo9 {
>         };
>  };
>
> +&camss {
> +       status = "ok";
> +};

Same comment as for qcs615, what is the reason for enabling camss
without an actual sensor? If it's for testing via TPG, I'm not sure
why it should be enabled on this specific board.

Regards,
Loic

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-05-21  6:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-20  9:40 [PATCH] arm64: dts: qcom: qcs8300: Add support for camss Wenmeng Liu
2025-05-20  9:45 ` Krzysztof Kozlowski
2025-05-20  9:47   ` Krzysztof Kozlowski
2025-05-20 10:12     ` Wenmeng Liu
2025-05-21  6:34 ` Loic Poulain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox