summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2022-08-21usb: dwc3: qcom: fix missing optional irq warningsJohan Hovold1-2/+2
2022-08-21usb: dwc3: core: Do not perform GCTL_CORE_SOFTRESET during bootupRohith Kollalsi1-3/+7
2022-08-21usb: dwc3: core: Deprecate GCTL.CORESOFTRESETThinh Nguyen1-1/+2
2022-08-21usb: dwc3: gadget: fix high speed multiplier settingMichael Grzeschik1-2/+2
2022-08-21usb: dwc3: gadget: refactor dwc3_repare_one_trbMichael Grzeschik1-52/+40
2022-07-21usb: dwc3: gadget: Fix event pending checkThinh Nguyen1-1/+3
2022-06-14usb: dwc3: pci: Fix pm_runtime_get_sync() error checkingZheng Yongjun1-1/+1
2022-06-09usb: dwc3: gadget: Move null pinter check to proper placeAlbert Wang1-3/+3
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-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-02-16usb: dwc3: gadget: Prevent core from processing stale TRBsUdipto Goswami1-0/+13
2022-01-27usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probeMiaoqian Lin1-2/+5
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
2021-12-01usb: dwc3: gadget: Ignore NoStream after End TransferThinh Nguyen1-8/+8
2021-09-30usb: dwc3: core: balance phy init and exitLi Jun1-17/+13
2021-09-15usb: dwc3: qcom: add IRQ checkSergey Shtylyov1-0/+4
2021-09-15usb: dwc3: meson-g12a: add IRQ checkSergey Shtylyov1-0/+2
2021-09-03usb: dwc3: gadget: Stop EP0 transfers during pullup disableWesley Cheng1-4/+3
2021-09-03usb: dwc3: gadget: Fix dwc3_calc_trbs_left()Thinh Nguyen1-8/+8
2021-08-12usb: dwc3: gadget: Avoid runtime resume if disabling pullupWesley Cheng1-0/+11
2021-07-14usb: dwc3: Fix debugfs creation flowMinas Harutyunyan1-1/+2
2021-06-23usb: dwc3: core: fix kernel panic when do rebootPeter Chen1-1/+1
2021-06-23usb: dwc3: debugfs: Add and remove endpoint dirs dynamicallyJack Pham3-19/+8
2021-06-16usb: dwc3: gadget: Disable gadget IRQ during pullup disableWesley Cheng1-6/+5
2021-06-16usb: dwc3: ep0: fix NULL pointer exceptionMarian-Cristian Rotariu1-0/+3
2021-06-16usb: dwc3: gadget: Bail from dwc3_gadget_exit() if dwc->gadget is NULLJack Pham1-0/+4
2021-06-16usb: dwc3: meson-g12a: Disable the regulator in the error handling path of th...Christophe JAILLET1-2/+6
2021-06-16usb: dwc3-meson-g12a: fix usb2 PHY glue init when phy0 is disabledNeil Armstrong1-1/+4
2021-06-03usb: dwc3: gadget: Properly track pending and queued SGThinh Nguyen1-6/+7
2021-05-19usb: dwc3: gadget: Return success always for kick transfer in ep queueWesley Cheng1-1/+3
2021-05-19usb: dwc3: gadget: Enable suspend eventsJack Pham1-0/+4
2021-05-19usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel MerrifieldFerry Toth1-0/+1
2021-05-19usb: dwc3: omap: improve extcon initializationMarcel Hamer1-0/+5
2021-05-19usb: dwc3: gadget: Free gadget structure only after freeing endpointsJack Pham1-1/+2
2021-05-11usb: dwc3: core: Do core softreset when switch modeYu Chen2-0/+32
2021-05-11usb: dwc3: gadget: Fix START_TRANSFER link state checkThinh Nguyen1-6/+7
2021-05-11usb: dwc3: gadget: Remove FS bInterval_m1 limitationThinh Nguyen1-4/+6
2021-05-11usb: dwc3: gadget: Check for disabled LPM quirkThinh Nguyen3-2/+13
2021-05-11usb: dwc3: gadget: Ignore EP queue requests during bus resetWesley Cheng1-0/+9
2021-04-07usb: dwc3: gadget: Clear DEP flags after stop transfers in ep disableWesley Cheng1-4/+4
2021-04-07usb: dwc3: qcom: skip interconnect init for ACPI probeShawn Guo1-0/+3
2021-04-07usb: dwc3: pci: Enable dis_uX_susphy_quirk for Intel MerrifieldAndy Shevchenko1-0/+2
2021-03-25usb: dwc3: gadget: Prevent EP queuing while stopping transfersWesley Cheng1-6/+5
2021-03-25usb: dwc3: gadget: Allow runtime suspend if UDC unbindedWesley Cheng1-0/+13