summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
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
2022-06-29usb: dwc3: gadget: Fix event pending checkThinh Nguyen
2022-06-29usb: dwc3: gadget: fix a kernel-doc warningMauro Carvalho Chehab
2022-06-29usb: dwc3: document async_callbacks fieldMauro Carvalho Chehab
2022-06-21usb: dwc3: qcom: Keep power domain on to retain controller statusSandeep Maheswaram
2022-06-21usb: dwc3: qcom: Configure wakeup interrupts during suspendSandeep Maheswaram
2022-06-21usb: dwc3: qcom: Add helper functions to enable,disable wake irqsSandeep Maheswaram
2022-06-21usb: dwc3: core: Host wake up support from system suspendSandeep Maheswaram
2022-06-21usb: dwc3: core: Deprecate GCTL.CORESOFTRESETThinh Nguyen
2022-06-21Revert "usb: dwc3: Remove the checks of -ENOSYS"Thinh Nguyen
2022-06-20Merge v5.19-rc3 into usb-nextGreg Kroah-Hartman
2022-06-12usb: dwc3: Fix typos in KconfigKushagra Verma
2022-06-12usb: dwc3: Fix a repeated word checkpatch warningKushagra Verma
2022-06-12usb: dwc3: Fix bare use of unsigned checkpatch warningKushagra Verma
2022-06-10usb: dwc3: Remove the checks of -ENOSYSKushagra Verma
2022-06-10usb: dwc3: add power down scale settingLi Jun
2022-06-10USB: fixup for merge issue with "usb: dwc3: Don't switch OTG -> peripheral if...Stephen Rothwell
2022-06-10usb: dwc3: pci: Restore line lost in merge conflict resolutionStephan Gerhold
2022-06-10usb: dwc3: gadget: Fix IN endpoint max packet size allocationWesley Cheng
2022-05-19usb: dwc3: core: Add error log when core soft reset failedMayank Rana
2022-05-19usb: dwc3: gadget: Move null pinter check to proper placeAlbert Wang
2022-05-19usb: dwc3: Fix ep0 handling when getting reset while doing control transferMayank Rana
2022-05-12USB / dwc3: Fix a checkpatch warning in core.cKushagra Verma
2022-05-05usb: dwc3: gadget: Delay issuing End TransferThinh Nguyen
2022-05-05usb: dwc3: gadget: Only End Transfer for ep0 data phaseThinh Nguyen
2022-05-05usb: dwc3: ep0: Don't prepare beyond Setup stageThinh Nguyen
2022-05-05usb: dwc3: gadget: Don't modify GEVNTCOUNT in pullup()Thinh Nguyen
2022-05-05usb: dwc3: gadget: Refactor pullup()Thinh Nguyen