summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
2020-05-25usb: dwc3: gadget: Continue to process pending requestsThinh Nguyen
2020-05-05usb: dwc3: gadget: WARN on no-resource statusThinh Nguyen
2020-05-05usb: dwc3: gadget: Issue END_TRANSFER to retry isoc transferThinh Nguyen
2020-05-05usb: dwc3: gadget: Store resource index of start cmdThinh Nguyen
2020-05-05usb: dwc3: gadget: Properly handle failed kick_transferThinh Nguyen
2020-05-05usb: dwc3: core: Use role-switch default dr_modeThinh Nguyen
2020-05-05usb: dwc3: drd: Don't free non-existing irqThinh Nguyen
2020-05-05usb: dwc3: meson-g12a: refactor usb2 phy initNeil Armstrong
2020-05-05usb: dwc3: meson-g12a: check return of dwc3_meson_g12a_usb_initNeil Armstrong
2020-05-05usb: dwc3: meson-g12a: get the reset as sharedNeil Armstrong
2020-05-05usb: dwc3: meson-g12a: handle the phy and glue registers separatelyNeil Armstrong
2020-05-05usb: dwc3: meson-g12a: specify phy names in soc dataNeil Armstrong
2020-05-05usb: dwc3: gadget: Refactor dwc3_gadget_ep_dequeueThinh Nguyen
2020-05-05usb: dwc3: gadget: Remove unnecessary checksThinh Nguyen
2020-05-05usb: dwc3: gadget: Give back staled requestsThinh Nguyen
2020-05-05usb: dwc3: gadget: Properly handle ClearFeature(halt)Thinh Nguyen
2020-05-05usb: dwc3: support continuous runtime PM with dual roleMartin Kepplinger
2020-05-05USB: dwc3: Use the correct style for SPDX License IdentifierNishad Kamdar
2020-04-17usb: dwc3: gadget: Fix request completion checkThinh Nguyen
2020-04-16usb: dwc3: gadget: Do link recovery for SS and SSPThinh Nguyen
2020-04-16usb: dwc3: gadget: Properly set maxpacket limitThinh Nguyen
2020-04-16usb: dwc3: Fix GTXFIFOSIZ.TXFDEP macro nameThinh Nguyen
2020-03-16usb: dwc3: fix up for role switch API changeStephen Rothwell
2020-03-16Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2020-03-15usb: dwc3: qcom: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven
2020-03-15usb: dwc3: core: don't do suspend for device mode if already suspendedLi Jun
2020-03-15usb: dwc3: Rework resets initialization to be more flexibleJohn Stultz
2020-03-15usb: dwc3: Rework clock initialization to be more flexibleJohn Stultz
2020-03-15usb: dwc3: Add support for role-switch-default-mode bindingJohn Stultz
2020-03-15usb: dwc3: Registering a role switch in the DRD code.Yu Chen
2020-03-15usb: dwc3: core: add support for disabling SS instances in park modeNeil Armstrong
2020-03-15usb: dwc3: gadget: Wrap around when skip TRBsThinh Nguyen
2020-03-15usb: dwc3: gadget: Don't clear flags before transfer endedThinh Nguyen
2020-03-15usb: dwc3: Remove kernel doc annotation where it's not neededAndy Shevchenko
2020-03-15usb: dwc3: Add ACPI support for xHCI portsAndy Shevchenko
2020-03-15usb: dwc3: exynos: Add support for Exynos5422 suspend clkAnand Moon
2020-03-15usb: dwc3: meson-g12a: Don't use ret uninitialized in dwc3_meson_g12a_otg_initNathan Chancellor
2020-03-15usb: dwc3: Add Amlogic A1 DWC3 glueHanjie Lin
2020-03-15usb: dwc3: trace: print enqueue/dequeue pointers tooFelipe Balbi
2020-03-10Merge 5.6-rc5 into usb-nextGreg Kroah-Hartman
2020-03-04usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus
2020-03-04usb: dwc3: gadget: Update chain bit correctly when using sg listPratham Pratap
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman
2020-02-12usb: dwc3: qcom: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven
2020-02-11usb: dwc3: debug: fix string position formatting mixup with ret and lenColin Ian King
2020-02-11usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fieldsAnurag Kumar Vulisha
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-01-27Merge tag 'devprop-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-22usb: dwc3: pci: add ID for the Intel Comet Lake -V variantHeikki Krogerus
2020-01-15usb: dwc3: gadget: Remove END_TRANSFER delayThinh Nguyen