summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-221-1/+1
|\
| * of: Remove of_dev_{get,put}()Rob Herring2021-02-131-1/+1
* | usb: dwc3: gadget: Fix dep->interval for fullspeed interruptThinh Nguyen2021-02-091-1/+6
* | usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1Thinh Nguyen2021-02-091-1/+11
* | Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman2021-02-081-1/+1
|\ \
| * | usb: dwc3: fix clock issue during resume in OTG modeGary Bisson2021-02-051-1/+1
* | | usb: dwc3: gadget: Remove check for bounded driverThinh Nguyen2021-02-061-17/+2
* | | usb: dwc3: gadget: Set speed only up to the max supportedThinh Nguyen2021-02-061-5/+10
* | | usb: dwc3: gadget: Track connected SSP rate and lane countThinh Nguyen2021-02-062-0/+25
* | | usb: dwc3: gadget: Implement setting of SSP rateThinh Nguyen2021-02-062-1/+51
* | | usb: dwc3: core: Check maximum_speed SSP genXxYThinh Nguyen2021-02-063-0/+40
* | | usb: dwc3: host: Use software node API with the propertiesHeikki Krogerus2021-02-051-1/+1
* | | usb: dwc3: qcom: Constify the software nodeHeikki Krogerus2021-02-041-3/+9
* | | usb: dwc3: haps: Constify the software nodeHeikki Krogerus2021-02-041-1/+7
* | | usb: dwc3: qcom: add URS Host support for sdm845 ACPI bootShawn Guo2021-01-151-3/+56
* | | usb: dwc3: pci: add support for the Intel Alder Lake-PHeikki Krogerus2021-01-151-0/+4
* | | usb: dwc3: pci: ID for Tiger Lake CPUHeikki Krogerus2021-01-151-0/+4
* | | usb: dwc3: pci: Register a software node for the dwc3 platform deviceHeikki Krogerus2021-01-151-24/+37
* | | USB: dwc3: document gadget_max_speedMauro Carvalho Chehab2021-01-141-0/+1
* | | usb: dwc3: gadget: Disable Vendor Test LMP Received eventThinh Nguyen2021-01-141-2/+1
* | | usb: dwc3: Simplify with dev_err_probe()Andy Shevchenko2021-01-121-33/+11
* | | usb: dwc3: keystone: Simplify with dev_err_probe()Andy Shevchenko2021-01-121-7/+2
* | | usb: dwc3: core: Replace devm_reset_control_array_get()Yejune Deng2021-01-121-1/+1
* | | Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman2021-01-114-29/+28
|\| |
| * | usb: dwc3: gadget: Clear wait flag on dequeueThinh Nguyen2021-01-071-0/+2
| * | usb: dwc3: gadget: Restart DWC3 gadget when enabling pullupWesley Cheng2021-01-041-11/+3
| * | usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regressionSerge Semin2020-12-281-13/+5
| * | usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based oneSerge Semin2020-12-281-3/+15
| * | usb: dwc3: ulpi: Use VStsDone to detect PHY regs access completionSerge Semin2020-12-282-1/+2
| * | usb: dwc3: meson-g12a: disable clk on error handling path in probeZheng Zengkai2020-12-281-1/+1
| |/
* | usb: dwc3: gadget: Preserve UDC max speed settingWesley Cheng2021-01-042-51/+58
* | usb: dwc3: gadget: Allow runtime suspend if UDC unbindedWesley Cheng2021-01-041-0/+13
* | usb: dwc3: gadget: Introduce a DWC3 VBUS draw callbackWesley Cheng2021-01-041-0/+11
* | usb: dwc3: add imx8mp dwc3 glue layer driverLi Jun2021-01-043-0/+374
* | usb: dwc3: drd: Improve dwc3_get_extcon() styleSam Protsenko2020-12-281-12/+9
* | usb: dwc3: drd: Avoid error when extcon is missingSam Protsenko2020-12-281-1/+11
|/
* 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
* usb: dwc3: gadget: Allow restarting a transferThinh Nguyen2020-10-021-1/+6
* usb: dwc3: Stop active transfers before halting the controllerWesley Cheng2020-10-022-2/+66
* usb: dwc3: Add splitdisable quirk for Hisilicon Kirin SocYu Chen2020-10-022-0/+32
* usb: dwc3: gadget: Rename misleading function namesThinh Nguyen2020-10-021-5/+5