summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: gadget: Stop EP0 transfers during pullup disableWesley Cheng2021-09-031-4/+3
* usb: dwc3: gadget: Fix dwc3_calc_trbs_left()Thinh Nguyen2021-09-031-8/+8
* usb: dwc3: gadget: Avoid runtime resume if disabling pullupWesley Cheng2021-08-121-0/+11
* usb: dwc3: Fix debugfs creation flowMinas Harutyunyan2021-07-141-1/+2
* usb: dwc3: core: fix kernel panic when do rebootPeter Chen2021-06-231-1/+1
* usb: dwc3: debugfs: Add and remove endpoint dirs dynamicallyJack Pham2021-06-233-19/+8
* usb: dwc3: gadget: Disable gadget IRQ during pullup disableWesley Cheng2021-06-161-6/+5
* usb: dwc3: ep0: fix NULL pointer exceptionMarian-Cristian Rotariu2021-06-161-0/+3
* usb: dwc3: gadget: Bail from dwc3_gadget_exit() if dwc->gadget is NULLJack Pham2021-06-161-0/+4
* usb: dwc3: meson-g12a: Disable the regulator in the error handling path of th...Christophe JAILLET2021-06-161-2/+6
* usb: dwc3-meson-g12a: fix usb2 PHY glue init when phy0 is disabledNeil Armstrong2021-06-161-1/+4
* usb: dwc3: gadget: Properly track pending and queued SGThinh Nguyen2021-06-031-6/+7
* usb: dwc3: gadget: Return success always for kick transfer in ep queueWesley Cheng2021-05-191-1/+3
* usb: dwc3: gadget: Enable suspend eventsJack Pham2021-05-191-0/+4
* usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel MerrifieldFerry Toth2021-05-191-0/+1
* usb: dwc3: omap: improve extcon initializationMarcel Hamer2021-05-191-0/+5
* usb: dwc3: gadget: Free gadget structure only after freeing endpointsJack Pham2021-05-191-1/+2
* usb: dwc3: core: Do core softreset when switch modeYu Chen2021-05-112-0/+32
* usb: dwc3: gadget: Fix START_TRANSFER link state checkThinh Nguyen2021-05-111-6/+7
* usb: dwc3: gadget: Remove FS bInterval_m1 limitationThinh Nguyen2021-05-111-4/+6
* usb: dwc3: gadget: Check for disabled LPM quirkThinh Nguyen2021-05-113-2/+13
* usb: dwc3: gadget: Ignore EP queue requests during bus resetWesley Cheng2021-05-111-0/+9
* usb: dwc3: gadget: Clear DEP flags after stop transfers in ep disableWesley Cheng2021-04-071-4/+4
* usb: dwc3: qcom: skip interconnect init for ACPI probeShawn Guo2021-04-071-0/+3
* usb: dwc3: pci: Enable dis_uX_susphy_quirk for Intel MerrifieldAndy Shevchenko2021-04-071-0/+2
* usb: dwc3: gadget: Prevent EP queuing while stopping transfersWesley Cheng2021-03-251-6/+5
* usb: dwc3: gadget: Allow runtime suspend if UDC unbindedWesley Cheng2021-03-251-0/+13
* usb: dwc3: qcom: Honor wakeup enabled/disabled stateMatthias Kaehlcke2021-03-171-2/+5
* usb: dwc3: qcom: add ACPI device id for sc8180xShawn Guo2021-03-171-0/+2
* usb: dwc3: qcom: add URS Host support for sdm845 ACPI bootShawn Guo2021-03-171-3/+56
* usb: dwc3: qcom: Add missing DWC3 OF node refcount decrementSerge Semin2021-03-171-3/+6
* usb: dwc3: gadget: Fix dep->interval for fullspeed interruptThinh Nguyen2021-03-041-1/+6
* usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1Thinh Nguyen2021-03-041-1/+11
* usb: dwc3: fix clock issue during resume in OTG modeGary Bisson2021-02-101-1/+1
* usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regressionSerge Semin2021-01-121-13/+5
* usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based oneSerge Semin2021-01-121-3/+15
* usb: dwc3: ulpi: Use VStsDone to detect PHY regs access completionSerge Semin2021-01-122-1/+2
* usb: dwc3: gadget: Clear wait flag on dequeueThinh Nguyen2021-01-121-0/+2
* usb: dwc3: gadget: Restart DWC3 gadget when enabling pullupWesley Cheng2021-01-121-11/+3
* usb: dwc3: meson-g12a: disable clk on error handling path in probeZheng Zengkai2021-01-121-1/+1
* Merge tag 'fixes-for-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2020-11-022-1/+6
|\
| * usb: dwc3: ep0: Fix delay status handlingThinh Nguyen2020-10-271-1/+2
| * usb: dwc3: pci: add support for the Intel Alder Lake-SHeikki Krogerus2020-10-271-0/+4
* | usb: fix kernel-doc markupsMauro Carvalho Chehab2020-10-282-2/+2
|/
* usb: dwc3: of-simple: Add compatible string for Intel Keem Bay platformWan Ahmad Zainie2020-10-021-0/+1
* usb: dwc3: gadget: Support up to max stream idThinh Nguyen2020-10-021-2/+2
* usb: dwc3: gadget: Return early if no TRB updateThinh Nguyen2020-10-021-0/+7
* usb: dwc3: gadget: Keep TRBs in request orderThinh Nguyen2020-10-021-3/+6
* usb: dwc3: gadget: Revise setting IOC when no TRB leftThinh Nguyen2020-10-021-8/+9
* usb: dwc3: gadget: Look ahead when setting IOCThinh Nguyen2020-10-021-33/+39