summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/gadget.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04usb: dwc3: gadget: Move vbus draw to workqueue contextPrashanth K1-5/+3
2026-01-02usb: dwc3: keep susphy enabled during exit to avoid controller faultsUdipto Goswami1-1/+1
2025-11-21usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call ...Manish Nagar1-0/+7
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-24usb: dwc3: core: Prevent phy suspend during initThinh Nguyen1-0/+2
2024-03-26usb: dwc3: Properly set system wakeupThinh Nguyen1-0/+10
2024-02-26Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman1-0/+5
2024-02-19usb: dwc3: gadget: Don't disconnect if not startedThinh Nguyen1-0/+5
2024-02-19Merge 6.8-rc5 into usb-nextGreg Kroah-Hartman1-6/+0
2024-02-17usb: dwc3: gadget: Remove redundant assignment to pointer trbColin Ian King1-1/+1
2024-02-17usb: dwc3: gadget: Rewrite endpoint allocation flowThinh Nguyen1-51/+38
2024-02-09Revert "usb: dwc3: Support EBC feature of DWC_usb31"Thinh Nguyen1-6/+0
2024-01-28usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspendUttkarsh Aggarwal1-4/+2
2024-01-04usb: dwc3: gadget: Queue PM runtime idle on disconnect eventWesley Cheng1-0/+7
2024-01-04usb: dwc3: Support EBC feature of DWC_usb31Manan Aurora1-0/+6
2024-01-04usb: dwc3: gadget: Handle EP0 request dequeuing properlyWesley Cheng1-1/+11
2023-08-04usb: dwc3: Properly handle processing of pending eventsElson Roy Serrao1-1/+8
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+11
2023-06-23usb: dwc3: gadget: Propagate core init errors to UDC during pullupKrishna Kurapati1-1/+3
2023-06-13usb: dwc3: gadget: Reset num TRBs before giving back the requestElson Roy Serrao1-0/+1