summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2024-03-01usb: dwc3: gadget: Don't disconnect if not startedThinh Nguyen1-0/+5
2024-02-23usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspendUttkarsh Aggarwal1-4/+2
2024-02-16usb: dwc3: pci: add support for the Intel Arrow Lake-HHeikki Krogerus1-0/+4
2024-02-16usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K1-1/+3
2024-01-26Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"Thinh Nguyen1-2/+2
2024-01-26Revert "usb: dwc3: Soft reset phy on probe for host"Thinh Nguyen1-38/+1
2024-01-26usb: dwc3: gadget: Queue PM runtime idle on disconnect eventWesley Cheng1-0/+7
2024-01-26usb: dwc3: gadget: Handle EP0 request dequeuing properlyWesley Cheng1-1/+11
2024-01-26usb: dwc: ep0: Update request status in dwc3_ep0_stall_restartUttkarsh Aggarwal1-1/+4
2023-12-03USB: dwc3: qcom: fix wakeup after probe deferralJohan Hovold1-4/+4
2023-12-03USB: dwc3: qcom: fix software node leak on probe errorsJohan Hovold1-5/+8
2023-12-03usb: dwc3: set the dma max_seg_sizeRicardo Ribalda1-0/+2
2023-12-03usb: dwc3: Fix default mode initializationAlexander Stein1-1/+1
2023-12-03USB: dwc3: qcom: fix ACPI platform device leakJohan Hovold1-7/+30
2023-12-03USB: dwc3: qcom: fix resource leaks on probe deferralJohan Hovold1-3/+6
2023-11-28usb: dwc3: core: configure TX/RX threshold for DWC3_IPStanley Chang2-36/+137
2023-10-02usb: dwc3: Soft reset phy on probe for hostThinh Nguyen1-1/+38
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+2
2023-08-22usb: dwc3: exynos: Add support for Exynos850 variantSam Protsenko1-0/+9
2023-08-22usb: dwc3: remove unnecessary platform_set_drvdata()Yang Yingliang4-6/+0
2023-08-22usb: dwc3: meson-g12a: do post init to fix broken usb after resumptionLuke Lu1-0/+6
2023-08-14Merge 6.5-rc6 into usb-nextGreg Kroah-Hartman1-1/+8
2023-08-09usb: dwc3: dwc3-octeon: Verify clock dividerLadislav Michl1-2/+6
2023-08-04usb: dwc3: Properly handle processing of pending eventsElson Roy Serrao1-1/+8
2023-08-04usb: dwc3: dwc3-octeon: Add SPDX header and copyrightLadislav Michl1-6/+4
2023-08-04usb: dwc3: dwc3-octeon: Dump control register on clock init failureLadislav Michl1-2/+2
2023-08-04usb: dwc3: dwc3-octeon: Move node parsing into driver probeLadislav Michl1-75/+60
2023-08-04usb: dwc3: dwc3-octeon: Avoid half-initialized controller stateLadislav Michl1-47/+43
2023-08-04usb: dwc3: dwc3-octeon: Pass dwc3_octeon to setup functionsLadislav Michl1-11/+12
2023-08-04usb: dwc3: dwc3-octeon: Use _ULL bitfields definesLadislav Michl1-39/+39
2023-08-04usb: dwc3: dwc3-octeon: Convert to glue driverLadislav Michl4-1/+571
2023-07-31Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman3-23/+6
2023-07-27usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phyGratian Crisan1-2/+4
2023-07-25usb: dwc3-am62: Rename private dataLadislav Michl1-47/+47
2023-07-25usb: Explicitly include correct DT includesRob Herring2-0/+2
2023-07-25Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"Jakub Vanek2-19/+0
2023-07-25usb: dwc3: don't reset device side if dwc3 was configured as host-onlyJisheng Zhang1-2/+2
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds14-76/+76
2023-06-23usb: dwc3: gadget: Propagate core init errors to UDC during pullupKrishna Kurapati1-1/+3
2023-06-13usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe()Christophe JAILLET1-1/+4
2023-06-13usb: dwc3: qcom: use dev_err_probe() where appropriateAndrew Halaney1-11/+9
2023-06-13usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe()Christophe JAILLET1-2/+3
2023-06-13usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove()Christophe JAILLET1-1/+5
2023-06-13USB: dwc3: fix use-after-free on core driver unbindJohan Hovold1-0/+5
2023-06-13USB: dwc3: qcom: fix NULL-deref on suspendJohan Hovold1-1/+10
2023-06-13usb: dwc3: gadget: Reset num TRBs before giving back the requestElson Roy Serrao1-0/+1
2023-05-29usb: dwc3: qcom: Fix potential memory leakVladislav Efanov1-3/+3
2023-05-28USB: fix up merge of 6.4-rc4 into usb-nextRoger Quadros1-18/+8
2023-05-28Merge 6.4-rc4 into usb-nextGreg Kroah-Hartman4-21/+154
2023-05-28usb: dwc3-xilinx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2