FROMLIST: usb: dwc3: qcom: Add support to skip phy management by USB … - #1625
FROMLIST: usb: dwc3: qcom: Add support to skip phy management by USB …#1625Kriskura176767 wants to merge 1 commit into
Conversation
…core DWC3 driver does manage phys itself sufficiently for Qualcomm platforms. If xhci-skip-phy-init is not set, the HCD core does a phy_init and phy_ exit is done only when roothub is being destroyed. Due to this, during system suspend in host mode, although phy_exit is done by DWC3 core, the init_count on phy is never down to zero since HCD core also did an init. consequently causing phy's exit routine to not be called. Hence, add support to skip phy management by USB core. Some Exynos platforms still do rely on USB core for phy_calibrate calls, hence disable USB core management for Qualcomm platforms only. Link: https://lore.kernel.org/all/20260723-dwc3-skip-init-quirk-v1-1-97682bb44ebd@oss.qualcomm.com/ Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
🔨 Build Failure Analysis — PR #1625PR: #1625
VerdictThe build failed during the merge phase before compilation could begin. The PR introduces changes to 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1625PR: #1625
VerdictThis is not a compilation error but a merge conflict. The PR introduces changes to 📎 Detailed analysis: Full report |
PR #1625 — validate-patchPR: #1625
Final Summary
|
PR #1625 — checker-log-analyzerPR: #1625
Detailed report: Full report
|
Skip phy management by dwc3 core