summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: debug: fix string position formatting mixup with ret and lenColin Ian King2020-02-111-24/+15
* usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fieldsAnurag Kumar Vulisha2020-02-111-1/+2
* Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-297-26/+61
|\
| * usb: dwc3: pci: add ID for the Intel Comet Lake -V variantHeikki Krogerus2020-01-221-0/+4
| * usb: dwc3: gadget: Remove END_TRANSFER delayThinh Nguyen2020-01-151-13/+5
| * usb: dwc3: gadget: Delay starting transferThinh Nguyen2020-01-152-0/+12
| * usb: dwc3: gadget: Check END_TRANSFER completionThinh Nguyen2020-01-153-2/+9
| * usb: dwc3: turn off VBUS when leaving host modeBin Liu2020-01-151-0/+3
| * usb: dwc3: gadget: Clear DCTL.ULSTCHNGREQ before setThinh Nguyen2020-01-151-0/+3
| * usb: dwc3: gadget: Set link state to RX_Detect on disconnectThinh Nguyen2020-01-151-0/+2
| * usb: dwc3: gadget: Don't send unintended link state changeThinh Nguyen2020-01-152-9/+21
| * Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman2020-01-131-0/+7
| |\
| * | usb: exynos: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski2020-01-091-2/+2
* | | Merge tag 'devprop-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-271-3/+3
|\ \ \ | |_|/ |/| |
| * | usb: dwc3: use proper initializers for property entriesDmitry Torokhov2020-01-091-3/+3
* | | usb: dwc3: gadget: Fix request complete checkThinh Nguyen2019-12-301-0/+7
| |/ |/|
* | usb: dwc3: pci: add ID for the Intel Comet Lake -H variantHeikki Krogerus2019-12-121-1/+5
* | usb: dwc3: ep0: Clear started flag on completionThinh Nguyen2019-12-101-0/+8
* | usb: dwc3: gadget: Clear started flag for non-IOCThinh Nguyen2019-12-101-0/+3
* | usb: dwc3: gadget: Fix logical conditionTejas Joglekar2019-12-101-1/+1
|/
* usb: dwc3: Fix Kconfig indentationKrzysztof Kozlowski2019-11-211-15/+15
* Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-11-183-10/+59
|\
| * usb: dwc3: of-simple: add a shutdownFelipe Balbi2019-10-291-8/+20
| * usb: dwc3: debug: Remove newline printoutThinh Nguyen2019-10-231-2/+2
| * usb: dwc3: Disable phy suspend after power-on resetThinh Nguyen2019-10-221-0/+37
* | usb: dwc3: create debugfs directory under usb rootChunfeng Yun2019-11-141-1/+1
* | Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman2019-11-044-3/+9
|\ \
| * | usb: dwc3: gadget: fix race when disabling ep with cancelled xfersFelipe Balbi2019-10-311-0/+6
| * | usb: dwc3: remove the call trace of USBx_GFLADJYinbo Zhu2019-10-271-2/+1
| * | usb: dwc3: pci: prevent memory leak in dwc3_pci_probeNavid Emamdoost2019-10-271-1/+1
| * | usb: dwc3: select CONFIG_REGMAP_MMIOArnd Bergmann2019-10-271-0/+1
| |/
* | Merge 5.4-rc3 into usb-nextGreg Kroah-Hartman2019-10-143-15/+6
|\|
| * usb: dwc3: Remove dev_err() on platform_get_irq() failureHans de Goede2019-10-073-9/+0
| * usb: dwc3: Switch to platform_get_irq_byname_optional()Hans de Goede2019-10-073-6/+6
* | usb: Fix Kconfig indentationKrzysztof Kozlowski2019-10-041-2/+2
|/
* usb: dwc3: remove generic PHY calibrate() callsMarek Szyprowski2019-09-031-2/+0
* Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-09-0210-314/+83
|\
| * usb: dwc3: gadget: Workaround Mirosoft's BESL checkThinh Nguyen2019-08-301-2/+12
| * usb: common: Separated decoding functions from dwc3 driver.Pawel Laszczak2019-08-292-253/+1
| * usb: dwc3: gadget: Set BESL config parameterThinh Nguyen2019-08-281-0/+10
| * usb: dwc3: Separate field holding multiple propertiesThinh Nguyen2019-08-282-3/+3
| * usb: dwc3: meson-g12a: fix suspend resume regulator unbalanced disablesNeil Armstrong2019-08-281-1/+13
| * usb: dwc3: st: Add of_dev_put() in probe functionNishka Dasgupta2019-08-281-0/+1
| * usb: dwc3: st: Add of_node_put() before return in probe functionNishka Dasgupta2019-08-281-3/+6
| * usb: dwc3: don't set gadget->is_otg flagRoger Quadros2019-08-281-1/+0
| * usb: dwc3: Use clk_bulk_prepare_enable()Andrey Smirnov2019-08-091-18/+5
| * usb: dwc3: Use devres to get clocksAndrey Smirnov2019-08-091-5/+2
| * usb: dwc3: remove generic PHYs forwarding for XHCI deviceMarek Szyprowski2019-08-091-18/+4
| * usb: dwc3: Update soft-reset wait polling rateThinh Nguyen2019-08-092-5/+20
| * usb: dwc3: omap: squash include/linux/platform_data/dwc3-omap.hMasahiro Yamada2019-08-091-1/+6