index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
/
gadget.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-04
usb: dwc3: gadget: Move vbus draw to workqueue context
Prashanth K
1
-5
/
+3
2026-01-02
usb: dwc3: keep susphy enabled during exit to avoid controller faults
Udipto Goswami
1
-1
/
+1
2025-11-21
usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call ...
Manish Nagar
1
-0
/
+7
2025-09-12
usb: dwc3: core: Introduce glue callbacks for flattened implementations
Krishna Kurapati
1
-0
/
+1
2025-08-17
usb: dwc3: Remove WARN_ON for device endpoint command timeouts
Selvarasu Ganesan
1
-2
/
+8
2025-08-13
usb: dwc3: Ignore late xferNotReady event to prevent halt timeout
Kuen-Han Tsai
1
-0
/
+9
2025-07-07
usb: dwc3: gadget: Simplify TRB reclaim logic by removing redundant 'chain' a...
Johannes Schneider
1
-4
/
+4
2025-07-05
Merge merge point of tag 'usb-6.16-rc5' into usb-next
Greg Kroah-Hartman
1
-14
/
+10
2025-06-28
usb: dwc3: gadget: Fix TRB reclaim logic for short transfers and ZLPs
SCHNEIDER Johannes
1
-1
/
+1
2025-06-24
usb: dwc3: gadget: Remove duplicate check while setting xfer resource
Prashanth K
1
-5
/
+3
2025-06-19
usb: dwc3: Abort suspend on soft disconnect failure
Kuen-Han Tsai
1
-13
/
+9
2025-05-01
usb: dwc3: gadget: Make gadget_wakeup asynchronous
Prashanth K
1
-37
/
+23
2025-04-11
usb: dwc3: gadget: check that event count does not exceed event buffer length
Frode Isaksen
1
-0
/
+6
2025-03-14
usb: dwc3: Don't use %pK through printk
Thomas Weißschuh
1
-3
/
+3
2025-03-10
Merge v6.14-rc6 into usb-next
Greg Kroah-Hartman
1
-3
/
+7
2025-03-03
usb: dwc3: gadget: Prevent irq storm when TH re-executes
Badhri Jagan Sridharan
1
-3
/
+7
2025-02-17
Merge 6.14-rc3 into usb-next
Greg Kroah-Hartman
1
-0
/
+34
2025-02-14
usb: dwc3: gadget: Add support for snps,reserved-endpoints property
Andy Shevchenko
1
-1
/
+40
2025-02-14
usb: dwc3: gadget: Refactor loop to avoid NULL endpoints
Andy Shevchenko
1
-4
/
+18
2025-02-14
usb: dwc3: Fix timeout issue during controller enter/exit from halt state
Selvarasu Ganesan
1
-0
/
+34
2025-01-15
usb: dwc3: gadget: Reinitiate stream for all host NoStream behavior
Thinh Nguyen
1
-52
/
+57
2025-01-13
Merge 6.13-rc7 into usb-next
Greg Kroah-Hartman
1
-1
/
+3
2024-12-24
usb: dwc3: gadget: Fix incorrect UDC state after manual deconfiguration
Roy Luo
1
-0
/
+2
2024-12-23
usb: dwc3: gadget: fix writing NYET threshold
André Draszik
1
-1
/
+3
2024-11-16
usb: dwc3: gadget: Remove dwc3_request->needs_extra_trb
Thinh Nguyen
1
-4
/
+4
2024-11-16
usb: dwc3: gadget: Cleanup SG handling
Thinh Nguyen
1
-35
/
+7
2024-11-16
usb: dwc3: gadget: Fix looping of queued SG entries
Thinh Nguyen
1
-3
/
+3
2024-11-16
usb: dwc3: gadget: Fix checking for number of TRBs left
Thinh Nguyen
1
-3
/
+6
2024-11-13
usb: dwc3: gadget: Add missing check for single port RAM in TxFIFO resizing l...
Selvarasu Ganesan
1
-8
/
+46
2024-10-29
usb: dwc3: gadget: Refine the logic for resizing Tx FIFOs
Akash Kumar
1
-9
/
+24
2024-10-16
usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFG
Prashanth K
1
-4
/
+6
2024-10-04
usb: dwc3: core: Stop processing of pending events if controller is halted
Selvarasu Ganesan
1
-11
/
+0
2024-09-03
usb: dwc3: Avoid waking up gadget during startxfer
Prashanth K
1
-24
/
+17
2024-05-10
usb: dwc3: Wait unconditionally after issuing EndXfer command
Prashanth K
1
-3
/
+1
2024-04-24
usb: dwc3: core: Prevent phy suspend during init
Thinh Nguyen
1
-0
/
+2
2024-03-26
usb: dwc3: Properly set system wakeup
Thinh Nguyen
1
-0
/
+10
2024-02-26
Merge v6.8-rc6 into usb-next
Greg Kroah-Hartman
1
-0
/
+5
2024-02-19
usb: dwc3: gadget: Don't disconnect if not started
Thinh Nguyen
1
-0
/
+5
2024-02-19
Merge 6.8-rc5 into usb-next
Greg Kroah-Hartman
1
-6
/
+0
2024-02-17
usb: dwc3: gadget: Remove redundant assignment to pointer trb
Colin Ian King
1
-1
/
+1
2024-02-17
usb: dwc3: gadget: Rewrite endpoint allocation flow
Thinh Nguyen
1
-51
/
+38
2024-02-09
Revert "usb: dwc3: Support EBC feature of DWC_usb31"
Thinh Nguyen
1
-6
/
+0
2024-01-28
usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend
Uttkarsh Aggarwal
1
-4
/
+2
2024-01-04
usb: dwc3: gadget: Queue PM runtime idle on disconnect event
Wesley Cheng
1
-0
/
+7
2024-01-04
usb: dwc3: Support EBC feature of DWC_usb31
Manan Aurora
1
-0
/
+6
2024-01-04
usb: dwc3: gadget: Handle EP0 request dequeuing properly
Wesley Cheng
1
-1
/
+11
2023-08-04
usb: dwc3: Properly handle processing of pending events
Elson Roy Serrao
1
-1
/
+8
2023-07-03
Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+11
2023-06-23
usb: dwc3: gadget: Propagate core init errors to UDC during pullup
Krishna Kurapati
1
-1
/
+3
2023-06-13
usb: dwc3: gadget: Reset num TRBs before giving back the request
Elson Roy Serrao
1
-0
/
+1
[next]