summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
2022-10-26usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resu...Piyush Mehta
2022-09-28usb: dwc3: core: leave default DMA if the controller does not support 64-bit DMAWilliam Wu
2022-09-28usb: dwc3: gadget: Avoid duplicate requests to enable Run/StopWesley Cheng
2022-09-28usb: dwc3: gadget: Don't modify GEVNTCOUNT in pullup()Thinh Nguyen
2022-09-28usb: dwc3: gadget: Refactor pullup()Thinh Nguyen
2022-09-28usb: dwc3: gadget: Prevent repeat pullup()Thinh Nguyen
2022-09-28usb: dwc3: Issue core soft reset before enabling run/stopWesley Cheng
2022-09-28usb: dwc3: gadget: Avoid starting DWC3 gadget during UDC unbindWesley Cheng
2022-09-08usb: dwc3: disable USB core PHY managementJohan Hovold
2022-09-08usb: dwc3: qcom: fix use-after-free on runtime-PM wakeupJohan Hovold
2022-09-08usb: dwc3: fix PHY disable sequenceJohan Hovold
2022-09-08usb: dwc3: pci: Add support for Intel Raptor LakeHeikki Krogerus
2022-08-17usb: dwc3: qcom: fix missing optional irq warningsJohan Hovold
2022-08-17usb: dwc3: core: Do not perform GCTL_CORE_SOFTRESET during bootupRohith Kollalsi
2022-08-17usb: dwc3: core: Deprecate GCTL.CORESOFTRESETThinh Nguyen
2022-08-17usb: dwc3: gadget: fix high speed multiplier settingMichael Grzeschik
2022-08-17usb: dwc3: gadget: refactor dwc3_repare_one_trbMichael Grzeschik
2022-07-21usb: dwc3: gadget: Fix event pending checkThinh Nguyen
2022-06-14extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter
2022-06-14usb: dwc3: pci: Fix pm_runtime_get_sync() error checkingZheng Yongjun
2022-06-14usb: dwc3: gadget: Replace list_for_each_entry_safe() if using givebackWesley Cheng
2022-06-09usb: dwc3: gadget: Move null pinter check to proper placeAlbert Wang
2022-05-09usb: dwc3: pci: add support for the Intel Meteor Lake-PHeikki Krogerus
2022-05-09usb: dwc3: gadget: Return proper request statusThinh Nguyen
2022-05-09usb: dwc3: core: Only handle soft-reset in DCTLThinh Nguyen
2022-05-09usb: dwc3: core: Fix tx/rx threshold settingsThinh Nguyen
2022-05-09usb: dwc3: Try usb-role-switch first in dwc3_drd_initSven Peter
2022-04-13usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evmH. Nikolaus Schaller
2022-04-13usb: dwc3: pci: Set the swnode from inside dwc3_pci_quirks()Hans de Goede
2022-03-16usb: dwc3: pci: add support for the Intel Raptor Lake-SHeikki Krogerus
2022-03-02usb: dwc3: gadget: Let the interrupt handler disable bottom halves.Sebastian Andrzej Siewior
2022-03-02usb: dwc3: pci: Fix Bay Trail phy GPIO mappingsHans de Goede
2022-03-02usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay TrailHans de Goede
2022-02-16usb: dwc3: gadget: Prevent core from processing stale TRBsUdipto Goswami
2022-02-01usb: dwc3: xilinx: fix uninitialized return valueRobert Hancock
2022-02-01usb: dwc3: xilinx: Fix error handling when getting USB3 PHYRobert Hancock
2022-02-01usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 modeRobert Hancock
2022-01-27usb: dwc3: meson-g12a: fix shared reset control useAmjad Ouled-Ameur
2022-01-27usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probeMiaoqian Lin
2021-12-14Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"Douglas Anderson
2021-12-01usb: dwc3: gadget: Fix null pointer exceptionAlbert Wang
2021-12-01usb: dwc3: gadget: Check for L1/L2/U3 for Start TransferThinh Nguyen
2021-12-01usb: dwc3: gadget: Ignore NoStream after End TransferThinh Nguyen
2021-12-01usb: dwc3: core: Revise GHWPARAMS9 offsetThinh Nguyen
2021-12-01usb: dwc3: leave default DMA for PCI devicesFabio Aiuto
2021-11-18usb: dwc3: gadget: Skip resizing EP's TX FIFO if already resizedJack Pham
2021-10-05usb: dwc3: gadget: Revert "set gadgets parent to the right controller"Andy Shevchenko
2021-09-14usb: dwc3: core: balance phy init and exitLi Jun
2021-09-01Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-08-26usb: dwc3: gadget: Stop EP0 transfers during pullup disableWesley Cheng