summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
...
| * usb: dwc3: drd: Don't free non-existing irqThinh Nguyen2020-05-051-1/+1
| * usb: dwc3: meson-g12a: refactor usb2 phy initNeil Armstrong2020-05-051-21/+53
| * usb: dwc3: meson-g12a: check return of dwc3_meson_g12a_usb_initNeil Armstrong2020-05-051-1/+3
| * usb: dwc3: meson-g12a: get the reset as sharedNeil Armstrong2020-05-051-1/+1
| * usb: dwc3: meson-g12a: handle the phy and glue registers separatelyNeil Armstrong2020-05-051-39/+85
| * usb: dwc3: meson-g12a: specify phy names in soc dataNeil Armstrong2020-05-051-14/+33
| * usb: dwc3: gadget: Refactor dwc3_gadget_ep_dequeueThinh Nguyen2020-05-051-16/+11
| * usb: dwc3: gadget: Remove unnecessary checksThinh Nguyen2020-05-051-8/+1
| * usb: dwc3: gadget: Give back staled requestsThinh Nguyen2020-05-051-1/+14
| * usb: dwc3: gadget: Properly handle ClearFeature(halt)Thinh Nguyen2020-05-051-3/+33
| * usb: dwc3: support continuous runtime PM with dual roleMartin Kepplinger2020-05-051-3/+8
| * USB: dwc3: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-055-5/+5
* | 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