summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2023-02-15usb: dwc3: qcom: enable vbus override when in OTG dr-modeNeil Armstrong1-1/+1
2023-02-15usb: dwc3: dwc3-qcom: Fix typo in the dwc3 vbus override APIWesley Cheng1-4/+4
2023-01-14usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_initMiaoqian Lin1-3/+10
2023-01-14usb: dwc3: core: defer probe on ulpi_read_id timeoutFerry Toth1-1/+6
2023-01-14usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_modeSven Peter1-6/+10
2022-12-14usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End TransferThinh Nguyen1-1/+2
2022-12-02usb: dwc3: gadget: Clear ep descriptor lastThinh Nguyen1-6/+6
2022-12-02usb: dwc3: gadget: Return -ESHUTDOWN on ep disableThinh Nguyen1-1/+1
2022-12-02usb: dwc3: gadget: conditionally remove requestsMichael Grzeschik1-6/+6
2022-12-02usb: dwc3: exynos: Fix remove() functionMarek Szyprowski1-10/+1
2022-11-25Revert "usb: dwc3: disable USB core PHY management"Johan Hovold1-10/+0
2022-11-03usb: dwc3: gadget: Don't set IMI for no_interruptThinh Nguyen1-2/+2
2022-11-03usb: dwc3: gadget: Stop processing more requests on IMIThinh Nguyen1-0/+4
2022-09-28usb: dwc3: gadget: Avoid duplicate requests to enable Run/StopWesley Cheng1-3/+5
2022-09-28usb: dwc3: gadget: Don't modify GEVNTCOUNT in pullup()Thinh Nguyen1-27/+8
2022-09-28usb: dwc3: gadget: Refactor pullup()Thinh Nguyen1-29/+36
2022-09-28usb: dwc3: gadget: Prevent repeat pullup()Thinh Nguyen1-0/+4
2022-09-28usb: dwc3: Issue core soft reset before enabling run/stopWesley Cheng3-3/+14
2022-09-28usb: dwc3: gadget: Avoid starting DWC3 gadget during UDC unbindWesley Cheng2-2/+4
2022-09-08usb: dwc3: disable USB core PHY managementJohan Hovold1-0/+10
2022-09-08usb: dwc3: qcom: fix use-after-free on runtime-PM wakeupJohan Hovold2-1/+14
2022-09-08usb: dwc3: fix PHY disable sequenceJohan Hovold1-9/+10
2022-08-21usb: dwc3: qcom: fix missing optional irq warningsJohan Hovold1-2/+2
2022-08-21usb: dwc3: core: Do not perform GCTL_CORE_SOFTRESET during bootupRohith Kollalsi1-3/+7
2022-08-21usb: dwc3: core: Deprecate GCTL.CORESOFTRESETThinh Nguyen1-1/+2
2022-08-21usb: dwc3: gadget: fix high speed multiplier settingMichael Grzeschik1-2/+2
2022-08-21usb: dwc3: gadget: refactor dwc3_repare_one_trbMichael Grzeschik1-52/+40
2022-07-21usb: dwc3: gadget: Fix event pending checkThinh Nguyen1-1/+3
2022-06-14usb: dwc3: pci: Fix pm_runtime_get_sync() error checkingZheng Yongjun1-1/+1
2022-06-09usb: dwc3: gadget: Move null pinter check to proper placeAlbert Wang1-3/+3
2022-05-09usb: dwc3: gadget: Return proper request statusThinh Nguyen1-1/+30
2022-05-09usb: dwc3: core: Only handle soft-reset in DCTLThinh Nguyen1-1/+2
2022-05-09usb: dwc3: core: Fix tx/rx threshold settingsThinh Nguyen1-4/+4
2022-05-09usb: dwc3: Try usb-role-switch first in dwc3_drd_initSven Peter1-6/+5
2022-04-13usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evmH. Nikolaus Schaller1-1/+1
2022-03-02usb: dwc3: gadget: Let the interrupt handler disable bottom halves.Sebastian Andrzej Siewior1-0/+2
2022-03-02usb: dwc3: pci: Fix Bay Trail phy GPIO mappingsHans de Goede1-2/+2
2022-02-16usb: dwc3: gadget: Prevent core from processing stale TRBsUdipto Goswami1-0/+13
2022-01-27usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probeMiaoqian Lin1-2/+5
2021-12-01usb: dwc3: gadget: Fix null pointer exceptionAlbert Wang1-0/+6
2021-12-01usb: dwc3: gadget: Check for L1/L2/U3 for Start TransferThinh Nguyen1-3/+14
2021-12-01usb: dwc3: gadget: Ignore NoStream after End TransferThinh Nguyen1-8/+8
2021-09-30usb: dwc3: core: balance phy init and exitLi Jun1-17/+13
2021-09-15usb: dwc3: qcom: add IRQ checkSergey Shtylyov1-0/+4
2021-09-15usb: dwc3: meson-g12a: add IRQ checkSergey Shtylyov1-0/+2
2021-09-03usb: dwc3: gadget: Stop EP0 transfers during pullup disableWesley Cheng1-4/+3
2021-09-03usb: dwc3: gadget: Fix dwc3_calc_trbs_left()Thinh Nguyen1-8/+8
2021-08-12usb: dwc3: gadget: Avoid runtime resume if disabling pullupWesley Cheng1-0/+11
2021-07-14usb: dwc3: Fix debugfs creation flowMinas Harutyunyan1-1/+2
2021-06-23usb: dwc3: core: fix kernel panic when do rebootPeter Chen1-1/+1