aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2021-01-15usb: dwc3: qcom: add URS Host support for sdm845 ACPI bootShawn Guo1-3/+56
2021-01-15usb: dwc3: pci: add support for the Intel Alder Lake-PHeikki Krogerus1-0/+4
2021-01-15usb: dwc3: pci: ID for Tiger Lake CPUHeikki Krogerus1-0/+4
2021-01-15usb: dwc3: pci: Register a software node for the dwc3 platform deviceHeikki Krogerus1-24/+37
2021-01-14USB: dwc3: document gadget_max_speedMauro Carvalho Chehab1-0/+1
2021-01-14usb: dwc3: gadget: Disable Vendor Test LMP Received eventThinh Nguyen1-2/+1
2021-01-12usb: dwc3: Simplify with dev_err_probe()Andy Shevchenko1-33/+11
2021-01-12usb: dwc3: keystone: Simplify with dev_err_probe()Andy Shevchenko1-7/+2
2021-01-12usb: dwc3: core: Replace devm_reset_control_array_get()Yejune Deng1-1/+1
2021-01-11Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman4-29/+28
2021-01-07usb: dwc3: gadget: Clear wait flag on dequeueThinh Nguyen1-0/+2
2021-01-04usb: dwc3: gadget: Restart DWC3 gadget when enabling pullupWesley Cheng1-11/+3
2021-01-04usb: dwc3: gadget: Preserve UDC max speed settingWesley Cheng2-51/+58
2021-01-04usb: dwc3: gadget: Allow runtime suspend if UDC unbindedWesley Cheng1-0/+13
2021-01-04usb: dwc3: gadget: Introduce a DWC3 VBUS draw callbackWesley Cheng1-0/+11
2021-01-04usb: dwc3: add imx8mp dwc3 glue layer driverLi Jun3-0/+374
2020-12-28usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regressionSerge Semin1-13/+5
2020-12-28usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based oneSerge Semin1-3/+15
2020-12-28usb: dwc3: ulpi: Use VStsDone to detect PHY regs access completionSerge Semin2-1/+2
2020-12-28usb: dwc3: drd: Improve dwc3_get_extcon() styleSam Protsenko1-12/+9
2020-12-28usb: dwc3: drd: Avoid error when extcon is missingSam Protsenko1-1/+11
2020-12-28usb: dwc3: meson-g12a: disable clk on error handling path in probeZheng Zengkai1-1/+1
2020-11-02Merge tag 'fixes-for-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-1/+6
2020-10-28usb: fix kernel-doc markupsMauro Carvalho Chehab2-2/+2
2020-10-27usb: dwc3: ep0: Fix delay status handlingThinh Nguyen1-1/+2
2020-10-27usb: dwc3: pci: add support for the Intel Alder Lake-SHeikki Krogerus1-0/+4
2020-10-02usb: dwc3: of-simple: Add compatible string for Intel Keem Bay platformWan Ahmad Zainie1-0/+1
2020-10-02usb: dwc3: gadget: Support up to max stream idThinh Nguyen1-2/+2
2020-10-02usb: dwc3: gadget: Return early if no TRB updateThinh Nguyen1-0/+7
2020-10-02usb: dwc3: gadget: Keep TRBs in request orderThinh Nguyen1-3/+6
2020-10-02usb: dwc3: gadget: Revise setting IOC when no TRB leftThinh Nguyen1-8/+9
2020-10-02usb: dwc3: gadget: Look ahead when setting IOCThinh Nguyen1-33/+39
2020-10-02usb: dwc3: gadget: Allow restarting a transferThinh Nguyen1-1/+6
2020-10-02usb: dwc3: Stop active transfers before halting the controllerWesley Cheng2-2/+66
2020-10-02usb: dwc3: Add splitdisable quirk for Hisilicon Kirin SocYu Chen2-0/+32
2020-10-02usb: dwc3: gadget: Rename misleading function namesThinh Nguyen1-5/+5
2020-10-02usb: dwc3: gadget: Refactor preparing last TRBsThinh Nguyen1-81/+48
2020-10-02usb: dwc3: gadget: Set IOC if not enough for extra TRBsThinh Nguyen1-0/+20
2020-10-02usb: dwc3: gadget: Check for number of TRBs preparedThinh Nguyen1-15/+22
2020-10-02usb: dwc3: gadget: Return the number of prepared TRBsThinh Nguyen1-2/+33
2020-10-02usb: dwc3: ep0: Fix ZLP for OUT ep0 requestsThinh Nguyen1-2/+9
2020-10-02usb: dwc3: gadget: Improve TRB ZLP setupThinh Nguyen1-32/+18
2020-10-02usb: dwc3: gadget: Refactor preparing extra TRBThinh Nguyen1-68/+25
2020-10-02usb: dwc3: gadget: Reclaim extra TRBs after request completionThinh Nguyen1-5/+5
2020-10-02usb: dwc3: gadget: Check MPS of the request lengthThinh Nguyen1-2/+2
2020-10-02usb: dwc3: gadget: Refactor ep command completionThinh Nguyen1-33/+38
2020-10-02usb: dwc3: debugfs: do not queue work if try to change mode on non-drdLi Jun1-0/+3
2020-10-02usb: dwc3: core: add phy cleanup for probe error handlingLi Jun1-0/+11
2020-10-02usb: dwc3: core: don't trigger runtime pm when remove driverLi Jun1-2/+2
2020-10-02usb: dwc3: allocate gadget structure dynamicallyPeter Chen4-60/+78