summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2020-10-02usb: dwc3: pci: Allow Elkhart Lake to utilize DSM method for PM functionalityRaymond Tan1-1/+2
2020-10-02usb: dwc-meson-g12a: Add support for USB on AXG SoCsNeil Armstrong1-0/+18
2020-10-02usb: dwc3: core: do not queue work if dr_mode is not USB_DR_MODE_OTGLi Jun1-3/+3
2020-10-02usb: dwc3: gadget: fix checkpatch warningsFelipe Balbi1-15/+17
2020-10-02usb: dwc3: core: fix checkpatch warningsFelipe Balbi1-18/+19
2020-10-02usb: dwc3: debugfs: fix checkpatch warningsFelipe Balbi1-30/+26
2020-10-02usb: dwc3: qcom: fix checkpatch warningsFelipe Balbi1-3/+5
2020-10-02usb: dwc3: ep0: fix checkpatch warningsFelipe Balbi1-3/+3
2020-10-02usb: dwc3: debug: fix checkpatch warningFelipe Balbi1-2/+2
2020-10-02usb: dwc3: trace: fix checkpatch warningsFelipe Balbi1-8/+9
2020-10-02usb: dwc3: ulpi: fix checkpatch warningFelipe Balbi1-1/+1
2020-10-02usb: dwc3: meson: fix checkpatch errors and warningsFelipe Balbi1-11/+7
2020-10-02usb: dwc3: debug: fix sparse warningFelipe Balbi1-1/+3
2020-10-02usb: dwc3: meson: fix coccinelle WARNINGFelipe Balbi1-4/+1
2020-10-02usb: dwc3: qcom: Add interconnect support in dwc3 driverSandeep Maheswaram1-2/+118
2020-09-24usb: dwc3: core: Print warning on unsupported speedThinh Nguyen1-0/+9
2020-09-24usb: dwc3: core: Properly default unspecified speedThinh Nguyen1-17/+18
2020-09-24usb: dwc3: simple: add support for Hikey 970Mauro Carvalho Chehab1-0/+1
2020-09-24usb: dwc3: gadget: END_TRANSFER before CLEAR_STALL commandThinh Nguyen4-8/+50
2020-09-24usb: dwc3: gadget: Resume pending requests after CLEAR_STALLThinh Nguyen1-8/+14
2020-09-04Revert "usb: dwc3: meson-g12a: fix shared reset control use"Amjad Ouled-Ameur1-9/+6
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-18/+89
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+2
2020-08-17usb: dwc3: gadget: Handle ZLP for sg requestsThinh Nguyen1-0/+31
2020-08-17usb: dwc3: gadget: Fix handling ZLPThinh Nguyen1-2/+23
2020-08-17usb: dwc3: gadget: Don't setup more than requestedThinh Nguyen1-16/+35
2020-07-29usb: dwc3: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-2/+2
2020-07-24usb: dwc3: gadget: when the started list is empty stop the active xferMichael Grzeschik1-1/+3
2020-07-24usb: dwc3: gadget: make starting isoc transfers more robustMichael Olbrich1-0/+22
2020-07-24usb: dwc3: gadget: add frame number maskMichael Grzeschik2-2/+4
2020-07-24usb: dwc3: meson-g12a: fix shared reset control useDan Robertson1-6/+9
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