aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2024-01-04usb: dwc3: qcom: Rename hs_phy_irq to qusb2_phy_irqGravatar Krishna Kurapati 1-11/+11
2024-01-04usb: dwc3: gadget: Queue PM runtime idle on disconnect eventGravatar Wesley Cheng 1-0/+7
2024-01-04usb: dwc3: set pm runtime active before resume commonGravatar Frank Wang 1-3/+6
2024-01-04usb: dwc3: Support EBC feature of DWC_usb31Gravatar Manan Aurora 3-0/+9
2024-01-04usb: dwc3: core: set force_gen1 bit in USB31 devices if max speed is SSGravatar Krishna Kurapati 2-0/+17
2024-01-04usb: dwc: ep0: Update request status in dwc3_ep0_stall_restartGravatar Uttkarsh Aggarwal 1-1/+4
2024-01-04usb: dwc3: gadget: Handle EP0 request dequeuing properlyGravatar Wesley Cheng 1-1/+11
2024-01-02Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"Gravatar Thinh Nguyen 1-2/+2
2024-01-02Revert "usb: dwc3: Soft reset phy on probe for host"Gravatar Thinh Nguyen 1-38/+1
2023-12-15usb: dwc3: imx8mp: Fix smatch warningGravatar Himanshu Bhavani 1-1/+3
2023-12-15usb: dwc3: xilinx: improve error handling for PM APIsGravatar Piyush Mehta 1-4/+7
2023-11-22USB: dwc3: qcom: fix ACPI platform device leakGravatar Johan Hovold 1-7/+30
2023-11-22USB: dwc3: qcom: fix software node leak on probe errorsGravatar Johan Hovold 1-5/+8
2023-11-22USB: dwc3: qcom: fix resource leaks on probe deferralGravatar Johan Hovold 1-3/+6
2023-11-22USB: dwc3: qcom: simplify wakeup interrupt setupGravatar Johan Hovold 1-8/+4
2023-11-22USB: dwc3: qcom: fix wakeup after probe deferralGravatar Johan Hovold 1-4/+4
2023-11-21usb: dwc3: set the dma max_seg_sizeGravatar Ricardo Ribalda 1-0/+2
2023-11-21usb: dwc3: add missing of_node_put and platform_device_putGravatar Stanley Chang 1-1/+7
2023-11-21usb: dwc3: Fix default mode initializationGravatar Alexander Stein 1-1/+1
2023-10-21usb: dwc3: add optional PHY interface clocksGravatar Sebastian Reichel 2-0/+32
2023-10-21usb: dwc3: xilinx: add reset-controller supportGravatar Piyush Mehta 1-7/+7
2023-10-16Merge 6.6-rc6 into usb-nextGravatar Greg Kroah-Hartman 1-1/+38
2023-10-05usb: dwc3: document gfladj_refclk_lpm_sel fieldGravatar Swarup Laxman Kotiaklapudi 1-0/+2
2023-10-02usb: dwc3: core: configure TX/RX threshold for DWC3_IPGravatar Stanley Chang 2-36/+137
2023-10-02usb: dwc3: add Realtek DHC RTD SoC dwc3 glue layer driverGravatar Stanley Chang 3-0/+487
2023-10-02usb: dwc3: Soft reset phy on probe for hostGravatar Thinh Nguyen 1-1/+38
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-0/+2
2023-08-22usb: dwc3: exynos: Add support for Exynos850 variantGravatar Sam Protsenko 1-0/+9
2023-08-22usb: dwc3: remove unnecessary platform_set_drvdata()Gravatar Yang Yingliang 4-6/+0
2023-08-22usb: dwc3: meson-g12a: do post init to fix broken usb after resumptionGravatar Luke Lu 1-0/+6
2023-08-14Merge 6.5-rc6 into usb-nextGravatar Greg Kroah-Hartman 1-1/+8
2023-08-09usb: dwc3: dwc3-octeon: Verify clock dividerGravatar Ladislav Michl 1-2/+6
2023-08-04usb: dwc3: Properly handle processing of pending eventsGravatar Elson Roy Serrao 1-1/+8
2023-08-04usb: dwc3: dwc3-octeon: Add SPDX header and copyrightGravatar Ladislav Michl 1-6/+4
2023-08-04usb: dwc3: dwc3-octeon: Dump control register on clock init failureGravatar Ladislav Michl 1-2/+2
2023-08-04usb: dwc3: dwc3-octeon: Move node parsing into driver probeGravatar Ladislav Michl 1-75/+60
2023-08-04usb: dwc3: dwc3-octeon: Avoid half-initialized controller stateGravatar Ladislav Michl 1-47/+43
2023-08-04usb: dwc3: dwc3-octeon: Pass dwc3_octeon to setup functionsGravatar Ladislav Michl 1-11/+12
2023-08-04usb: dwc3: dwc3-octeon: Use _ULL bitfields definesGravatar Ladislav Michl 1-39/+39
2023-08-04usb: dwc3: dwc3-octeon: Convert to glue driverGravatar Ladislav Michl 4-1/+571
2023-07-31Merge 6.5-rc4 into usb-nextGravatar Greg Kroah-Hartman 3-23/+6
2023-07-27usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phyGravatar Gratian Crisan 1-2/+4
2023-07-25usb: dwc3-am62: Rename private dataGravatar Ladislav Michl 1-47/+47
2023-07-25usb: Explicitly include correct DT includesGravatar Rob Herring 2-0/+2
2023-07-25Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"Gravatar Jakub Vanek 2-19/+0
2023-07-25usb: dwc3: don't reset device side if dwc3 was configured as host-onlyGravatar Jisheng Zhang 1-2/+2
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 14-76/+76
2023-06-23usb: dwc3: gadget: Propagate core init errors to UDC during pullupGravatar Krishna Kurapati 1-1/+3
2023-06-13usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe()Gravatar Christophe JAILLET 1-1/+4
2023-06-13usb: dwc3: qcom: use dev_err_probe() where appropriateGravatar Andrew Halaney 1-11/+9