summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/gadget.c
AgeCommit message (Expand)AuthorFilesLines
12 daysusb: dwc3: clear forceRM when issuing EndTransferElson Serrao1-8/+13
2026-08-14usb: dwc3: gadget: Fix use-after-free in dwc3_gadget_free_endpoints due to ra...Pei Xiao1-0/+1
2026-07-13Merge 7.2-rc3 into usb-nextGreg Kroah-Hartman1-7/+36
2026-07-10usb: dwc3: avoid probe deferral when USB power supply is not availableElson Serrao1-2/+13
2026-07-08usb: dwc3: run gadget disconnect from sleepable suspend contextRunyu Xiao1-7/+36
2026-03-11usb: dwc3: gadget: use explicit 0 for success in __dwc3_gadget_kick_transfer()Zeeshan Ahmad1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-02-05usb: dwc3: gadget: Move vbus draw to workqueue contextPrashanth K1-5/+3
2026-01-27usb: dwc3: Log dwc3 address in tracesPrashanth K1-1/+1
2026-01-16usb: dwc3: Add dwc pointer to dwc3_readl/writelPrashanth K1-80/+80
2026-01-16usb: dwc3: Remove of dep->regsPrashanth K1-6/+6
2025-12-17usb: dwc3: keep susphy enabled during exit to avoid controller faultsUdipto Goswami1-1/+1
2025-12-06Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+3
2025-11-21usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call ...Manish Nagar1-0/+7
2025-11-21usb: dwc3: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-10-22usb: dwc3: glue: Allow more fine grained control over mode switchesSven Peter1-0/+2
2025-09-12usb: dwc3: core: Introduce glue callbacks for flattened implementationsKrishna Kurapati1-0/+1
2025-08-17usb: dwc3: Remove WARN_ON for device endpoint command timeoutsSelvarasu Ganesan1-2/+8
2025-08-13usb: dwc3: Ignore late xferNotReady event to prevent halt timeoutKuen-Han Tsai1-0/+9
2025-07-07usb: dwc3: gadget: Simplify TRB reclaim logic by removing redundant 'chain' a...Johannes Schneider1-4/+4
2025-07-05Merge merge point of tag 'usb-6.16-rc5' into usb-nextGreg Kroah-Hartman1-14/+10
2025-06-28usb: dwc3: gadget: Fix TRB reclaim logic for short transfers and ZLPsSCHNEIDER Johannes1-1/+1
2025-06-24usb: dwc3: gadget: Remove duplicate check while setting xfer resourcePrashanth K1-5/+3
2025-06-19usb: dwc3: Abort suspend on soft disconnect failureKuen-Han Tsai1-13/+9
2025-05-01usb: dwc3: gadget: Make gadget_wakeup asynchronousPrashanth K1-37/+23
2025-04-11usb: dwc3: gadget: check that event count does not exceed event buffer lengthFrode Isaksen1-0/+6
2025-03-14usb: dwc3: Don't use %pK through printkThomas Weißschuh1-3/+3
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman1-3/+7
2025-03-03usb: dwc3: gadget: Prevent irq storm when TH re-executesBadhri Jagan Sridharan1-3/+7
2025-02-17Merge 6.14-rc3 into usb-nextGreg Kroah-Hartman1-0/+34
2025-02-14usb: dwc3: gadget: Add support for snps,reserved-endpoints propertyAndy Shevchenko1-1/+40
2025-02-14usb: dwc3: gadget: Refactor loop to avoid NULL endpointsAndy Shevchenko1-4/+18
2025-02-14usb: dwc3: Fix timeout issue during controller enter/exit from halt stateSelvarasu Ganesan1-0/+34
2025-01-15usb: dwc3: gadget: Reinitiate stream for all host NoStream behaviorThinh Nguyen1-52/+57
2025-01-13Merge 6.13-rc7 into usb-nextGreg Kroah-Hartman1-1/+3
2024-12-24usb: dwc3: gadget: Fix incorrect UDC state after manual deconfigurationRoy Luo1-0/+2
2024-12-23usb: dwc3: gadget: fix writing NYET thresholdAndré Draszik1-1/+3
2024-11-16usb: dwc3: gadget: Remove dwc3_request->needs_extra_trbThinh Nguyen1-4/+4
2024-11-16usb: dwc3: gadget: Cleanup SG handlingThinh Nguyen1-35/+7
2024-11-16usb: dwc3: gadget: Fix looping of queued SG entriesThinh Nguyen1-3/+3
2024-11-16usb: dwc3: gadget: Fix checking for number of TRBs leftThinh Nguyen1-3/+6
2024-11-13usb: dwc3: gadget: Add missing check for single port RAM in TxFIFO resizing l...Selvarasu Ganesan1-8/+46
2024-10-29usb: dwc3: gadget: Refine the logic for resizing Tx FIFOsAkash Kumar1-9/+24
2024-10-16usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFGPrashanth K1-4/+6
2024-10-04usb: dwc3: core: Stop processing of pending events if controller is haltedSelvarasu Ganesan1-11/+0
2024-09-03usb: dwc3: Avoid waking up gadget during startxferPrashanth K1-24/+17
2024-05-10usb: dwc3: Wait unconditionally after issuing EndXfer commandPrashanth K1-3/+1
2024-04-23usb: dwc3: core: Prevent phy suspend during initThinh Nguyen1-0/+2
2024-03-26usb: dwc3: Properly set system wakeupThinh Nguyen1-0/+10