Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
20d1d43fa09a6077cb25de464918fd67a83d61c3
/
drivers
/
usb
/
dwc3
/
gadget.c
20d1d43
usb: dwc3: gadget: move set_xfer_resource() in place of prototype
by Felipe Balbi
· 7 years ago
b07c2db
usb: dwc3: gadget: remove a few more dwc arguments
by Felipe Balbi
· 7 years ago
a2d23f0
usb: dwc3: gadget: combine modify & restore into single argument
by Felipe Balbi
· 7 years ago
8f1c99c
usb: dwc3: gadget: refactor dwc3_gadget_init_endpoints()
by Felipe Balbi
· 7 years ago
f38e35d
usb: dwc3: gadget: split dwc3_gadget_ep_cleanup_completed_requests()
by Felipe Balbi
· 7 years ago
6d9d22d
usb: dwc3: gadget: get rid of the length variable
by Felipe Balbi
· 7 years ago
fee73e6
usb: dwc3: gadget: reduce scope of ret variable
by Felipe Balbi
· 7 years ago
6afbdb5
usb: dwc3: gadget: one declaration per line
by Felipe Balbi
· 7 years ago
e0c42ce
usb: dwc3: gadget: simplify IOC handling
by Felipe Balbi
· 7 years ago
d80fe1b
usb: dwc3: gadget: simplify short packet event
by Felipe Balbi
· 7 years ago
8b3b7b66
usb: dwc3: gadget: simplify unaligned and zlp handling
by Felipe Balbi
· 7 years ago
cf35fc3
usb: dwc3: gadget: remove unnecessary 'chain' variable
by Felipe Balbi
· 7 years ago
0215959
usb: dwc3: gadget: remove PENDING handling from cleanup_completed
by Felipe Balbi
· 7 years ago
d369295
usb: dwc3: gadget: split scatterlist and linear handlers
by Felipe Balbi
· 7 years ago
d5044a0
usb: dwc3: gadget: simplify isoc case on cleanup_completed_requests
by Felipe Balbi
· 7 years ago
fe990ce
usb: dwc3: gadget: simplify queueing of isoc transfers
by Felipe Balbi
· 7 years ago
4d588a1
usb: dwc3: gadget: remove duplicated missed isoc handling
by Felipe Balbi
· 7 years ago
6d8a019
usb: dwc3: gadget: check for Missed Isoc from event status
by Felipe Balbi
· 7 years ago
58f0218
usb: dwc3: gadget: remove unnecessary 'ioc' variable
by Felipe Balbi
· 7 years ago
12a3a4a
usb: dwc3: gadget: make cleanup_completed_requests() return nothing
by Felipe Balbi
· 7 years ago
5f2e797
usb: dwc3: gadget: remove DWC3_EP_BUSY flag
by Felipe Balbi
· 7 years ago
1912cbc
usb: dwc3: gadget: start removing BUSY flag
by Felipe Balbi
· 7 years ago
ee3638b
usb: dwc3: gadget: update dep->frame_number from XferInprogress too
by Felipe Balbi
· 7 years ago
5828cad
usb: dwc3: gadget: always use frame number from XferNotReady
by Felipe Balbi
· 7 years ago
8f608e8
usb: dwc3: gadget: remove unnecessary 'dwc' parameter
by Felipe Balbi
· 7 years ago
3203386
usb: dwc3: gadget: move handler closer to calling site
by Felipe Balbi
· 7 years ago
ed27442
usb: dwc3: gadget: rename dwc3_gadget_start_isoc()
by Felipe Balbi
· 7 years ago
a24a6ab
usb: dwc3: gadget: remove some pointless checks
by Felipe Balbi
· 7 years ago
0bd0f6d
usb: dwc3: gadget: remove allocated/queued request tracking
by Felipe Balbi
· 7 years ago
66f5dd5
usb: dwc3: gadget: rename done_trbs and done_reqs
by Felipe Balbi
· 7 years ago
a861282
usb: dwc3: gadget: don't kick transfer all the time
by Felipe Balbi
· 7 years ago
fbea935
usb: dwc3: gadget: rename dwc3_endpoint_transfer_complete()
by Felipe Balbi
· 7 years ago
742a4ff
usb: dwc3: gadget: XferComplete only for EP0
by Felipe Balbi
· 7 years ago
3840846
usb: dwc3: gadget: XferNotReady is Isoc-only
by Felipe Balbi
· 7 years ago
52fcc0b
usb: dwc3: gadget: pre-issue Start Transfer for Interrupt EPs too
by Felipe Balbi
· 7 years ago
c96e672
usb: dwc3: gadget: Correct the logic for queuing sgs
by Anurag Kumar Vulisha
· 7 years ago
a31e63b
usb: dwc3: gadget: Correct handling of scattergather lists
by Anurag Kumar Vulisha
· 7 years ago
c91815b
usb: dwc3: gadget: never call ->complete() from ->ep_queue()
by Felipe Balbi
· 7 years ago
2f3090c
usb: dwc3: Check controller type before setting speed
by Thinh Nguyen
· 7 years ago
01b0e2c
usb: dwc3: gadget: Check IP revision for GRXTHRCFG
by Thinh Nguyen
· 7 years ago
d548a61
usb: dwc3: Check IP revision for GTXFIFOSIZ
by Thinh Nguyen
· 7 years ago
498f047
usb: dwc3: Prevent indefinite sleep in _dwc3_set_mode during suspend/resume
by Roger Quadros
· 7 years ago
6180026
usb: dwc3: gadget: Set maxpacket size for ep0 IN
by Thinh Nguyen
· 7 years ago
958e052
Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 7 years ago
42bf02e
usb: dwc3: Allow disabling of metastability workaround
by Roger Quadros
· 7 years ago
ec5bb87
usb: dwc3: gadget: Fix PCM1 for ISOC EP with ep->mult less than 3
by Manu Gautam
· 7 years ago
8722e09
usb: dwc3: gadget: Wait longer for controller to end command processing
by Vincent Pelletier
· 7 years ago
b5ea475
USB: dwc3: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
5fd54ac
USB: add SPDX identifiers to all remaining files in drivers/usb/
by Greg Kroah-Hartman
· 7 years ago
7fdca76
usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer() prototype
by Felipe Balbi
· 7 years ago
502a37b
usb: dwc3: gadget: cache frame number in struct dwc3_ep
by Felipe Balbi
· 7 years ago
64e0108
usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()
by Felipe Balbi
· 7 years ago
ccb94eb
usb: dwc3: gadget: check for lack of TRBs a bit earlier
by Felipe Balbi
· 7 years ago
40d829f
usb: dwc3: gadget: Correct ISOC DATA PIDs for short packets
by Manu Gautam
· 7 years ago
4a71fcb
usb: dwc3: gadget: only unmap requests from DMA if mapped
by Jack Pham
· 8 years ago
24040a5
Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing
by Greg Kroah-Hartman
· 8 years ago
46b780d
usb: dwc3: gadget: increase readability of dwc3_gadget_init_endpoints()
by Andy Shevchenko
· 8 years ago
7d8d063
usb: dwc3: gadget: implement ->udc_set_speed()
by Felipe Balbi
· 8 years ago
dfc5e80
usb: dwc3: gadget: slight cleanup to dwc3_process_event_entry()
by Felipe Balbi
· 8 years ago
bfad65e
usb: dwc3: update documentation
by Felipe Balbi
· 8 years ago
04fb365
usb: dwc3: replace %p with %pK
by Felipe Balbi
· 8 years ago
cdb55b3
usb: dwc3: gadget: lazily map requests for DMA
by Felipe Balbi
· 8 years ago
202adaf
usb: dwc3: gadget: don't WARN about lack of TRBs
by Felipe Balbi
· 8 years ago
d325a1d
usb: dwc3: gadget: Prevent losing events in event cache
by Thinh Nguyen
· 8 years ago
f1d6826
usb: dwc3: gadget: Fix ISO transfer performance
by Roger Quadros
· 8 years ago
d6e5a54
usb: dwc3: simplify ZLP handling
by Felipe Balbi
· 8 years ago
4199c5f
usb: dwc3: ep0: improve handling of unaligned OUT requests
by Felipe Balbi
· 8 years ago
7d5e650
usb: dwc3: ep0: use immediate SETUP on TRB
by Felipe Balbi
· 8 years ago
af771d7
usb: dwc3: gadget: Fix starting microframe for ISOC
by John Youn
· 8 years ago
f3bcfc7
usb: dwc3: remove dwc3_gadget_init_hw_endpoints
by Bryan O'Donoghue
· 8 years ago
47d3946
usb: dwc3: refactor gadget endpoint count calculation
by Bryan O'Donoghue
· 8 years ago
de288e3
usb: dwc3: gadget: delay unmap of bounced requests
by Janusz Dziedzic
· 8 years ago
35b2719
usb: dwc3: gadget: make to increment req->remaining in all cases
by Felipe Balbi
· 8 years ago
1551e35
usb: dwc3: gadget: Fix system suspend/resume on TI platforms
by Roger Quadros
· 8 years ago
cf3113d
usb: dwc3: gadget: properly increment dequeue pointer on ep_dequeue
by Felipe Balbi
· 8 years ago
2878178
usb: dwc3: gadget: read IN ep FIFO size from HW
by Felipe Balbi
· 8 years ago
ffb80fc
usb: dwc3: gadget: skip Set/Clear Halt when invalid
by Felipe Balbi
· 8 years ago
c6267a5
usb: dwc3: gadget: align transfers to wMaxPacketSize
by Felipe Balbi
· 8 years ago
905dc04
usb: dwc3: gadget: allocate bounce buffer for unaligned xfers
by Felipe Balbi
· 8 years ago
e49d3cf
usb: dwc3: gadget: extract __dwc3_prepare_one_trb()
by Felipe Balbi
· 8 years ago
8430530
usb: dwc3: gadget: simplify dwc3_prepare_one_trb()
by Felipe Balbi
· 8 years ago
9418ee1
usb: dwc3: gadget: Fix full speed mode
by Roger Quadros
· 8 years ago
d7fd41c
usb: dwc3: skip interrupt when ep disabled
by Janusz Dziedzic
· 8 years ago
d621459
usb: dwc3: gadget: always unmap EP0 requests
by Felipe Balbi
· 8 years ago
a9042de
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 8 years ago
9165dab
treewide: Fix printk() message errors
by Masanari Iida
· 8 years ago
d64ff40
usb: dwc3: use bus->sysdev for DMA configuration
by Arnd Bergmann
· 8 years ago
cf40b86
usb: dwc3: Implement interrupt moderation
by John Youn
· 8 years ago
65aca32
usb: dwc3: gadget: clear events in top-half handler
by John Youn
· 8 years ago
ebbb2d5
usb: dwc3: gadget: use evt->cache for processing events
by John Youn
· 8 years ago
caefe6c
usb: dwc3: gadget: use evt->length as we should
by Felipe Balbi
· 8 years ago
5fb6fda
usb: dwc3: gadget: Fix dead code writing GCTL.RAMCLKSEL
by John Youn
· 8 years ago
39ebb05
usb: dwc3: gadget: Remove descriptor arguments to ep_enable
by John Youn
· 8 years ago
f2694a9
usb: dwc3: warn on once when no trbs
by Janusz Dziedzic
· 8 years ago
87aba10
usb: dwc3: isoc clean DWC3_EP_PENDING_REQUEST flag
by Janusz Dziedzic
· 8 years ago
e3aee48
usb: dwc3: fix post-increment
by Janusz Dziedzic
· 8 years ago
ce3fc8b
usb: dwc3: clean TRB if STARTTRANSFER fail
by Janusz Dziedzic
· 8 years ago
8ab89da
usb: dwc3: decrement queued_requests
by Janusz Dziedzic
· 8 years ago
5eb30ce
usb: dwc3: trace: purge dwc3_trace()
by Felipe Balbi
· 8 years ago
2870e50
usb: dwc3: trace: add a tracepoint for ep enable/disable
by Felipe Balbi
· 8 years ago
Next »