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-01-11
usb: dwc3: keep susphy enabled during exit to avoid controller faults
Udipto Goswami
1
-1
/
+1
2025-12-07
usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call ...
Manish Nagar
1
-0
/
+7
2025-08-28
usb: dwc3: Remove WARN_ON for device endpoint command timeouts
Selvarasu Ganesan
1
-2
/
+8
2025-08-28
usb: dwc3: Ignore late xferNotReady event to prevent halt timeout
Kuen-Han Tsai
1
-0
/
+9
2025-07-17
usb: dwc3: Abort suspend on soft disconnect failure
Kuen-Han Tsai
1
-13
/
+9
2025-05-02
usb: dwc3: gadget: Refactor loop to avoid NULL endpoints
Andy Shevchenko
1
-4
/
+18
2025-05-02
usb: dwc3: gadget: check that event count does not exceed event buffer length
Frode Isaksen
1
-0
/
+6
2025-03-13
usb: dwc3: gadget: Prevent irq storm when TH re-executes
Badhri Jagan Sridharan
1
-3
/
+7
2025-02-21
usb: dwc3: Fix timeout issue during controller enter/exit from halt state
Selvarasu Ganesan
1
-0
/
+34
2025-01-17
usb: dwc3: gadget: fix writing NYET threshold
André Draszik
1
-1
/
+3
2024-12-14
usb: dwc3: gadget: Rewrite endpoint allocation flow
Thinh Nguyen
1
-51
/
+38
2024-12-14
usb: dwc3: gadget: Fix looping of queued SG entries
Thinh Nguyen
1
-3
/
+3
2024-12-14
usb: dwc3: gadget: Fix checking for number of TRBs left
Thinh Nguyen
1
-3
/
+6
2024-10-22
usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFG
Prashanth K
1
-4
/
+6
2024-10-17
usb: dwc3: core: Stop processing of pending events if controller is halted
Selvarasu Ganesan
1
-11
/
+0
2024-05-25
usb: dwc3: Wait unconditionally after issuing EndXfer command
Prashanth K
1
-3
/
+1
2024-05-17
usb: dwc3: core: Prevent phy suspend during init
Thinh Nguyen
1
-0
/
+2
2024-03-01
usb: dwc3: gadget: Don't disconnect if not started
Thinh Nguyen
1
-0
/
+5
2024-02-23
usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend
Uttkarsh Aggarwal
1
-4
/
+2
2024-02-01
usb: dwc3: gadget: Handle EP0 request dequeuing properly
Wesley Cheng
1
-1
/
+11
2024-02-01
usb: dwc3: gadget: Queue PM runtime idle on disconnect event
Wesley Cheng
1
-0
/
+7
2024-02-01
usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate API
Wesley Cheng
1
-32
/
+21
2023-08-16
usb: dwc3: Properly handle processing of pending events
Elson Roy Serrao
1
-1
/
+8
2023-07-19
usb: dwc3: gadget: Propagate core init errors to UDC during pullup
Krishna Kurapati
1
-1
/
+3
2023-06-21
usb: dwc3: gadget: Reset num TRBs before giving back the request
Elson Roy Serrao
1
-0
/
+1
2023-05-30
usb: dwc3: fix gadget mode suspend interrupt handler issue
Linyu Yuan
1
-1
/
+9
2023-05-24
usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume()
Roger Quadros
1
-33
/
+34
2023-05-17
usb: dwc3: gadget: Execute gadget stop after halting the controller
Wesley Cheng
1
-2
/
+13
2023-05-17
USB: dwc3: gadget: drop dead hibernation code
Johan Hovold
1
-40
/
+6
2023-05-11
usb: dwc3: gadget: Change condition for processing suspend event
Prashanth K
1
-9
/
+2
2023-05-11
usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive
Wesley Cheng
1
-17
/
+32
2023-03-30
usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC
Wesley Cheng
1
-3
/
+11
2023-03-11
USB: dwc3: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-3
/
+1
2023-01-12
usb: dwc3: gadget: Ignore End Transfer delay on teardown
Thinh Nguyen
1
-1
/
+4
2022-11-22
usb: dwc3: gadget: Clear ep descriptor last
Thinh Nguyen
1
-6
/
+6
2022-11-22
usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End Transfer
Thinh Nguyen
1
-1
/
+2
2022-11-08
usb: dwc3: gadget: Return -ESHUTDOWN on ep disable
Thinh Nguyen
1
-1
/
+1
2022-10-26
usb: dwc3: gadget: Don't set IMI for no_interrupt
Thinh Nguyen
1
-2
/
+2
2022-10-26
usb: dwc3: gadget: Stop processing more requests on IMI
Thinh Nguyen
1
-0
/
+4
2022-10-22
usb: dwc3: gadget: Don't delay End Transfer on delayed_status
Thinh Nguyen
1
-1
/
+11
2022-09-22
usb: dwc3: gadget: Do not clear ep delayed stop flag during ep disable
Wesley Cheng
1
-1
/
+10
2022-09-22
usb: dwc3: Fix typos in gadget.c
Kushagra Verma
1
-2
/
+2
2022-09-07
usb: dwc3: gadget: Submit endxfer command if delayed during disconnect
Wesley Cheng
1
-1
/
+12
2022-09-07
usb: dwc3: gadget: Skip waiting for CMDACT cleared during endxfer
Wesley Cheng
1
-1
/
+3
2022-09-07
usb: dwc3: Increase DWC3 controller halt timeout
Wesley Cheng
1
-1
/
+2
2022-09-07
usb: dwc3: Remove DWC3 locking during gadget suspend/resume
Wesley Cheng
1
-0
/
+5
2022-09-07
usb: dwc3: Avoid unmapping USB requests if endxfer is not complete
Wesley Cheng
1
-1
/
+5
2022-09-05
Merge 6.0-rc4 into usb-next
Greg Kroah-Hartman
1
-3
/
+5
2022-08-31
usb: dwc3: gadget: Continue handling EP0 xfercomplete events
Wesley Cheng
1
-2
/
+5
2022-08-31
usb: dwc3: gadget: Synchronize IRQ between soft connect/disconnect
Wesley Cheng
1
-0
/
+2
[next]