aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-09-30Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"Andy Shevchenko
2022-09-30Revert "USB: fixup for merge issue with "usb: dwc3: Don't switch OTG -> perip...Andy Shevchenko
2022-09-27usb: dwc3: st: Fix node's child namePatrice Chotard
2022-09-26Merge 6.0-rc7 into usb-nextGreg Kroah-Hartman
2022-09-22usb: dwc3: core: fix some leaks in probeDan Carpenter
2022-09-22usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resu...Piyush Mehta
2022-09-22usb: dwc3: core: add gfladj_refclk_lpm_sel quirkAlexander Stein
2022-09-22usb: dwc3: pci: Add PCIe device ID for USB3 controller on CPU sub-system for ...Shruthi Sanil
2022-09-22usb: dwc3: pci: Update the macro names for USB PCIe device ID's for Alder Lak...Shruthi Sanil
2022-09-22usb: dwc3: xilinx: fix usb3 non-wakeup source resume failurePiyush Mehta
2022-09-22usb: dwc3: xilinx: add power management ops supportPiyush Mehta
2022-09-22usb: dwc3: qcom: drop unneeded compatiblesKrzysztof Kozlowski
2022-09-22usb: dwc3: gadget: Do not clear ep delayed stop flag during ep disableWesley Cheng
2022-09-22usb: dwc3: Fix typos in gadget.cKushagra Verma
2022-09-07usb: dwc3: core: leave default DMA if the controller does not support 64-bit DMAWilliam Wu
2022-09-07usb: dwc3: gadget: Submit endxfer command if delayed during disconnectWesley Cheng
2022-09-07usb: dwc3: gadget: Skip waiting for CMDACT cleared during endxferWesley Cheng
2022-09-07usb: dwc3: Increase DWC3 controller halt timeoutWesley Cheng
2022-09-07usb: dwc3: Remove DWC3 locking during gadget suspend/resumeWesley Cheng
2022-09-07usb: dwc3: Avoid unmapping USB requests if endxfer is not completeWesley Cheng
2022-09-05Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman
2022-08-31usb: dwc3: gadget: Continue handling EP0 xfercomplete eventsWesley Cheng
2022-08-31usb: dwc3: gadget: Synchronize IRQ between soft connect/disconnectWesley Cheng
2022-08-31usb: dwc3: gadget: Force sending delayed status during soft disconnectWesley Cheng
2022-08-31usb: dwc3: Do not service EP0 and conndone events if soft disconnectedWesley Cheng
2022-08-30usb: dwc3: disable USB core PHY managementJohan Hovold
2022-08-23usb: dwc3: qcom: suppress unused-variable warningJohan Hovold
2022-08-19usb: dwc3: qcom: clean up icc initJohan Hovold
2022-08-19usb: dwc3: qcom: only parse 'maximum-speed' onceJohan Hovold
2022-08-19usb: dwc3: trace: add Start of Frame Number to trace eventMichael Grzeschik
2022-08-19usb: dwc3: debug: show events parameters in hexMichael Grzeschik
2022-08-19usb: dwc3: gadget: conditionally remove requestsMichael Grzeschik
2022-08-18usb: dwc3: gadget: Avoid duplicate requests to enable Run/StopWesley Cheng
2022-08-18usb: dwc3: pci: Add support for Intel Raptor LakeHeikki Krogerus
2022-08-18usb: dwc3: qcom: clean up suspend callbacksJohan Hovold
2022-08-18usb: dwc3: qcom: fix wakeup implementationJohan Hovold
2022-08-18usb: dwc3: qcom: fix peripheral and OTG suspendJohan Hovold
2022-08-18usb: dwc3: qcom: fix runtime PM wakeupJohan Hovold
2022-08-18usb: dwc3: qcom: fix use-after-free on runtime-PM wakeupJohan Hovold
2022-08-18usb: dwc3: qcom: fix gadget-only buildsJohan Hovold
2022-08-18Revert "usb: dwc3: qcom: Keep power domain on to retain controller status"Johan Hovold
2022-08-18usb: dwc3: fix PHY disable sequenceJohan Hovold
2022-07-18Merge 5.19-rc7 into usb-nextGreg Kroah-Hartman
2022-07-14usb: dwc3: qcom: fix missing optional irq warningsJohan Hovold
2022-07-14usb: dwc3: core: Do not perform GCTL_CORE_SOFTRESET during bootupRohith Kollalsi
2022-07-14usb: dwc3: ep0: Properly handle setup_packet_pending scenario in data stageWesley Cheng
2022-07-08usb: dwc3: gadget: fix high speed multiplier settingMichael Grzeschik
2022-07-08usb: dwc3: gadget: refactor dwc3_repare_one_trbMichael Grzeschik
2022-06-29usb: dwc3-am62: remove unnecesary clk_put()Yang Yingliang