devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Mugnier <benjamin.mugnier@foss.st.com>
To: Bryan O'Donoghue <bryan.odonoghue@linaro.org>,
	<robert.foss@linaro.org>, <todor.too@gmail.com>,
	<agross@kernel.org>, <bjorn.andersson@linaro.org>
Cc: <vladimir.zapolskiy@linaro.org>, <mchehab@kernel.org>,
	<robh+dt@kernel.org>, <krzk+dt@kernel.org>,
	<linux-media@vger.kernel.org>, <linux-arm-msm@vger.kernel.org>,
	<devicetree@vger.kernel.org>, <mmitkov@quicinc.com>,
	<jgrahsl@snap.com>, <hfink@snap.com>
Subject: Re: [PATCH v2 0/4] Switch on IMX577 on RB5 with a new CCI fix
Date: Thu, 21 Jul 2022 13:38:56 +0200	[thread overview]
Message-ID: <1c596650-177c-e3be-feb0-4c5f00196589@foss.st.com> (raw)
In-Reply-To: <20220524140207.2758605-1-bryan.odonoghue@linaro.org>

Hi Bryan,

On 24/05/2022 16:02, Bryan O'Donoghue wrote:
> V2:
> 
> - Adds fix for bug identified by Vladimir
>   The CCI i2c_adapter_add() and pm_runtime_enable() are racy.
>   This is a generic problem not related to the rb5/imx577 but, for the sake
>   of our conversation/review's context I'll add it into this series.
> - Include Vladimir's camcc patch
>   I've also opted to include Vladimir's disable of camcc to make the enable
>   of it in my patchset logical.
> - Move address/size cells Konrad
> - Remove newline in pin definitions - Konrad
> - Remove sensor 'status = "okay"' - Konrad
> - Add comment to qrb5165-rb5.dts re: imx412 and imx577 difference - Konrad
> - Move pin definitions to 8250 dtsi - Vladimir
> - Drop power domain from sensor definition - Vladimir
> - Correct to "add to cam2" not "cam1" in commit log - bod
> 
> To make verification of the CCI race eaiser I've provided a defconfig both
> with and without modules enabled.
> 
> Link: https://git.linaro.org/people/bryan.odonoghue/kernel.git/log/?h=linux-next-24-05-22%2bimx577-rb5
> Link: https://git.linaro.org/people/bryan.odonoghue/kernel.git/log/?h=linux-next-24-05-22%2bimx577-rb5-compiled-in
> 
> git diff linaro/linux-next-22-05-22+imx577-rb5 linaro/linux-next-24-05-22+imx577-rb5
> 
> V1:
> Linux-next now has everything we need to switch on this sensor both in the
> qcom DTS and in the imx412 driver.
> 
> After this, no further dts or driver work is required to capture images on
> the RB5.
> 
> Here's a bootable linux-next with a kernel config. I added Vladimir's
> power-domain changes on-top to verify nothing breaks for me.
> 
> https://git.linaro.org/people/bryan.odonoghue/kernel.git/log/?h=linux-next-18-05-22%2bimx577-rb5
> 
> Bryan O'Donoghue (3):
>   i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapter
>   arm64: dts: qcom: sm8250: camss: Define ports address/size cells
>   arm64: dts: qcom: qrb5165-rb5: Enable the IMX577 on cam2
> 
> Vladimir Zapolskiy (1):
>   arm64: dts: qcom: sm8250: Disable camcc by default
> 
>  arch/arm64/boot/dts/qcom/qrb5165-rb5.dts | 60 ++++++++++++++++++++++++
>  arch/arm64/boot/dts/qcom/sm8250.dtsi     | 39 +++++++++++++++
>  drivers/i2c/busses/i2c-qcom-cci.c        | 14 ++++--
>  3 files changed, 108 insertions(+), 5 deletions(-)
> 

I successfully tested this series with the st-vgxy61 sensor instead of the imx577. I can't provide comments on the device tree patch for the imx577 in 4/4.
For patches 1/4, 2/4, and 3/4:

Tested-by: Benjamin Mugnier <benjamin.mugnier@foss.st.com>


Thanks again for your work.

  parent reply	other threads:[~2022-07-21 11:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-24 14:02 [PATCH v2 0/4] Switch on IMX577 on RB5 with a new CCI fix Bryan O'Donoghue
2022-05-24 14:02 ` [PATCH v2 1/4] i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapter Bryan O'Donoghue
2022-05-25  7:27   ` Vladimir Zapolskiy
2022-05-24 14:02 ` [PATCH v2 2/4] arm64: dts: qcom: sm8250: Disable camcc by default Bryan O'Donoghue
2022-05-24 14:02 ` [PATCH v2 3/4] arm64: dts: qcom: sm8250: camss: Define ports address/size cells Bryan O'Donoghue
2022-05-25  7:31   ` Vladimir Zapolskiy
2022-05-24 14:02 ` [PATCH v2 4/4] arm64: dts: qcom: qrb5165-rb5: Enable the IMX577 on cam2 Bryan O'Donoghue
2022-05-24 16:21   ` Dmitry Baryshkov
2022-05-24 16:44     ` Bryan O'Donoghue
2022-07-21 11:38 ` Benjamin Mugnier [this message]
2022-07-21 12:29   ` [PATCH v2 0/4] Switch on IMX577 on RB5 with a new CCI fix Bryan O'Donoghue

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=1c596650-177c-e3be-feb0-4c5f00196589@foss.st.com \
    --to=benjamin.mugnier@foss.st.com \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=bryan.odonoghue@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=hfink@snap.com \
    --cc=jgrahsl@snap.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=mmitkov@quicinc.com \
    --cc=robert.foss@linaro.org \
    --cc=robh+dt@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;
as well as URLs for NNTP newsgroup(s).