index
:
linux/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
/
gadget.c
Age
Commit message (
Expand
)
Author
2018-05-21
usb: dwc3: gadget: always use frame number from XferNotReady
Felipe Balbi
2018-05-21
usb: dwc3: gadget: remove unnecessary 'dwc' parameter
Felipe Balbi
2018-05-21
usb: dwc3: gadget: move handler closer to calling site
Felipe Balbi
2018-05-21
usb: dwc3: gadget: rename dwc3_gadget_start_isoc()
Felipe Balbi
2018-05-21
usb: dwc3: gadget: remove some pointless checks
Felipe Balbi
2018-05-21
usb: dwc3: gadget: remove allocated/queued request tracking
Felipe Balbi
2018-05-21
usb: dwc3: gadget: rename done_trbs and done_reqs
Felipe Balbi
2018-05-21
usb: dwc3: gadget: don't kick transfer all the time
Felipe Balbi
2018-05-21
usb: dwc3: gadget: rename dwc3_endpoint_transfer_complete()
Felipe Balbi
2018-05-21
usb: dwc3: gadget: XferComplete only for EP0
Felipe Balbi
2018-05-21
usb: dwc3: gadget: XferNotReady is Isoc-only
Felipe Balbi
2018-05-21
usb: dwc3: gadget: pre-issue Start Transfer for Interrupt EPs too
Felipe Balbi
2018-05-21
usb: dwc3: gadget: Correct the logic for queuing sgs
Anurag Kumar Vulisha
2018-05-21
usb: dwc3: gadget: Correct handling of scattergather lists
Anurag Kumar Vulisha
2018-03-26
usb: dwc3: gadget: never call ->complete() from ->ep_queue()
Felipe Balbi
2018-03-22
usb: dwc3: Check controller type before setting speed
Thinh Nguyen
2018-03-22
usb: dwc3: gadget: Check IP revision for GRXTHRCFG
Thinh Nguyen
2018-03-22
usb: dwc3: Check IP revision for GTXFIFOSIZ
Thinh Nguyen
2018-03-13
usb: dwc3: Prevent indefinite sleep in _dwc3_set_mode during suspend/resume
Roger Quadros
2018-02-12
usb: dwc3: gadget: Set maxpacket size for ep0 IN
Thinh Nguyen
2018-01-08
Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2017-12-11
usb: dwc3: Allow disabling of metastability workaround
Roger Quadros
2017-12-11
usb: dwc3: gadget: Fix PCM1 for ISOC EP with ep->mult less than 3
Manu Gautam
2017-12-11
usb: dwc3: gadget: Wait longer for controller to end command processing
Vincent Pelletier
2017-11-07
USB: dwc3: Remove redundant license text
Greg Kroah-Hartman
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-10-19
usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer() prototype
Felipe Balbi
2017-10-19
usb: dwc3: gadget: cache frame number in struct dwc3_ep
Felipe Balbi
2017-10-19
usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()
Felipe Balbi
2017-10-19
usb: dwc3: gadget: check for lack of TRBs a bit earlier
Felipe Balbi
2017-08-03
usb: dwc3: gadget: Correct ISOC DATA PIDs for short packets
Manu Gautam
2017-07-17
usb: dwc3: gadget: only unmap requests from DMA if mapped
Jack Pham
2017-06-20
Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2017-06-13
usb: dwc3: gadget: increase readability of dwc3_gadget_init_endpoints()
Andy Shevchenko
2017-06-13
usb: dwc3: gadget: implement ->udc_set_speed()
Felipe Balbi
2017-06-02
usb: dwc3: gadget: slight cleanup to dwc3_process_event_entry()
Felipe Balbi
2017-06-02
usb: dwc3: update documentation
Felipe Balbi
2017-06-02
usb: dwc3: replace %p with %pK
Felipe Balbi
2017-05-17
usb: dwc3: gadget: lazily map requests for DMA
Felipe Balbi
2017-05-17
usb: dwc3: gadget: don't WARN about lack of TRBs
Felipe Balbi
2017-05-16
usb: dwc3: gadget: Prevent losing events in event cache
Thinh Nguyen
2017-05-16
usb: dwc3: gadget: Fix ISO transfer performance
Roger Quadros
2017-04-11
usb: dwc3: simplify ZLP handling
Felipe Balbi
2017-04-11
usb: dwc3: ep0: improve handling of unaligned OUT requests
Felipe Balbi
2017-04-11
usb: dwc3: ep0: use immediate SETUP on TRB
Felipe Balbi
2017-04-11
usb: dwc3: gadget: Fix starting microframe for ISOC
John Youn
2017-04-11
usb: dwc3: remove dwc3_gadget_init_hw_endpoints
Bryan O'Donoghue
2017-04-11
usb: dwc3: refactor gadget endpoint count calculation
Bryan O'Donoghue
2017-03-22
usb: dwc3: gadget: delay unmap of bounced requests
Janusz Dziedzic
2017-03-08
usb: dwc3: gadget: make to increment req->remaining in all cases
Felipe Balbi
[prev]
[next]