summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2020-07-20Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman1-0/+8
2020-07-15usb: dwc3: Replace HTTP links with HTTPS onesAlexander A. Klimov16-16/+16
2020-07-09usb: dwc3: dwc3-qcom: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones1-10/+12
2020-07-09usb: dwc3: pci: add support for the Intel Jasper LakeHeikki Krogerus1-0/+4
2020-07-09usb: dwc3: pci: add support for the Intel Tiger Lake PCH -H variantHeikki Krogerus1-0/+4
2020-07-03usb: dwc3: dwc3-of-simple: Function headers are not good candidates for kerne...Lee Jones1-1/+1
2020-07-03usb: dwc3: dwc3-haps: Function headers are not suitable for kerneldocLee Jones1-1/+1
2020-07-03usb: dwc3: dwc3-omap: Do not read DMA statusLee Jones1-6/+1
2020-07-03usb: dwc3: ulpi: File headers are not doc headersLee Jones1-1/+1
2020-07-03usb: dwc3: drd: File headers are not doc headersLee Jones1-1/+1
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman2-10/+3
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman3-20/+20
2020-06-24Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend clk"Anand Moon1-9/+0
2020-06-24usb: dwc3: pci: Fix reference count leak in dwc3_pci_resume_workAditya Pakki1-1/+3
2020-05-29usb: dwc3: meson-g12a: fix USB2 PHY initialization on G12A and A1 SoCsMartin Blumenstingl1-4/+4
2020-05-29usb: dwc3: meson-g12a: fix error path when fetching the reset line failsMartin Blumenstingl1-1/+1
2020-05-25Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman13-284/+853
2020-05-25usb: dwc3: keystone: Turn on USB3 PHY before controllerRoger Quadros1-1/+40
2020-05-25usb: dwc3: gadget: Check for prepared TRBsThinh Nguyen1-0/+8
2020-05-25usb: dwc3: Increase timeout for CmdAct cleared by device controllerYu Chen1-1/+1
2020-05-25usb: dwc3: gadget: Use SET_EP_PRIME for NoStreamThinh Nguyen2-3/+13
2020-05-25usb: dwc3: gadget: Handle stream transfersThinh Nguyen3-3/+104
2020-05-25usb: dwc3: gadget: Don't prepare beyond a transferThinh Nguyen1-0/+8
2020-05-25usb: dwc3: gadget: Wait for transfer completionThinh Nguyen2-1/+9
2020-05-25usb: dwc3: gadget: Handle XferComplete for streamsThinh Nguyen1-6/+28
2020-05-25usb: dwc3: gadget: Enable XferComplete eventThinh Nguyen1-0/+1
2020-05-25usb: dwc3: gadget: Refactor TRB completion handlerThinh Nguyen1-19/+26
2020-05-25usb: dwc3: gadget: Check for in-progress END_TRANSFERThinh Nguyen1-0/+4
2020-05-25usb: dwc3: Get MDWIDTH for DWC_usb32Thinh Nguyen3-2/+22
2020-05-25usb: dwc3: Add support for DWC_usb32 IPThinh Nguyen4-97/+97
2020-05-25usb: dwc3: use true,false for dwc->otg_restart_hostJason Yan1-2/+2
2020-05-25usb: dwc3: of-simple: remove Amlogic GXL and AXG compatiblesMartin Blumenstingl1-24/+6
2020-05-25usb: dwc3: meson-g12a: add support for GXL and GXM SoCsNeil Armstrong1-1/+101
2020-05-25usb: dwc3: meson-g12a: support the GXL/GXM DWC3 host phy disconnectNeil Armstrong1-0/+35
2020-05-25usb: dwc3: meson-g12a: refactor usb initNeil Armstrong1-15/+37
2020-05-25usb: dwc3: gadget: Continue to process pending requestsThinh Nguyen1-3/+21
2020-05-09usb: dwc3: select USB_ROLE_SWITCHArnd Bergmann1-0/+1
2020-05-09usb: dwc3: pci: Enable extcon driver for Intel MerrifieldAndy Shevchenko1-0/+1
2020-05-09dwc3: Remove check for HWO flag in dwc3_gadget_ep_reclaim_trb_sg()John Stultz1-3/+0
2020-05-05usb: dwc3: gadget: WARN on no-resource statusThinh Nguyen1-0/+2
2020-05-05usb: dwc3: gadget: Issue END_TRANSFER to retry isoc transferThinh Nguyen1-1/+35
2020-05-05usb: dwc3: gadget: Store resource index of start cmdThinh Nguyen1-3/+6
2020-05-05usb: dwc3: gadget: Properly handle failed kick_transferThinh Nguyen1-8/+16
2020-05-05usb: dwc3: core: Use role-switch default dr_modeThinh Nguyen1-0/+2
2020-05-05usb: dwc3: drd: Don't free non-existing irqThinh Nguyen1-1/+1
2020-05-05usb: dwc3: meson-g12a: refactor usb2 phy initNeil Armstrong1-21/+53
2020-05-05usb: dwc3: meson-g12a: check return of dwc3_meson_g12a_usb_initNeil Armstrong1-1/+3
2020-05-05usb: dwc3: meson-g12a: get the reset as sharedNeil Armstrong1-1/+1
2020-05-05usb: dwc3: meson-g12a: handle the phy and glue registers separatelyNeil Armstrong1-39/+85
2020-05-05usb: dwc3: meson-g12a: specify phy names in soc dataNeil Armstrong1-14/+33