summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
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-26Revert "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-10-26usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resu...Piyush Mehta2-0/+21
2022-09-28usb: dwc3: core: leave default DMA if the controller does not support 64-bit DMAWilliam Wu1-6/+7
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-09-08usb: dwc3: pci: Add support for Intel Raptor LakeHeikki Krogerus1-0/+4
2022-08-17usb: dwc3: qcom: fix missing optional irq warningsJohan Hovold1-2/+2
2022-08-17usb: dwc3: core: Do not perform GCTL_CORE_SOFTRESET during bootupRohith Kollalsi1-3/+7
2022-08-17usb: dwc3: core: Deprecate GCTL.CORESOFTRESETThinh Nguyen1-1/+2
2022-08-17usb: dwc3: gadget: fix high speed multiplier settingMichael Grzeschik1-2/+2
2022-08-17usb: dwc3: gadget: refactor dwc3_repare_one_trbMichael Grzeschik1-52/+40
2022-07-21usb: dwc3: gadget: Fix event pending checkThinh Nguyen1-1/+3
2022-06-14extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter1-7/+2
2022-06-14usb: dwc3: pci: Fix pm_runtime_get_sync() error checkingZheng Yongjun1-1/+1
2022-06-14usb: dwc3: gadget: Replace list_for_each_entry_safe() if using givebackWesley Cheng1-4/+16
2022-06-09usb: dwc3: gadget: Move null pinter check to proper placeAlbert Wang1-3/+3
2022-05-09usb: dwc3: pci: add support for the Intel Meteor Lake-PHeikki Krogerus1-0/+8
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-04-13usb: dwc3: pci: Set the swnode from inside dwc3_pci_quirks()Hans de Goede1-7/+4
2022-03-16usb: dwc3: pci: add support for the Intel Raptor Lake-SHeikki Krogerus1-0/+4
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-03-02usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay TrailHans de Goede1-1/+12
2022-02-16usb: dwc3: gadget: Prevent core from processing stale TRBsUdipto Goswami1-0/+13
2022-02-01usb: dwc3: xilinx: fix uninitialized return valueRobert Hancock1-1/+1
2022-02-01usb: dwc3: xilinx: Fix error handling when getting USB3 PHYRobert Hancock1-5/+5
2022-02-01usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 modeRobert Hancock1-0/+13
2022-01-27usb: dwc3: meson-g12a: fix shared reset control useAmjad Ouled-Ameur1-5/+12
2022-01-27usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probeMiaoqian Lin1-2/+5
2021-12-14Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"Douglas Anderson1-15/+0
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