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@xxxxxxxxxxx/
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@xxxxxxxxxxx
Grabbing thread from lore.kernel.org/all/20250108143733.2761200-1-
quic_depengs@xxxxxxxxxxx/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