summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: select USB_ROLE_SWITCHArnd Bergmann2020-05-091-0/+1
* usb: dwc3: pci: Enable extcon driver for Intel MerrifieldAndy Shevchenko2020-05-091-0/+1
* dwc3: Remove check for HWO flag in dwc3_gadget_ep_reclaim_trb_sg()John Stultz2020-05-091-3/+0
* usb: dwc3: gadget: Fix request completion checkThinh Nguyen2020-04-171-10/+2
* usb: dwc3: gadget: Do link recovery for SS and SSPThinh Nguyen2020-04-161-6/+2
* usb: dwc3: gadget: Properly set maxpacket limitThinh Nguyen2020-04-162-11/+45
* usb: dwc3: Fix GTXFIFOSIZ.TXFDEP macro nameThinh Nguyen2020-04-162-4/+4
* usb: dwc3: fix up for role switch API changeStephen Rothwell2020-03-161-4/+6
* Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2020-03-168-81/+256
|\
| * usb: dwc3: qcom: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-03-151-1/+1
| * usb: dwc3: core: don't do suspend for device mode if already suspendedLi Jun2020-03-151-0/+2
| * usb: dwc3: Rework resets initialization to be more flexibleJohn Stultz2020-03-151-1/+1
| * usb: dwc3: Rework clock initialization to be more flexibleJohn Stultz2020-03-151-15/+5
| * usb: dwc3: Add support for role-switch-default-mode bindingJohn Stultz2020-03-152-3/+25
| * usb: dwc3: Registering a role switch in the DRD code.Yu Chen2020-03-152-1/+79
| * usb: dwc3: core: add support for disabling SS instances in park modeNeil Armstrong2020-03-152-0/+9
| * usb: dwc3: gadget: Wrap around when skip TRBsThinh Nguyen2020-03-151-1/+1
| * usb: dwc3: gadget: Don't clear flags before transfer endedThinh Nguyen2020-03-151-3/+1
| * usb: dwc3: Remove kernel doc annotation where it's not neededAndy Shevchenko2020-03-151-1/+1
| * usb: dwc3: Add ACPI support for xHCI portsAndy Shevchenko2020-03-151-0/+2
| * usb: dwc3: exynos: Add support for Exynos5422 suspend clkAnand Moon2020-03-151-0/+9
| * usb: dwc3: meson-g12a: Don't use ret uninitialized in dwc3_meson_g12a_otg_initNathan Chancellor2020-03-151-1/+1
| * usb: dwc3: Add Amlogic A1 DWC3 glueHanjie Lin2020-03-151-56/+116
| * usb: dwc3: trace: print enqueue/dequeue pointers tooFelipe Balbi2020-03-151-2/+7
* | Merge 5.6-rc5 into usb-nextGreg Kroah-Hartman2020-03-101-1/+8
|\|
| * usb: dwc3: gadget: Update chain bit correctly when using sg listPratham Pratap2020-03-041-1/+8
* | usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus2020-03-041-4/+6
* | Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman2020-02-242-25/+17
|\|
| * 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
* | usb: dwc3: qcom: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-121-1/+1
|/
* 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