summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2020-03-15usb: dwc3: qcom: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-03-15usb: dwc3: core: don't do suspend for device mode if already suspendedLi Jun1-0/+2
2020-03-15usb: dwc3: Rework resets initialization to be more flexibleJohn Stultz1-1/+1
2020-03-15usb: dwc3: Rework clock initialization to be more flexibleJohn Stultz1-15/+5
2020-03-15usb: dwc3: Add support for role-switch-default-mode bindingJohn Stultz2-3/+25
2020-03-15usb: dwc3: Registering a role switch in the DRD code.Yu Chen2-1/+79
2020-03-15usb: dwc3: core: add support for disabling SS instances in park modeNeil Armstrong2-0/+9
2020-03-15usb: dwc3: gadget: Wrap around when skip TRBsThinh Nguyen1-1/+1
2020-03-15usb: dwc3: gadget: Don't clear flags before transfer endedThinh Nguyen1-3/+1
2020-03-15usb: dwc3: Remove kernel doc annotation where it's not neededAndy Shevchenko1-1/+1
2020-03-15usb: dwc3: Add ACPI support for xHCI portsAndy Shevchenko1-0/+2
2020-03-15usb: dwc3: exynos: Add support for Exynos5422 suspend clkAnand Moon1-0/+9
2020-03-15usb: dwc3: meson-g12a: Don't use ret uninitialized in dwc3_meson_g12a_otg_initNathan Chancellor1-1/+1
2020-03-15usb: dwc3: Add Amlogic A1 DWC3 glueHanjie Lin1-56/+116
2020-03-15usb: dwc3: trace: print enqueue/dequeue pointers tooFelipe Balbi1-2/+7
2020-03-10Merge 5.6-rc5 into usb-nextGreg Kroah-Hartman1-1/+8
2020-03-04usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus1-4/+6
2020-03-04usb: dwc3: gadget: Update chain bit correctly when using sg listPratham Pratap1-1/+8
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman2-25/+17
2020-02-12usb: dwc3: qcom: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-02-11usb: dwc3: debug: fix string position formatting mixup with ret and lenColin Ian King1-24/+15
2020-02-11usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fieldsAnurag Kumar Vulisha1-1/+2
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds7-26/+61
2020-01-27Merge tag 'devprop-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2020-01-22usb: dwc3: pci: add ID for the Intel Comet Lake -V variantHeikki Krogerus1-0/+4
2020-01-15usb: dwc3: gadget: Remove END_TRANSFER delayThinh Nguyen1-13/+5
2020-01-15usb: dwc3: gadget: Delay starting transferThinh Nguyen2-0/+12
2020-01-15usb: dwc3: gadget: Check END_TRANSFER completionThinh Nguyen3-2/+9
2020-01-15usb: dwc3: turn off VBUS when leaving host modeBin Liu1-0/+3
2020-01-15usb: dwc3: gadget: Clear DCTL.ULSTCHNGREQ before setThinh Nguyen1-0/+3
2020-01-15usb: dwc3: gadget: Set link state to RX_Detect on disconnectThinh Nguyen1-0/+2
2020-01-15usb: dwc3: gadget: Don't send unintended link state changeThinh Nguyen2-9/+21
2020-01-13Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman1-0/+7
2020-01-09usb: exynos: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski1-2/+2
2020-01-09usb: dwc3: use proper initializers for property entriesDmitry Torokhov1-3/+3
2019-12-30usb: dwc3: gadget: Fix request complete checkThinh Nguyen1-0/+7
2019-12-12usb: dwc3: pci: add ID for the Intel Comet Lake -H variantHeikki Krogerus1-1/+5
2019-12-10usb: dwc3: ep0: Clear started flag on completionThinh Nguyen1-0/+8
2019-12-10usb: dwc3: gadget: Clear started flag for non-IOCThinh Nguyen1-0/+3
2019-12-10usb: dwc3: gadget: Fix logical conditionTejas Joglekar1-1/+1
2019-11-21usb: dwc3: Fix Kconfig indentationKrzysztof Kozlowski1-15/+15
2019-11-18Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman3-10/+59
2019-11-14usb: dwc3: create debugfs directory under usb rootChunfeng Yun1-1/+1
2019-11-04Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman4-3/+9
2019-10-31usb: dwc3: gadget: fix race when disabling ep with cancelled xfersFelipe Balbi1-0/+6
2019-10-29usb: dwc3: of-simple: add a shutdownFelipe Balbi1-8/+20
2019-10-27usb: dwc3: remove the call trace of USBx_GFLADJYinbo Zhu1-2/+1
2019-10-27usb: dwc3: pci: prevent memory leak in dwc3_pci_probeNavid Emamdoost1-1/+1
2019-10-27usb: dwc3: select CONFIG_REGMAP_MMIOArnd Bergmann1-0/+1
2019-10-23usb: dwc3: debug: Remove newline printoutThinh Nguyen1-2/+2