Linux clock framework development
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Daniel J Blueman <daniel@quora.org>,
	Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Cc: Bjorn Andersson <andersson@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Robert Foss <rfoss@kernel.org>, Todor Tomov <todor.too@gmail.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>,
	Bryan O'Donoghue <bod@kernel.org>,
	Loic Poulain <loic.poulain@oss.qualcomm.com>,
	linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-media@vger.kernel.org,
	Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Subject: Re: [PATCH v12 0/6] Add dt-bindings and PHY updates for CAMSS on x1e80100 silicon
Date: Sat, 25 Jul 2026 16:47:03 +0200	[thread overview]
Message-ID: <0eca3486-57c9-469f-b846-8c10ec07ffba@kernel.org> (raw)
In-Reply-To: <CAMVG2stKmNxe-mdqbqO4MDLDrJCiNXw9kt8SA8egYAmByf9fKw@mail.gmail.com>

On 25/07/2026 14:47, Daniel J Blueman wrote:
> On Wed, 8 Jul 2026 at 08:06, Bryan O'Donoghue
> <bryan.odonoghue@linaro.org> wrote:
>> Changes in v12:
>> - Updates camss sensor find method to find the sensor in the CSIPHY port. -
>>   Neil, Vlad, Bryan
>> - Drops dependency on passing polarities and positions. Moved into CSIPHY
>>   port as agreed. Neil, Vlad, Bryan
>> - Omitted mux to CSID as discussed this will be done when splitting CSID
>>   out as its own individual node. Neil, Bryan
>> - Updated Reviewed-by: - Loic
>> - Link to v11: https://lore.kernel.org/r/20260326-b4-linux-next-25-03-13-dtsi-x1e80100-camss-v11-0-5b93415be6dd@linaro.org
> [...]
>> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
> 
> Works for me on 7.2.0-rc4 with 'qcam'.
> 
> Tested-by: Daniel J Blueman <daniel@quora.org> # Lenovo Slim 7x X1E80100
> 

You cannot test bindings and I doubt that you actually tested even the
driver code without DTS.

Best regards,
Krzysztof

  reply	other threads:[~2026-07-25 14:47 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-08  0:06 [PATCH v12 0/6] Add dt-bindings and PHY updates for CAMSS on x1e80100 silicon Bryan O'Donoghue
2026-07-08  0:06 ` [PATCH v12 1/6] dt-bindings: media: qcom,x1e80100-camss: Add optional PHY handle definitions Bryan O'Donoghue
2026-07-08  1:34   ` Rob Herring (Arm)
2026-07-08  7:49   ` Vladimir Zapolskiy
2026-07-08 22:09   ` Frank Li
2026-07-08 22:15     ` Bryan O'Donoghue
2026-07-08  0:06 ` [PATCH v12 2/6] dt-bindings: media: qcom,x1e80100-camss: Describe iommu entries Bryan O'Donoghue
2026-07-08 12:39   ` Loic Poulain
2026-07-08 15:15   ` Vikram Sharma
2026-07-08 21:32     ` Bryan O'Donoghue
2026-07-09 15:28       ` Vikram Sharma
2026-07-09 15:50         ` Bryan O'Donoghue
2026-07-08  0:06 ` [PATCH v12 3/6] media: qcom: camss: Add support to populate sub-devices Bryan O'Donoghue
2026-07-09 15:47   ` Frank Li
2026-07-08  0:06 ` [PATCH v12 4/6] media: qcom: camss: Add legacy_phy flag to SoC definition structures Bryan O'Donoghue
2026-07-09 15:48   ` Frank Li
2026-07-09 16:33   ` Loic Poulain
2026-07-08  0:06 ` [PATCH v12 5/6] media: qcom: camss: Add support for PHY API devices Bryan O'Donoghue
2026-07-09 16:08   ` Frank Li
2026-07-08  0:07 ` [PATCH v12 6/6] media: qcom: camss: Drop legacy PHY descriptions from x1e Bryan O'Donoghue
2026-07-25 14:46   ` Krzysztof Kozlowski
2026-07-25 22:17     ` Bryan O'Donoghue
2026-07-25 12:47 ` [PATCH v12 0/6] Add dt-bindings and PHY updates for CAMSS on x1e80100 silicon Daniel J Blueman
2026-07-25 14:47   ` Krzysztof Kozlowski [this message]
2026-07-25 22:05     ` Daniel J Blueman

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=0eca3486-57c9-469f-b846-8c10ec07ffba@kernel.org \
    --to=krzk@kernel.org \
    --cc=andersson@kernel.org \
    --cc=bod@kernel.org \
    --cc=bryan.odonoghue@linaro.org \
    --cc=conor+dt@kernel.org \
    --cc=daniel@quora.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@oss.qualcomm.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=loic.poulain@oss.qualcomm.com \
    --cc=mchehab@kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=rfoss@kernel.org \
    --cc=robh@kernel.org \
    --cc=sboyd@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