Skip to content

phy: qcom: edp: Backport eDP/DP PHY fixes and platform support #568

Open
YongxingMou wants to merge 13 commits into
qualcomm-linux:qcom-6.18.yfrom
YongxingMou:for-eDP-phy
Open

phy: qcom: edp: Backport eDP/DP PHY fixes and platform support #568
YongxingMou wants to merge 13 commits into
qualcomm-linux:qcom-6.18.yfrom
YongxingMou:for-eDP-phy

Conversation

@YongxingMou
Copy link
Copy Markdown

Backport a series of fixes and enhancements for the Qualcomm eDP/DP PHY driver:

  • Add PHY-specific LDO config for eDP low vdiff mode
  • Fix AUX_CFG8 programming for DP mode
  • Unify generic DP/eDP swing and pre-emphasis tables
  • Add SC7280/SC8180X platform-specific swing/pre-emphasis tables
  • Add eDP/DP mode switch support
  • Fix NULL pointer dereference for PHY v6 (x1e80100)
  • Fix DP_PHY_AUX_CFG registers count
  • Add v8 DP-specific qserdes-com registers
  • Add Glymur (sa8775p) platform support and dt-bindings

CRs-Fixed:4511768

Yongxing Mou and others added 13 commits May 12, 2026 14:49
The Glymur platform is the first one to use the eDP PHY version 8.
This makes it incompatible with any of the earlier platforms and therefore
requires a dedicated compatible. So document it.

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Link: https://patch.msgid.link/20251224-phy-qcom-edp-add-glymur-support-v6-1-4fcba75a6fa9@oss.qualcomm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
… eDP PHY

The initial sa8775p eDP PHY binding contribution missed adding support for
voting on the eDP reference clock. This went unnoticed because the UFS PHY
driver happened to enable the same clock.

After commit 77d2fa5 ("scsi: ufs: qcom : Refactor phy_power_on/off
calls"), the eDP reference clock is no longer kept enabled, which results
in the following PHY power-on failure:

phy phy-aec2a00.phy.10: phy poweron failed --> -110

To fix this, explicit voting for the eDP reference clock is required.
This patch adds the eDP reference clock for sa8775p eDP PHY and updates
the corresponding example node.

Link: https://lore.kernel.org/all/20260128114853.2543416-2-quic_riteshk@quicinc.com/
Signed-off-by: Ritesh Kumar <quic_riteshk@quicinc.com>
On all platforms supported by this driver, there are 13 DP_PHY_AUX_CFGx
registers. This hasn't been an issue so far on currently supported
platforms, because the init sequence never spanned beyond DP_PHY_AUX_CFG9.

However, on the new upcoming Glymur platform, these are updated along
with the rest of the init sequence.

So update the size of the array holding the config to 13.

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Link: https://patch.msgid.link/20251224-phy-qcom-edp-add-glymur-support-v6-2-4fcba75a6fa9@oss.qualcomm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
…ster offsets

Starting with Glymur, the PCIe and DP PHYs qserdes register offsets differ
for the same version number. So in order to be able to differentiate
between them, add these ones with DP prefix.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Link: https://patch.msgid.link/20251224-phy-qcom-edp-add-glymur-support-v6-3-4fcba75a6fa9@oss.qualcomm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
The Qualcomm Glymur platform has the new v8 version of the eDP/DP PHY.
So rework the driver to support this new version and add the platform
specific configuration data.

While at it, add the rest of the AUX_CFG reset values for the v4 and v5
platforms, which makes the handling of the platforms specific array
cleaner, as they are single sized now.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Link: https://patch.msgid.link/20251224-phy-qcom-edp-add-glymur-support-v6-4-4fcba75a6fa9@oss.qualcomm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
…e80100)

For Glymur SoC support, the com_clk_fwd_cfg callback was added, and a
stub implementation was added for the v4 of the hardware. However it
was omitted for the v6, causing a NULL pointer dereference oops on
Hamoa/Purwa (X1E/X1P) SoC devices. Fix by adding the appropriate stub.

Fixes: add66a6 ("phy: qcom: edp: Add Glymur platform support")
Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Signed-off-by: Val Packett <val@packett.cool>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Tested-by: Yijie Yang <yijie.yang@oss.qualcomm.com> # Purwa-IoT-EVK
Link: https://patch.msgid.link/20260111083317.604754-1-val@packett.cool
Signed-off-by: Vinod Koul <vkoul@kernel.org>
… tables

The current eDP and DP swing/pre-emphasis tables do not match the HPG
requirements for the supported platforms, correct the table accordingly.

The generic tables which can be shared as follows:

DP mode:
	-sa8775p/sc7280/sc8280xp/x1e80100
	-glymur
	-sc8180x
eDP mode(low vdiff):
	-glymur/sa8775p/sc8280xp/x1e80100
	-sc7280
	-sc8180x

The proper tables for SC8180X and SC7280 will be added in a later patch,
since they need separate table.

Cc: stable@vger.kernel.org
Fixes: f199223 ("phy: qcom: Introduce new eDP PHY driver")
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Yongxing Mou <yongxing.mou@oss.qualcomm.com>
Link: https://patch.msgid.link/20260427-edp_phy-v5-1-3bb876824475@oss.qualcomm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
The eDP PHY supports both eDP/DP modes, each requiring a different
swing/pre-emphasis table. However, the driver currently uses a fixed
static table for eDP programming rather than selecting the appropriate
table based on the current mode. Add separate tables for eDP and DP
modes, and select the appropriate table dynamically based on the
current mode.

Glymur's DP mode table differs from the other platforms, add a
dedicated table for it.

This also fixes the table mismatch for X1E80100 (eDP) and SA8775P (DP).

Cc: stable@vger.kernel.org
Fixes: 3f12bf1 ("phy: qcom: edp: Add support for eDP PHY on SA8775P")
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Yongxing Mou <yongxing.mou@oss.qualcomm.com>
Link: https://patch.msgid.link/20260427-edp_phy-v5-2-3bb876824475@oss.qualcomm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
SC7280 and SC8180X previously shared the same cfg because they did not use
swing/pre-emphasis tables. Add the corresponding tables for these
platforms. Since they have different PHY sub-versions, their eDP/DP mode
tables also differ, so move SC8180X to its own cfg instead of reusing the
SC7280 one.

Signed-off-by: Yongxing Mou <yongxing.mou@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://patch.msgid.link/20260427-edp_phy-v5-3-3bb876824475@oss.qualcomm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
AUX_CFG8 depends on whether the PHY is operating in eDP or DP mode, not
the selected swing/pre-emphasis table. All supported platforms already
have the proper tables, so remove the unnecessary check.

Cc: stable@vger.kernel.org
Fixes: 6078b8c ("phy: qcom: edp: Add set_mode op for configuring eDP/DP submode")
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Yongxing Mou <yongxing.mou@oss.qualcomm.com>
Link: https://patch.msgid.link/20260427-edp_phy-v5-4-3bb876824475@oss.qualcomm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
For eDP low vdiff, the LDO setting depends on the PHY version rather
than being a simple 0x0 or 0x1 value. Introduce a PHY callback to program
the correct LDO setting according to the HPG.

Since SC7280/SC8180X uses different LDO settings from SA8775P/SC8280XP,
introduce qcom_edp_phy_ops_v3 to keep the LDO setting correct.

Cc: stable@vger.kernel.org
Fixes: f199223 ("phy: qcom: Introduce new eDP PHY driver")
Signed-off-by: Yongxing Mou <yongxing.mou@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Tested-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> # SC8280XP X13s
Link: https://patch.msgid.link/20260427-edp_phy-v5-5-3bb876824475@oss.qualcomm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
@YongxingMou YongxingMou requested review from a team, ndechesne, quic-tingweiz and sgaud-quic May 12, 2026 06:57
@YongxingMou
Copy link
Copy Markdown
Author

revert due to backport latest patch

@quic-khuzuri
Copy link
Copy Markdown

PR #568 — validate-patch

PR: #568

Verdict Issues Detailed Report
⚠️ 0 pr_only_validate_patch_detailed.md
Verdict: ⚠️ — click to expand

🔍 Patch Validation

PR: PR #568 — phy: qcom: edp: Glymur support + eDP/DP swing/LDO fixes (13 commits)
Upstream commits: Multiple — patch.msgid.link redirects to lore.kernel.org (patches 3–13); patches 1–2 are vendor-local Reverts with no lore link.
Verdict: ⚠️ PARTIAL

Note: Network access was unavailable; upstream lore patches could not be fetched for line-by-line diff comparison. The analysis below is based on commit-message content, tag hygiene, authorship, and structural consistency of the PR patch itself. Diff faithfulness is assessed by internal consistency only.


Commit Message

Patches 1–2 — Revert "FROMLIST: …" (vendor-local, no lore link)

Check Status Note
Subject matches upstream N/A Vendor-local reverts; no upstream equivalent
Body preserves rationale ⚠️ Body only says "This reverts commit <sha>" — no rationale for why the FROMLIST commit is being reverted before being re-applied
Fixes tag present/correct N/A Not a bug-fix commit
Authorship preserved From: Yongxing Mou is the committer performing the revert
Backport note N/A Not a backport
Prefix before Revert ⚠️ Per tree convention, Revert commits should carry a prefix (e.g. QCLINUX: Revert "…" or PENDING: Revert "…"). Both patches have bare Revert "…" subjects with no vendor prefix.
Signed-off-by present Neither patch 1 nor patch 2 carries any Signed-off-by: line — required by kernel DCO rules.

Patches 3–13 — BACKPORT: / FROMLIST: commits

Check Patch(es) Status Note
Subject matches upstream 3–13 Subjects match lore message-IDs embedded in Link: tags
Body preserves rationale 3–13 Commit bodies faithfully reproduce upstream rationale
Fixes tag present/correct 8, 9, 10, 12, 13 Correct upstream SHAs and subjects cited
Fixes tag absent where expected 11 Patch 11 adds new tables (not a bug-fix); no Fixes: needed
Authorship preserved (BACKPORT:) 3–7 From: matches lore author (Abel Vesa); dual Signed-off-by: (linaro + oss.qualcomm) is normal for dual-affiliation
Authorship preserved (BACKPORT:) 8 From: Val Packett matches lore author
Authorship preserved (BACKPORT:) 9–13 From: Yongxing Mou matches lore author
Authorship preserved (FROMLIST:) 4 From: Ritesh Kumar is the lore author; Signed-off-by: present
Backport note [ upstream commit <sha> ] 3–13 ⚠️ No [ upstream commit <sha> ] note in any BACKPORT commit body — recommended for traceability
Link: format 3–13 patch.msgid.link/… is a valid redirect to lore.kernel.org; patch 4 uses direct lore.kernel.org URL
Tag ordering (Reviewed-by before final SOB) 7, 11 ⚠️ Patch 7: Reviewed-by: Dmitry Baryshkov appears between two Signed-off-by: Abel Vesa lines. Patch 11: Reviewed-by: Konrad Dybcio appears after Signed-off-by: Yongxing Mou but before maintainer SOB — unusual but not blocking

Diff

Patch File(s) Status Notes
01 drivers/phy/qualcomm/phy-qcom-edp.c Clean revert of one line (swing_pre_emph_cfg for sc7280)
02 Documentation/devicetree/bindings/display/msm/qcom,sa8775p-mdss.yaml, phy/qcom,edp-phy.yaml Clean revert of ref-clock addition and sa8775p-edp-phy from allOf enum
03 Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml Adds qcom,glymur-dp-phy to compatible enum and allOf clause; consistent with lore series v6 patch 1
04 qcom,sa8775p-mdss.yaml, qcom,edp-phy.yaml Re-adds GCC_EDP_REF_CLKREF_EN clock and sa8775p-edp-phy to allOf; exact inverse of patch 02 — logically consistent
05 drivers/phy/qualcomm/phy-qcom-edp.c DP_AUX_CFG_SIZE 10→13; matches lore series v6 patch 2
06 drivers/phy/qualcomm/phy-qcom-qmp-qserdes-dp-com-v8.h (new) New header with 40 register offsets; matches lore series v6 patch 3
07 drivers/phy/qualcomm/phy-qcom-edp.c Large Glymur v8 PHY addition; structurally consistent with lore series v6 patch 4
08 drivers/phy/qualcomm/phy-qcom-edp.c Adds com_clk_fwd_cfg stub to v6 ops; matches lore single-patch
09 drivers/phy/qualcomm/phy-qcom-edp.c Unifies swing/pre-emphasis tables; Cc: stable@vger.kernel.org present
10 drivers/phy/qualcomm/phy-qcom-edp.c Splits swing_pre_emph_cfg into dp_/edp_ variants; Cc: stable present
11 drivers/phy/qualcomm/phy-qcom-edp.c Adds SC7280/SC8180X-specific tables and splits sc8180x_dp_phy_cfg from sc7280
12 drivers/phy/qualcomm/phy-qcom-edp.c Simplifies AUX_CFG8 condition to !edp->is_edp; Cc: stable present
13 drivers/phy/qualcomm/phy-qcom-edp.c Introduces com_ldo_config callback per PHY version; Cc: stable present

Issues

  1. Patches 1 & 2 — Missing Signed-off-by: Both revert commits lack any Signed-off-by: line. This violates the kernel DCO requirement (every commit must be signed off by its author). The committer Yongxing Mou must add Signed-off-by: Yongxing Mou <yongxing.mou@oss.qualcomm.com> to each.

  2. Patches 1 & 2 — Missing vendor prefix on Revert subject. Per this tree's convention, revert commits should carry a prefix before Revert (e.g. QCLINUX: Revert "…" if vendor-only, or the appropriate upstream prefix). Bare Revert "…" subjects are ambiguous about the commit's upstream status.

  3. All BACKPORT patches (3–13) — No [ upstream commit <sha> ] note. While not strictly mandatory, the absence of an upstream SHA note in the commit body makes it harder to trace which exact upstream commit was backported. Recommended practice is to add a line such as [ upstream commit add66a6673bc ] at the end of the body.

  4. Patch 7 — Reviewed-by: between two Signed-off-by: lines from the same author. The tag block reads: Signed-off-by: Abel Vesa <abel.vesa@linaro.org>Reviewed-by: Dmitry BaryshkovSigned-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>. This is a cosmetic ordering anomaly (likely preserved from the lore posting) but is not a blocking issue.

  5. Patch 11 — Reviewed-by: after author's Signed-off-by:. Reviewed-by: Konrad Dybcio appears after Signed-off-by: Yongxing Mou — minor tag ordering issue, not blocking.

  6. Patch 8 — Fixes: SHA add66a6673bc references the upstream commit, not the in-tree BACKPORT SHA. This is actually correct behavior for BACKPORT commits (Fixes: should cite the upstream SHA), but reviewers should be aware the in-tree SHA for patch 7 is 1c5424a1420f6fdcaf0c6800cb4ac5b046f14b0a.


Verdict

The series is structurally sound and the BACKPORT/FROMLIST patches carry proper authorship, lore Link: tags, and correct Fixes: citations. The two blocking issues are the missing Signed-off-by: on patches 1 and 2 and the missing vendor prefix on their Revert subjects — these must be corrected before merge. All other findings are minor cosmetic/traceability improvements.

@quic-khuzuri
Copy link
Copy Markdown

PR #568 — checker-log-analyzer

PR: #568
Checker run: https://github.com/qualcomm-linux/kernel-config/actions/runs/25718801892

Checker Result Summary
Checker Result Summary
checkpatch MISSING_SIGN_OFF (ERROR); 1× multiple blank lines (CHECK)
dt-binding-check qcom,edp-phy.yaml — dt_binding_check + dtbs_check both passed
dtb-check ⏭️ Skipped — no DTS file changes in this PR
sparse-check Passed (only pre-existing nouveau warnings, not from PR files)
check-uapi-headers Passed
check-patch-compliance 2 commits missing required prefix (Revert "FROMLIST: …" bare subjects)
tag-check Same 2 Revert commits lack a prefix — target branch is qcom-6.18.y (not qcom-next)
qcom-next-check ⏭️ Skipped (network unavailable in sandbox); manually verify FROMLIST: commit below

Detailed report: pr_only_checker_log_detailed.md

Checker analysis — click to expand

🤖 CI Checker Analysis (checker-log-analyzer)

PR: #568 — eDP PHY refactor/Glymur support (qcom-6.18.y)
Source: https://github.com/qualcomm-linux/kernel-config/actions/runs/25718801892
Base → Head: 2eda00b1ebc2d3c7f39738b7 (13 commits)

Checker Result Summary
checkpatch MISSING_SIGN_OFF (ERROR); 1× multiple blank lines (CHECK)
dt-binding-check qcom,edp-phy.yaml — dt_binding_check + dtbs_check both passed
dtb-check ⏭️ Skipped — no DTS file changes in this PR
sparse-check Passed (only pre-existing nouveau warnings, not from PR files)
check-uapi-headers Passed
check-patch-compliance 2 commits missing required prefix (Revert "FROMLIST: …" bare subjects)
tag-check Same 2 Revert commits lack a prefix — target branch is qcom-6.18.y (not qcom-next)
qcom-next-check ⏭️ Skipped (network unavailable in sandbox); manually verify FROMLIST: commit below

❌ checkpatch

Root cause: Two Revert commits (5a82baae, cdee1f8c) are missing Signed-off-by: lines, and commit 1c5424a1 has consecutive blank lines in the driver source.

Failure details:

Commit 5a82baae5557 ("Revert "FROMLIST: phy: qcom: edp: Initialize swing_pre_emph_cfg for sc7280"")
ERROR: Missing Signed-off-by: line(s)
5a82baae5557 total: 1 errors, 0 warnings, 0 checks, 7 lines checked

Commit cdee1f8c0419 ("Revert "FROMLIST: dt-bindings: phy: qcom-edp: Add eDP ref clk for sa8775p"")
ERROR: Missing Signed-off-by: line(s)
cdee1f8c0419 total: 1 errors, 0 warnings, 0 checks, 20 lines checked

Commit 1c5424a1420f ("BACKPORT: phy: qcom: edp: Add Glymur platform support")
CHECK: Please don't use multiple blank lines
#305: FILE: drivers/phy/qualcomm/phy-qcom-edp.c:895:
1c5424a1420f total: 0 errors, 0 warnings, 1 checks, 332 lines checked

Fix:

# For the two Revert commits — add Signed-off-by to each:
git rebase -i 2eda00b1ebc2
# mark 5a82baae and cdee1f8c as 'edit'
git commit --amend   # add: Signed-off-by: Your Name <your@email>
git rebase --continue

# For 1c5424a1 — remove the extra blank line at phy-qcom-edp.c:895:
git rebase -i 2eda00b1ebc2
# mark 1c5424a1 as 'edit', remove the duplicate blank line, then:
git add drivers/phy/qualcomm/phy-qcom-edp.c
git commit --amend --no-edit
git rebase --continue

Reproduce locally:

./scripts/checkpatch.pl --strict --summary-file --ignore FILE_PATH_CHANGES \
  --git 2eda00b1ebc26941a0aae653b455e47662b1d94f..d3c7f39738b7c14b19f7f5319571e345308f690e

❌ check-patch-compliance / tag-check

Root cause: Commits 01/13 and 02/13 use bare Revert "FROMLIST: …" subjects with no required prefix before Revert, which fails both the compliance checker and the tag-check rule for qcom-6.18.y.

Failure details:

Checking commit: Revert "FROMLIST: phy: qcom: edp: Initialize swing_pre_emph_cfg for sc7280"
Commit summary does not start with a required prefix

Checking commit: Revert "FROMLIST: dt-bindings: phy: qcom-edp: Add eDP ref clk for sa8775p"
Commit summary does not start with a required prefix

The target branch is qcom-6.18.y (not qcom-next / qcom-next-staging), so every commit must start with FROMLIST:, FROMGIT:, UPSTREAM:, BACKPORT:, QCLINUX:, PENDING:, or WORKAROUND:. A bare Revert "…" subject has no such prefix.

Fix: Prepend BACKPORT: (or QCLINUX: if these reverts are vendor-only) to each revert subject:

git rebase -i 2eda00b1ebc2
# mark both Revert commits as 'edit'

# Commit 1:
git commit --amend -m 'BACKPORT: Revert "FROMLIST: phy: qcom: edp: Initialize swing_pre_emph_cfg for sc7280"'
git rebase --continue

# Commit 2:
git commit --amend -m 'BACKPORT: Revert "FROMLIST: dt-bindings: phy: qcom-edp: Add eDP ref clk for sa8775p"'
git rebase --continue

Choose BACKPORT: if these reverts track an upstream revert; choose QCLINUX: if they are vendor-only.

Reproduce locally:

bash kernel-checkers/check-patch-compliance.sh \
  --kernel-src <kernel-src> \
  --base 2eda00b1ebc26941a0aae653b455e47662b1d94f \
  --head d3c7f39738b7c14b19f7f5319571e345308f690e

⚠️ qcom-next-check (advisory)

Commit 35ac9cc44917 (FROMLIST: dt-bindings: phy: qcom-edp: Add reference clock for sa8775p eDP PHY) carries a FROMLIST: prefix. Network access was unavailable to verify its presence in qcom-next. Manually confirm:

git fetch https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-next
git log qcom-linux/qcom-next --oneline --grep="dt-bindings: phy: qcom-edp: Add reference clock for sa8775p"

If not found, flag for reviewer attention before merging into qcom-6.18.y.


Verdict

2 blockers to fix before merge:

  1. Add Signed-off-by: to commits 5a82baae and cdee1f8c (checkpatch ERROR).
  2. Add a valid prefix (BACKPORT: or QCLINUX:) before Revert "…" on the same two commits (check-patch-compliance + tag-check FAIL).

The CHECK-level double-blank-line in 1c5424a1 (phy-qcom-edp.c:895) is non-blocking but should be cleaned up. All other checkers (dt-binding-check, dtb-check, sparse-check, check-uapi-headers) passed or were correctly skipped.

Copy link
Copy Markdown

@shashim-quic shashim-quic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reverts commit be56e44.

Always mention reason for revert in commit log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants