index
:
Linux Stable
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.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: gadget: Stop EP0 transfers during pullup disable
Wesley Cheng
2021-09-03
1
-4
/
+3
*
usb: dwc3: gadget: Fix dwc3_calc_trbs_left()
Thinh Nguyen
2021-09-03
1
-8
/
+8
*
usb: dwc3: gadget: Avoid runtime resume if disabling pullup
Wesley Cheng
2021-08-15
1
-0
/
+11
*
usb: dwc3: gadget: Disable gadget IRQ during pullup disable
Wesley Cheng
2021-08-15
1
-6
/
+5
*
usb: dwc3: gadget: Clear DEP flags after stop transfers in ep disable
Wesley Cheng
2021-08-15
1
-4
/
+4
*
usb: dwc3: gadget: Prevent EP queuing while stopping transfers
Wesley Cheng
2021-08-15
1
-6
/
+5
*
usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup
Wesley Cheng
2021-08-15
1
-11
/
+3
*
usb: dwc3: gadget: Allow runtime suspend if UDC unbinded
Wesley Cheng
2021-08-15
1
-0
/
+13
*
usb: dwc3: Stop active transfers before halting the controller
Wesley Cheng
2021-08-15
1
-1
/
+65
*
usb: dwc3: debugfs: Add and remove endpoint dirs dynamically
Jack Pham
2021-06-23
1
-0
/
+3
*
usb: dwc3: gadget: Properly track pending and queued SG
Thinh Nguyen
2021-06-03
1
-6
/
+7
*
usb: dwc3: gadget: Enable suspend events
Jack Pham
2021-05-28
1
-0
/
+4
*
usb: dwc3: gadget: Return success always for kick transfer in ep queue
Wesley Cheng
2021-05-19
1
-1
/
+3
*
usb: dwc3: gadget: Fix START_TRANSFER link state check
Thinh Nguyen
2021-05-11
1
-6
/
+7
*
usb: dwc3: gadget: Ignore EP queue requests during bus reset
Wesley Cheng
2021-05-11
1
-0
/
+9
*
usb: dwc3: gadget: Fix dep->interval for fullspeed interrupt
Thinh Nguyen
2021-03-04
1
-1
/
+6
*
usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1
Thinh Nguyen
2021-03-04
1
-1
/
+11
*
usb: dwc3: gadget: Reclaim extra TRBs after request completion
Thinh Nguyen
2020-11-18
1
-5
/
+5
*
usb: dwc3: gadget: Continue to process pending requests
Thinh Nguyen
2020-11-18
1
-3
/
+21
*
usb: dwc3: gadget: END_TRANSFER before CLEAR_STALL command
Thinh Nguyen
2020-11-05
1
-8
/
+32
*
usb: dwc3: gadget: Resume pending requests after CLEAR_STALL
Thinh Nguyen
2020-11-05
1
-8
/
+14
*
usb: dwc3: gadget: Check MPS of the request length
Thinh Nguyen
2020-11-05
1
-2
/
+2
*
usb: dwc3: Increase timeout for CmdAct cleared by device controller
Yu Chen
2020-10-01
1
-1
/
+1
*
usb: dwc3: gadget: Handle ZLP for sg requests
Thinh Nguyen
2020-09-03
1
-0
/
+29
*
usb: dwc3: gadget: Fix handling ZLP
Thinh Nguyen
2020-09-03
1
-2
/
+22
*
usb: dwc3: gadget: Don't setup more than requested
Thinh Nguyen
2020-09-03
1
-16
/
+35
*
usb: dwc3: gadget: Properly handle failed kick_transfer
Thinh Nguyen
2020-06-24
1
-8
/
+16
*
usb: dwc3: gadget: Properly handle ClearFeature(halt)
Thinh Nguyen
2020-06-24
1
-3
/
+33
*
dwc3: Remove check for HWO flag in dwc3_gadget_ep_reclaim_trb_sg()
John Stultz
2020-05-20
1
-3
/
+0
*
usb: dwc3: gadget: Properly set maxpacket limit
Thinh Nguyen
2020-05-10
1
-11
/
+41
*
usb: dwc3: gadget: Do link recovery for SS and SSP
Thinh Nguyen
2020-05-02
1
-6
/
+2
*
usb: dwc3: gadget: Fix request completion check
Thinh Nguyen
2020-04-29
1
-10
/
+2
*
usb: dwc3: gadget: Don't clear flags before transfer ended
Thinh Nguyen
2020-04-21
1
-3
/
+1
*
usb: dwc3: gadget: Wrap around when skip TRBs
Thinh Nguyen
2020-04-13
1
-1
/
+1
*
usb: dwc3: gadget: Update chain bit correctly when using sg list
Pratham Pratap
2020-03-12
1
-1
/
+8
*
usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fields
Anurag Kumar Vulisha
2020-02-28
1
-1
/
+2
*
usb: dwc3: gadget: Delay starting transfer
Thinh Nguyen
2020-02-11
1
-0
/
+11
*
usb: dwc3: gadget: Check END_TRANSFER completion
Thinh Nguyen
2020-02-11
1
-1
/
+5
*
usb: dwc3: gadget: Fix request complete check
Thinh Nguyen
2020-01-12
1
-0
/
+7
*
usb: dwc3: gadget: Clear started flag for non-IOC
Thinh Nguyen
2019-12-17
1
-0
/
+3
*
usb: dwc3: gadget: Fix logical condition
Tejas Joglekar
2019-12-17
1
-1
/
+1
*
usb: dwc3: gadget: fix race when disabling ep with cancelled xfers
Felipe Balbi
2019-10-31
1
-0
/
+6
*
usb: dwc3: Remove dev_err() on platform_get_irq() failure
Hans de Goede
2019-10-07
1
-3
/
+0
*
usb: dwc3: Switch to platform_get_irq_byname_optional()
Hans de Goede
2019-10-07
1
-2
/
+2
*
usb: dwc3: gadget: Workaround Mirosoft's BESL check
Thinh Nguyen
2019-08-30
1
-2
/
+12
*
usb: dwc3: gadget: Set BESL config parameter
Thinh Nguyen
2019-08-28
1
-0
/
+10
*
usb: dwc3: Separate field holding multiple properties
Thinh Nguyen
2019-08-28
1
-1
/
+2
*
usb: dwc3: don't set gadget->is_otg flag
Roger Quadros
2019-08-28
1
-1
/
+0
*
usb: dwc3: remove unused @lock member of dwc3_ep struct
Chunfeng Yun
2019-06-20
1
-2
/
+0
*
usb: dwc3: gadget: Add support for disabling U1 and U2 entries
Anurag Kumar Vulisha
2019-06-18
1
-0
/
+20
[next]