Add Glymur CAMSS driver#1229
Conversation
|
We need to first post, then add FROMLIST tag. |
PR #1229 — validate-patchPR: #1229
Final Summary
Recommendation: Add appropriate commit prefixes (FROMLIST:/QCLINUX:/PENDING:) and lore links (if applicable) before merging. The current state violates kernel contribution guidelines for patch attribution and traceability.
|
PR #1229 — checker-log-analyzerPR: #1229
Detailed report: Full report
|
|
No need to revert change, just add .legacy_phy = true, in camss_resources, then you can use old csiphy code. |
Add device tree bindings for the Camera Subsystem (CAMSS) on the Qualcomm Glymur platform. The Glymur platform provides: - 3 x CSIPHY (CSI Physical Layer) - 3 x CSID (CSI Decoder), 2 x CSID Lite - 3 x TPG (Test Pattern Generator) - 2 x VFE (Video Front End), 2 x VFE Lite Signed-off-by: Nihal Kumar Gupta <nihal.gupta@oss.qualcomm.com> Link: https://lore.kernel.org/all/20260529-glymur_camss-v1-1-bee535396d22@oss.qualcomm.com/
Add Glymur compatible consistent with CAMSS CCI interfaces. Signed-off-by: Nihal Kumar Gupta <nihal.gupta@oss.qualcomm.com> Link: https://lore.kernel.org/all/20260529-glymur_camss-v1-2-bee535396d22@oss.qualcomm.com/
Add CAMSS_GLYMUR enum, Glymur compatible and Glymur camss driver private data, the private data just include some basic information for now, later changes will enumerate with csiphy, tpg, csid and vfe resources. Signed-off-by: Prashant Shrotriya <pshrotri@qti.qualcomm.com> Link: https://lore.kernel.org/all/20260529-glymur_camss-v1-3-bee535396d22@oss.qualcomm.com/
Glymur uses the same CSIPHY hardware version as x1e80100. The only difference between the two platforms is the number of CSIPHY instances. x1e80100 has four, while Glymur has three. Signed-off-by: Prashant Shrotriya <pshrotri@qti.qualcomm.com> Link: https://lore.kernel.org/all/20260529-glymur_camss-v1-4-bee535396d22@oss.qualcomm.com/
Extend vfe_src_pad_code() and vfe_bpl_align() for Glymur. Signed-off-by: Prashant Shrotriya <pshrotri@qti.qualcomm.com> Link: https://lore.kernel.org/all/20260529-glymur_camss-v1-5-bee535396d22@oss.qualcomm.com/
Enumerate csiphy, csid and vfe resources for Glymur. Signed-off-by: Prashant Shrotriya <pshrotri@qti.qualcomm.com> Link: https://lore.kernel.org/all/20260529-glymur_camss-v1-6-bee535396d22@oss.qualcomm.com/
|
LGTM |
e0b7432
into
qualcomm-linux:tech/mm/camss
Revert "FROMLIST: media: qcom: camss: Add support for PHY API devices"
media: qcom: camss: Add Glymur compatible
media: qcom: camss: Add CSIPHY support for Glymur
media: qcom: camss: enable vfe for Glymur
media: qcom: camss: Enumerate resources for Glymur