index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
/
gadget.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: dwc3: Properly handle processing of pending events
Elson Roy Serrao
2023-08-04
1
-1
/
+8
*
Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-07-03
1
-2
/
+11
|
\
|
*
usb: dwc3: gadget: Propagate core init errors to UDC during pullup
Krishna Kurapati
2023-06-23
1
-1
/
+3
|
*
USB: fix up merge of 6.4-rc4 into usb-next
Roger Quadros
2023-05-28
1
-18
/
+8
|
*
Merge 6.4-rc4 into usb-next
Greg Kroah-Hartman
2023-05-28
1
-20
/
+42
|
|
\
|
*
|
usb: dwc3: gadget: Bail out in pullup if soft reset timeout happens
Krishna Kurapati
2023-05-13
1
-1
/
+4
|
*
|
usb: dwc3: Add error logs for unknown endpoint events
Roy Luo
2023-05-13
1
-0
/
+3
*
|
|
usb: dwc3: gadget: Reset num TRBs before giving back the request
Elson Roy Serrao
2023-06-13
1
-0
/
+1
|
|
/
|
/
|
*
|
usb: dwc3: fix gadget mode suspend interrupt handler issue
Linyu Yuan
2023-05-13
1
-1
/
+11
*
|
usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume()
Roger Quadros
2023-05-13
1
-33
/
+34
|
/
*
usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate API
Wesley Cheng
2023-04-21
1
-32
/
+21
*
usb: dwc3: gadget: Execute gadget stop after halting the controller
Wesley Cheng
2023-04-21
1
-2
/
+13
*
usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive
Wesley Cheng
2023-04-20
1
-17
/
+32
*
USB: dwc3: gadget: drop dead hibernation code
Johan Hovold
2023-04-20
1
-40
/
+6
*
usb: dwc3: Add function suspend and function wakeup support
Elson Roy Serrao
2023-03-29
1
-0
/
+42
*
usb: dwc3: Add remote wakeup handling
Elson Roy Serrao
2023-03-29
1
-6
/
+70
*
Merge 6.3-rc4 into usb-next
Greg Kroah-Hartman
2023-03-27
1
-3
/
+11
|
\
|
*
usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC
Wesley Cheng
2023-03-09
1
-3
/
+11
*
|
usb: remove dead code in dwc3_gadget_get_irq
Yalong Zou
2023-03-16
1
-5
/
+0
*
|
usb: dwc3: gadget: Change condition for processing suspend event
Prashanth K
2023-03-09
1
-9
/
+2
|
/
*
USB: dwc3: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-06
1
-3
/
+1
*
usb: dwc3: gadget: Ignore End Transfer delay on teardown
Thinh Nguyen
2023-01-06
1
-1
/
+4
*
Merge 6.1-rc7 into usb-next
Greg Kroah-Hartman
2022-11-28
1
-7
/
+8
|
\
|
*
usb: dwc3: gadget: Clear ep descriptor last
Thinh Nguyen
2022-11-22
1
-6
/
+6
|
*
usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End Transfer
Thinh Nguyen
2022-11-22
1
-1
/
+2
*
|
Merge 6.1-rc6 into usb-next
Greg Kroah-Hartman
2022-11-21
1
-1
/
+1
|
\
|
|
*
usb: dwc3: gadget: Return -ESHUTDOWN on ep disable
Thinh Nguyen
2022-11-08
1
-1
/
+1
*
|
usb: dwc3: gadget: Reduce TRB IOC settings
Thinh Nguyen
2022-11-08
1
-2
/
+12
|
/
*
usb: dwc3: gadget: Don't set IMI for no_interrupt
Thinh Nguyen
2022-10-26
1
-2
/
+2
*
usb: dwc3: gadget: Stop processing more requests on IMI
Thinh Nguyen
2022-10-26
1
-0
/
+4
*
usb: dwc3: gadget: Don't delay End Transfer on delayed_status
Thinh Nguyen
2022-10-22
1
-1
/
+11
*
usb: dwc3: gadget: Do not clear ep delayed stop flag during ep disable
Wesley Cheng
2022-09-22
1
-1
/
+10
*
usb: dwc3: Fix typos in gadget.c
Kushagra Verma
2022-09-22
1
-2
/
+2
*
usb: dwc3: gadget: Submit endxfer command if delayed during disconnect
Wesley Cheng
2022-09-07
1
-1
/
+12
*
usb: dwc3: gadget: Skip waiting for CMDACT cleared during endxfer
Wesley Cheng
2022-09-07
1
-1
/
+3
*
usb: dwc3: Increase DWC3 controller halt timeout
Wesley Cheng
2022-09-07
1
-1
/
+2
*
usb: dwc3: Remove DWC3 locking during gadget suspend/resume
Wesley Cheng
2022-09-07
1
-0
/
+5
*
usb: dwc3: Avoid unmapping USB requests if endxfer is not complete
Wesley Cheng
2022-09-07
1
-1
/
+5
*
Merge 6.0-rc4 into usb-next
Greg Kroah-Hartman
2022-09-05
1
-3
/
+5
|
\
|
*
usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop
Wesley Cheng
2022-08-18
1
-3
/
+5
*
|
usb: dwc3: gadget: Continue handling EP0 xfercomplete events
Wesley Cheng
2022-08-31
1
-2
/
+5
*
|
usb: dwc3: gadget: Synchronize IRQ between soft connect/disconnect
Wesley Cheng
2022-08-31
1
-0
/
+2
*
|
usb: dwc3: gadget: Force sending delayed status during soft disconnect
Wesley Cheng
2022-08-31
1
-1
/
+4
*
|
usb: dwc3: Do not service EP0 and conndone events if soft disconnected
Wesley Cheng
2022-08-31
1
-0
/
+3
*
|
usb: dwc3: gadget: conditionally remove requests
Michael Grzeschik
2022-08-19
1
-6
/
+6
|
/
*
Merge 5.19-rc7 into usb-next
Greg Kroah-Hartman
2022-07-18
1
-1
/
+3
|
\
|
*
usb: dwc3: gadget: Fix event pending check
Thinh Nguyen
2022-06-29
1
-1
/
+3
*
|
usb: dwc3: gadget: fix high speed multiplier setting
Michael Grzeschik
2022-07-08
1
-2
/
+2
*
|
usb: dwc3: gadget: refactor dwc3_repare_one_trb
Michael Grzeschik
2022-07-08
1
-52
/
+40
*
|
usb: dwc3: gadget: fix a kernel-doc warning
Mauro Carvalho Chehab
2022-06-29
1
-0
/
+1
|
/
[next]