mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Depeng Shao <quic_depengs@quicinc.com>
To: Bryan O'Donoghue <bryan.odonoghue@linaro.org>, <rfoss@kernel.org>,
	<todor.too@gmail.com>, <mchehab@kernel.org>, <robh@kernel.org>,
	<krzk+dt@kernel.org>, <conor+dt@kernel.org>,
	<vladimir.zapolskiy@linaro.org>, <hverkuil@xs4all.nl>
Cc: <quic_eberman@quicinc.com>, <linux-media@vger.kernel.org>,
	<linux-arm-msm@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <kernel@quicinc.com>
Subject: Re: [PATCH v8 00/16] media: qcom: camss: Add sm8550 support
Date: Fri, 10 Jan 2025 23:11:15 +0800	[thread overview]
Message-ID: <287d8fb9-8313-480b-b2c7-0b24dd2d82bd@quicinc.com> (raw)
In-Reply-To: <cc1f4718-2553-4c49-b1c8-6f6f3bbeeb56@linaro.org>

Hi Bryan,

On 1/10/2025 9:50 PM, Bryan O'Donoghue wrote:
> On 08/01/2025 14:37, Depeng Shao wrote:
>> v8:
>> - Add correct version number for each patch - Krzysztof, Hans, Bryan
>> - Correct the copyright in patches [15/16] and [16/16]
>> - Link to v7: https://lore.kernel.org/all/20241225133523.4034820-1- 
>> quic_depengs@quicinc.com/
> Patch #9 doesn't apply to media.git/next
> 

Yes, below patch[1] is merged these days, so my series get conflict. I 
will rebase my series and verify it next Monday.

[1] Revert "media: qcom: camss: Restructure camss_link_entities"

> git remote add media git://linuxtv.org/media.git
> git fetch media
> 
> git checkout -b media-next-25-10-01-camss-8550 media/next
> 
> b4 shazam 20250108143733.2761200-1-quic_depengs@quicinc.com
> Grabbing thread from lore.kernel.org/all/20250108143733.2761200-1- 
> quic_depengs@quicinc.com/t.mbox.gz
> Checking for newer revisions
> Grabbing search results from lore.kernel.org
> Analyzing 17 messages in the thread
> Analyzing 260 code-review messages
> Checking attestation on all messages, may take a moment...
> ---
>    ✓ [PATCH v8 1/16] media: qcom: camss: csiphy-3ph: Fix trivial 
> indentation fault in defines
>    ✓ [PATCH v8 2/16] media: qcom: camss: csiphy-3ph: Remove redundant 
> PHY init sequence control loop
>    ✓ [PATCH v8 3/16] media: qcom: camss: csiphy-3ph: Rename struct
>    ✓ [PATCH v8 4/16] media: qcom: camss: csiphy: Add an init callback to 
> CSI PHY devices
>    ✓ [PATCH v8 5/16] media: qcom: camss: csiphy-3ph: Move CSIPHY 
> variables to data field inside csiphy struct
>    ✓ [PATCH v8 6/16] media: qcom: camss: csiphy-3ph: Use an offset 
> variable to find common control regs
>    ✓ [PATCH v8 7/16] media: qcom: camss: csid: Move common code into 
> csid core
>    ✓ [PATCH v8 8/16] media: qcom: camss: vfe: Move common code into vfe 
> core
>    ✓ [PATCH v8 9/16] media: qcom: camss: Add callback API for RUP update 
> and buf done
>    ✓ [PATCH v8 10/16] media: qcom: camss: Add default case in 
> vfe_src_pad_code
>    ✓ [PATCH v8 11/16] media: qcom: camss: csid: Only add TPG v4l2 ctrl 
> if TPG hardware is available
>    ✓ [PATCH v8 12/16] dt-bindings: media: camss: Add qcom,sm8550-camss 
> binding
>    ✓ [PATCH v8 13/16] media: qcom: camss: Add sm8550 compatible
>    ✓ [PATCH v8 14/16] media: qcom: camss: csiphy-3ph: Add Gen2 v2.1.2 
> two-phase MIPI CSI-2 DPHY support
>    ✓ [PATCH v8 15/16] media: qcom: camss: Add CSID 780 support
>    ✓ [PATCH v8 16/16] media: qcom: camss: Add support for VFE 780
>    ---
>    ✓ Signed: DKIM/quicinc.com
> ---
> Total patches: 16
> ---
>   Base: using specified base-commit 
> 8155b4ef3466f0e289e8fcc9e6e62f3f4dceeac2
> Applying: media: qcom: camss: csiphy-3ph: Fix trivial indentation fault 
> in defines
> Applying: media: qcom: camss: csiphy-3ph: Remove redundant PHY init 
> sequence control loop
> Applying: media: qcom: camss: csiphy-3ph: Rename struct
> Applying: media: qcom: camss: csiphy: Add an init callback to CSI PHY 
> devices
> Applying: media: qcom: camss: csiphy-3ph: Move CSIPHY variables to data 
> field inside csiphy struct
> Applying: media: qcom: camss: csiphy-3ph: Use an offset variable to find 
> common control regs
> Applying: media: qcom: camss: csid: Move common code into csid core
> Applying: media: qcom: camss: vfe: Move common code into vfe core
> Applying: media: qcom: camss: Add callback API for RUP update and buf done
> Patch failed at 0009 media: qcom: camss: Add callback API for RUP update 
> and buf done
> error: patch failed: drivers/media/platform/qcom/camss/camss.c:2454
> 

Thanks,
Depeng

      reply	other threads:[~2025-01-10 15:11 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-08 14:37 Depeng Shao
2025-01-08 14:37 ` [PATCH v8 01/16] media: qcom: camss: csiphy-3ph: Fix trivial indentation fault in defines Depeng Shao
2025-01-08 14:37 ` [PATCH v8 02/16] media: qcom: camss: csiphy-3ph: Remove redundant PHY init sequence control loop Depeng Shao
2025-01-08 14:37 ` [PATCH v8 03/16] media: qcom: camss: csiphy-3ph: Rename struct Depeng Shao
2025-01-08 14:37 ` [PATCH v8 04/16] media: qcom: camss: csiphy: Add an init callback to CSI PHY devices Depeng Shao
2025-01-08 14:37 ` [PATCH v8 05/16] media: qcom: camss: csiphy-3ph: Move CSIPHY variables to data field inside csiphy struct Depeng Shao
2025-01-15 18:01   ` Laurentiu Tudor
2025-01-15 21:01     ` Bryan O'Donoghue
2025-01-15 21:15       ` Vladimir Zapolskiy
2025-01-15 21:39         ` Bryan O'Donoghue
2025-01-08 14:37 ` [PATCH v8 06/16] media: qcom: camss: csiphy-3ph: Use an offset variable to find common control regs Depeng Shao
2025-01-08 14:37 ` [PATCH v8 07/16] media: qcom: camss: csid: Move common code into csid core Depeng Shao
2025-01-08 14:37 ` [PATCH v8 08/16] media: qcom: camss: vfe: Move common code into vfe core Depeng Shao
2025-01-08 14:37 ` [PATCH v8 09/16] media: qcom: camss: Add callback API for RUP update and buf done Depeng Shao
2025-01-08 14:37 ` [PATCH v8 10/16] media: qcom: camss: Add default case in vfe_src_pad_code Depeng Shao
2025-01-08 14:37 ` [PATCH v8 11/16] media: qcom: camss: csid: Only add TPG v4l2 ctrl if TPG hardware is available Depeng Shao
2025-01-15 15:51   ` Bryan O'Donoghue
2025-01-08 14:37 ` [PATCH v8 12/16] dt-bindings: media: camss: Add qcom,sm8550-camss binding Depeng Shao
2025-01-11  8:54   ` Krzysztof Kozlowski
2025-01-08 14:37 ` [PATCH v8 13/16] media: qcom: camss: Add sm8550 compatible Depeng Shao
2025-01-08 14:37 ` [PATCH v8 14/16] media: qcom: camss: csiphy-3ph: Add Gen2 v2.1.2 two-phase MIPI CSI-2 DPHY support Depeng Shao
2025-01-08 14:37 ` [PATCH v8 15/16] media: qcom: camss: Add CSID 780 support Depeng Shao
2025-01-08 14:37 ` [PATCH v8 16/16] media: qcom: camss: Add support for VFE 780 Depeng Shao
2025-01-10 13:50 ` [PATCH v8 00/16] media: qcom: camss: Add sm8550 support Bryan O'Donoghue
2025-01-10 15:11   ` Depeng Shao [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=287d8fb9-8313-480b-b2c7-0b24dd2d82bd@quicinc.com \
    --to=quic_depengs@quicinc.com \
    --cc=bryan.odonoghue@linaro.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=hverkuil@xs4all.nl \
    --cc=kernel@quicinc.com \
    --cc=krzk+dt@kernel.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=quic_eberman@quicinc.com \
    --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

all inboxes | Powered by JetHome®