summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
6 daysusb: dwc3: imx8mp: fix memory leak on probe failure pathXiaolei Wang1-1/+1
2026-03-18dwc3: google: Fix PM domain leak in dwc3_google_probe()Felix Gu1-2/+3
2026-03-11usb: dwc3: pci: add support for the Intel Nova Lake -HHeikki Krogerus1-0/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-4/+4
2026-02-05usb: dwc3: gadget: Move vbus draw to workqueue contextPrashanth K3-6/+25
2026-01-27usb: dwc3: Log dwc3 address in tracesPrashanth K5-38/+60
2026-01-23usb: dwc3: google: Remove redundant dev_err()Chen Ni1-3/+1
2026-01-19Merge 6.19-rc6 usb-nextGreg Kroah-Hartman3-15/+52
2026-01-16usb: dwc3: Add dwc pointer to dwc3_readl/writelPrashanth K8-250/+253
2026-01-16usb: dwc3: Remove of dep->regsPrashanth K4-21/+15
2026-01-14usb: dwc3: apple: Ignore USB role switches to the active roleJanne Grunau1-0/+16
2026-01-14usb: dwc3: apple: Set USB2 PHY mode before dwc3 initSven Peter1-15/+33
2026-01-14usb: dwc3: Always deassert xilinx resetsSean Anderson1-37/+34
2026-01-14usb: dwc3: imx8mp: disable auto suspend for host roleXu Yang1-0/+31
2026-01-14usb: dwc3: imx8mp: rename dwc3 to dwc3_pdev in struct dwc3_imx8mpXu Yang1-8/+8
2026-01-14usb: dwc3: drd: extend dwc3_pre_set_role() to extcon and otg usecaseXu Yang1-3/+7
2026-01-07usb: dwc3: Check for USB4 IP_NAMEThinh Nguyen2-0/+3
2025-12-29Merge 6.19-rc3 into usb-nextGreg Kroah-Hartman3-5/+6
2025-12-23usb: dwc3: Add Google Tensor SoC DWC3 glue driverRoy Luo3-0/+640
2025-12-17usb: dwc3: of-simple: fix clock resource leak in dwc3_of_simple_probeMiaoqian Lin1-3/+4
2025-12-17usb: dwc3: keep susphy enabled during exit to avoid controller faultsUdipto Goswami2-2/+2
2025-12-07Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-19/+760
2025-12-05Merge tag 'pmdomain-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds1-2/+7
2025-11-26usb: dwc3: core: Remove redundant comment in core initKrishna Kurapati1-4/+0
2025-11-21usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call ...Manish Nagar2-0/+8
2025-11-21usb: dwc3: eic7700: Add EIC7700 USB driverHang Cao1-7/+64
2025-11-21usb: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus5-6/+0
2025-11-21usb: dwc3: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-11-19usb: dwc3: imx8mp: Set out of band wakeup for i.MX95Peng Fan1-2/+7
2025-11-09usb: dwc3: pci: Sort out the Intel device IDsHeikki Krogerus1-41/+41
2025-11-09usb: dwc3: pci: add support for the Intel Nova Lake -SHeikki Krogerus1-0/+2
2025-11-09drivers/usb/dwc3: fix PCI parent checkJamie Iles1-1/+2
2025-10-28usb: dwc3: apple: Only support a single reset controllerSven Peter1-14/+14
2025-10-27Merge 6.18-rc3 into usb-nextGreg Kroah-Hartman1-3/+0
2025-10-24usb: dwc3: Allow usb role swich control from userspacePritam Manohar Sutar1-0/+1
2025-10-22usb: dwc3: Add Apple Silicon DWC3 glue layer driverSven Peter3-0/+501
2025-10-22usb: dwc3: glue: Allow more fine grained control over mode switchesSven Peter4-5/+131
2025-10-22usb: dwc3: glue: Add documentationSven Peter1-0/+27
2025-10-22usb: dwc3: dwc3_power_off_all_roothub_ports: Use ioremap_np when requiredSven Peter1-1/+4
2025-10-13usb: dwc3: Don't call clk_bulk_disable_unprepare() twiceChristophe JAILLET1-3/+0
2025-10-13usb: dwc3: dwc3-generic-plat: Add layerscape dwc3 supportFrank Li1-1/+13
2025-10-13usb: dwc3: Add software-managed properties for flattened modelFrank Li4-2/+26
2025-09-17Merge patch series "Add SpacemiT K1 USB3.0 host controller support"Greg Kroah-Hartman3-0/+178
2025-09-17usb: dwc3: add generic driver to support flattenedZe Huang3-0/+178
2025-09-12usb: dwc3: qcom: Implement glue callbacks to facilitate runtime suspendKrishna Kurapati1-10/+68
2025-09-12usb: dwc3: core: Introduce glue callbacks for flattened implementationsKrishna Kurapati4-0/+29
2025-09-06usb: dwc3: Refactor dwc3_mode_showKuen-Han Tsai1-7/+5
2025-09-06usb: dwc3: Add trace event for dwc3_set_prtcapKuen-Han Tsai3-0/+36
2025-08-25Merge 6.17-rc3 into usb-nextGreg Kroah-Hartman3-6/+35