public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <neil.armstrong@linaro.org>
To: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>,
	Bryan O'Donoghue <bod@kernel.org>, Robert Foss <rfoss@kernel.org>,
	Todor Tomov <todor.too@gmail.com>,
	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-arm-msm@vger.kernel.org, linux-media@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v3 0/4] media: qcom: camss: Add Qualcomm SM8650 CAMSS support
Date: Thu, 23 Oct 2025 17:52:16 +0200	[thread overview]
Message-ID: <5cac5efa-af84-4027-b6ca-b8865615d874@linaro.org> (raw)
In-Reply-To: <20251017031131.2232687-1-vladimir.zapolskiy@linaro.org>

On 10/17/25 05:11, Vladimir Zapolskiy wrote:
> The Qualcomm SM8650 SoC contains a camera subsystem IP, which is
> got supported in the platform device tree by this change series.
> 
> Qualcomm SM8650 CAMSS contains:
> * 6 x CSIPHY,
> * 3 x CSID, 2 x CSID Lite,
> * 3 x IFE, 2 x IFE Lite.
> 
> Previously there was a version of SM8650 CAMSS dt bindings only sent for
> review, but it did not get any reviews from MSM or DT maintainers, this
> series is a fresh respin, and it includes the driver specific changes.
> 
> The CAMSS changes were tested on SM8650-HDK and SM8650-QRD boards
> and SM5JN1 image sensor.
> 
> Link to v2 version of the SM8650 CAMSS dt bindings changeset:
> - https://lore.kernel.org/linux-media/20250423221954.1926453-1-vladimir.zapolskiy@linaro.org/
> 
> Changes from v2 to v3:
> * dropped excessive clock resourses,
> * dropped MCLK dts changes from the series, it will be added along
>    with board specific changes,
> * the suggested comment to squash supply properties is not considered, since
>    CSIPHYs on SM8650 boards have different supplies to different CSIPHYs,
> * added a CAMSS driver change and CSIPHY configuration specific to SM8650,
> * rebased on top of v6.18-rc1
> 
> Link to v1 version of the changeset:
> - https://lore.kernel.org/linux-media/20250312001132.1832655-1-vladimir.zapolskiy@linaro.org
> 
> Changes from v1 to v2:
> * to support a regex in port property names replaced 'properties' with
>    'patternProperties', a sanity check shall pass now, thanks to Dmitry,
> * added a few new line separators between property groups in sm8650.dtsi
>    and qcom,sm8650-camss.yaml dt bindings documentation, thanks to Bryan,
> * added the fourth interrupt cell value needed for v6.15, thanks to Neil,
> * added a given Reviewed-by tag to one of the patches, thanks to Bryan,
> * rebased for v6.16.
> 
> 
> Vladimir Zapolskiy (4):
>    dt-bindings: media: Describe Qualcomm SM8650 CAMSS IP
>    media: qcom: camss: Add Qualcomm SM8650 CAMSS support
>    media: qcom: camss: Add CSIPHY 2.2.0 lane configuration for SM8650
>    arm64: dts: qcom: sm8650: Add CAMSS device tree node
> 
>   .../bindings/media/qcom,sm8650-camss.yaml     | 375 ++++++++++++++++++
>   arch/arm64/boot/dts/qcom/sm8650.dtsi          | 180 +++++++++
>   .../qcom/camss/camss-csiphy-3ph-1-0.c         | 102 +++++
>   drivers/media/platform/qcom/camss/camss-vfe.c |   2 +
>   drivers/media/platform/qcom/camss/camss.c     | 326 +++++++++++++++
>   drivers/media/platform/qcom/camss/camss.h     |   1 +
>   6 files changed, 986 insertions(+)
>   create mode 100644 Documentation/devicetree/bindings/media/qcom,sm8650-camss.yaml
> 

Tested-by: Neil Armstrong <neil.armstrong@linaro.org> # on SM8650-QRD

      parent reply	other threads:[~2025-10-23 15:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-17  3:11 [PATCH v3 0/4] media: qcom: camss: Add Qualcomm SM8650 CAMSS support Vladimir Zapolskiy
2025-10-17  3:11 ` [PATCH v3 1/4] dt-bindings: media: Describe Qualcomm SM8650 CAMSS IP Vladimir Zapolskiy
2025-10-22  6:46   ` Krzysztof Kozlowski
2025-10-23 15:08   ` Bryan O'Donoghue
2025-10-17  3:11 ` [PATCH v3 2/4] media: qcom: camss: Add Qualcomm SM8650 CAMSS support Vladimir Zapolskiy
2025-10-23 15:10   ` Bryan O'Donoghue
2025-10-17  3:11 ` [PATCH v3 3/4] media: qcom: camss: Add CSIPHY 2.2.0 lane configuration for SM8650 Vladimir Zapolskiy
2025-10-23 15:15   ` Bryan O'Donoghue
2025-10-17  3:11 ` [PATCH v3 4/4] arm64: dts: qcom: sm8650: Add CAMSS device tree node Vladimir Zapolskiy
2025-10-23 15:17   ` Bryan O'Donoghue
2025-10-23 15:52 ` Neil Armstrong [this message]

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=5cac5efa-af84-4027-b6ca-b8865615d874@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=andersson@kernel.org \
    --cc=bod@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=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=rfoss@kernel.org \
    --cc=robh@kernel.org \
    --cc=todor.too@gmail.com \
    --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