#define MDWC3_ASYNC_IRQ_WAKE_CAPABILITY BIT(1) #define MDWC3_POWER_COLLAPSE BIT(2) @@ -290,7 +294,7 @@structdwc3_msm { #define DSTS_CONNECTSPD_SS 0x4 - +staticintdwc3_msm_id_notifier(structnotifier_block *nb, unsignedlongevent,void*ptr); staticvoiddwc3_pwr_event_handler(structd...
2070 2071 dwc3_msm_read_reg(mdwc->base, PWR_EVNT_IRQ_STAT_REG)); 2071 - dbg_event(0xFF, "QUSB_STS", 2072 + dbg_event(dwc->ctrl_num, 0xFF, "QUSB_STS", 2072 2073 dwc3_msm_read_reg(mdwc->base, QSCRATCH_USB30_STS_REG)); ...
Kernel for the Samsung Galaxy Fold 5G (F907B). Use this to boot TWRP and Magisk-rooted Android. - winnerx/drivers/usb/dwc3/dwc3-msm.c at master · ianmacd/winnerx
Available add-ons Advanced Security Enterprise-grade security features Copilot for business Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece...
dwc3-msm: Pass physical address for dummy GEVNTCNT to IPA soc: qcom: rpmh: Fix sending incorrect data during flush msm: kgsl: Use a bitmap allocator for global addressing msm: kgsl: Make the "scratch" global buffer use a random GPU address msm: qpnp-rtc: Enable the node of ...
Available add-ons Advanced Security Enterprise-grade security features GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of ...
Fix the dwc3_core_exit() (e.g. called during suspend) and open-coded dwc3_probe() error-path sequences that got this wrong. Note that this makes dwc3_core_exit() match the dwc3_core_init() error path with respect to powering off the PHYs. Fixes: 03c1fd622f72 ("...