Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
3e8f150a3bc30214c15e5f8d27e4b2d904bd929e
/
drivers
/
usb
/
dwc3
/
ep0.c
5516847
usb: dwc3: ep0: fix DMA starvation by assigning req->trb on ep0
by Felipe Balbi
· 7 years ago
9b0a1f9
usb: dwc3: ep0: make sure wValue is 0 on GetStatus()
by Felipe Balbi
· 8 years ago
bfad65e
usb: dwc3: update documentation
by Felipe Balbi
· 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
d686a5f
usb: dwc3: ep0: pass dep as argument to internal functions
by Felipe Balbi
· 8 years ago
7d5e650
usb: dwc3: ep0: use immediate SETUP on TRB
by Felipe Balbi
· 8 years ago
5389679
usb: dwc3: ep0: Fix the possible missed request for handling delay STATUS phase
by Baolin Wang
· 8 years ago
19ec312
usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb()
by Felipe Balbi
· 8 years ago
7931ec8
usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()
by Felipe Balbi
· 8 years ago
d64ff40
usb: dwc3: use bus->sysdev for DMA configuration
by Arnd Bergmann
· 8 years ago
1c404b5
usb: dwc3: ep0: avoid empty-body warning
by Arnd Bergmann
· 8 years ago
5eb30ce
usb: dwc3: trace: purge dwc3_trace()
by Felipe Balbi
· 8 years ago
bb01473
usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do so
by Baolin Wang
· 8 years ago
39e07ff
usb: dwc3: ep0: simplify dwc3_ep0_handle_feature()
by Felipe Balbi
· 8 years ago
43c96be
usb: dwc3: trace: print out ep0state also from XferComplete
by Felipe Balbi
· 8 years ago
cdd72ac
usb: dwc3: debug: move dwc3_ep0_state_string() to debug.h
by Felipe Balbi
· 8 years ago
8566cd1
usb: dwc3: gadget: remove redundant trace prints
by Felipe Balbi
· 8 years ago
60cfb37
usb: dwc3: remove trailing newline from dwc3_trace
by Felipe Balbi
· 9 years ago
501058e
usb: dwc3: ep0: Use the correct type for SET_SEL data
by John Youn
· 9 years ago
958b9fa
usb: dwc3: ep0: Fix endianness of wIndex passed to dwc3_wIndex_to_dep
by John Youn
· 9 years ago
f75cacc
usb: dwc3: trace: fully decode IRQ events
by Felipe Balbi
· 9 years ago
2eb8801
usb: dwc3: gadget: add a pointer to endpoint registers
by Felipe Balbi
· 9 years ago
2cd4718
usb: dwc3: gadget: pass dep as argument to endpoint command
by Felipe Balbi
· 9 years ago
ae41141
usb: dwc3: ep0: sanity check test mode selector
by Fei Yang
· 9 years ago
53fd881
usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeue
by Felipe Balbi
· 9 years ago
aa3342c
usb: dwc3: better name for our request management lists
by Felipe Balbi
· 9 years ago
bc50816
usb: dwc3: drop FIFO resizing logic
by Felipe Balbi
· 9 years ago
ee5cd41
usb: dwc3: Update speed checks for SuperSpeedPlus
by John Youn
· 9 years ago
c450960
usb: dwc3: Fix assignment of EP transfer resources
by John Youn
· 9 years ago
b5d335e
usb: dwc3: ep0: fix setup_packet_pending initialization
by Felipe Balbi
· 9 years ago
acc38c4
usb: dwc3: ep0: purge dev_dbg() calls
by Felipe Balbi
· 9 years ago
c0bd545
usb: dwc3: ep0: handle non maxpacket aligned transfers > 512
by Kishon Vijay Abraham I
· 9 years ago
2abd9d5
usb: dwc3: ep0: Add chained TRB support
by Kishon Vijay Abraham I
· 9 years ago
368ca11
usb: dwc3; ep0: Modify _dwc3_ep0_start_trans_ API to take 'chain' parameter
by Kishon Vijay Abraham I
· 9 years ago
8a34422
usb: dwc3: ep0: preparation for handling non maxpacket aligned transfers > 512
by Kishon Vijay Abraham I
· 9 years ago
2e5464d
usb: dwc3: ep0: use _roundup_ to calculate the transfer size
by Kishon Vijay Abraham I
· 9 years ago
b2fb5b1
usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytes
by Kishon Vijay Abraham I
· 9 years ago
aebda61
usb: dwc3: Reset the transfer resource index on SET_INTERFACE
by John Youn
· 23 years ago
bcdea50
usb: dwc3: gadget: use common is_selfpowered
by Peter Chen
· 10 years ago
c00552e
Merge 3.18-rc7 into usb-next
by Greg Kroah-Hartman
· 10 years ago
520fe76
usb: dwc3: ep0: fix for dead code
by Felipe Balbi
· 10 years ago
5eb125b
usb: dwc3: ep0: remove unnecessary break after return
by Jingoo Han
· 10 years ago
ccb072d
usb: dwc3: ep0: trace ep0 TRBs too
by Felipe Balbi
· 10 years ago
dab716c
usb: dwc3: trace: remove unnecessary newline character
by Felipe Balbi
· 10 years ago
36f84ff
usb: dwc3: ep0: fix Data Phase for transfer sizes aligned to wMaxPacketSize
by Felipe Balbi
· 10 years ago
6856d30
usb: dwc3: ep0: return early on NULL requests
by Felipe Balbi
· 10 years ago
7a60855
usb: dwc3: gadget: fix set_halt() bug with pending transfers
by Felipe Balbi
· 10 years ago
33fb691
usb: dwc3: ep0: hold our lock in dwc3_gadget_ep0_set_halt
by Felipe Balbi
· 10 years ago
2c4cbe6e5
usb: dwc3: add tracepoints to aid debugging
by Felipe Balbi
· 11 years ago
80977dc
usb: dwc3: move all string helper functions to debug.h
by Felipe Balbi
· 10 years ago
a535d81
usb: dwc3: fix implementation of endpoint wedge
by Alan Stern
· 11 years ago
2b84f92
usb: Remove unnecessary semicolons
by Joe Perches
· 11 years ago
7c81290
usb: dwc3: ep0: don't change to configured state too early
by Felipe Balbi
· 11 years ago
7a42d83
usb: dwc3: ep0: only change to ADDRESS if set_config() succeeds
by Felipe Balbi
· 11 years ago
5945f78
usb: dwc3: switch to GPL v2 only
by Felipe Balbi
· 12 years ago
fdba5aa
usb: dwc3: remove our homebrew state mechanism
by Felipe Balbi
· 12 years ago
14cd592
usb: dwc3: gadget: implement gadget state tracking
by Felipe Balbi
· 13 years ago
c390b03
usb: dwc3: ep0: fix sparc64 build
by Andrew Morton
· 12 years ago
2bcb132
Merge 3.6-rc6 into usb-next
by Greg Kroah-Hartman
· 12 years ago
0416e49
usb: dwc3: ep0: correct cache sync issue in case of ep0_bounced
by Pratyush Anand
· 12 years ago
2dfe37d
usb: dwc3: ep0: make sure to reinitilize ep1 on STALL
by Felipe Balbi
· 12 years ago
7125d58
usb: dwc3: ep0: fix status phase delayed status direction
by Felipe Balbi
· 12 years ago
2e3db06
usb: dwc3: ep0: drop XferNotReady(DATA) support
by Felipe Balbi
· 12 years ago
fca8892a
usb: dwc3: ep0: move DATA phase away from on-demand
by Felipe Balbi
· 12 years ago
77fa6df
usb: dwc3: ep0: ignore XferNotReady(STATUS) when we're not expecting it
by Felipe Balbi
· 12 years ago
4635d3f
usb: dwc3: ep0: drop dead code
by Felipe Balbi
· 12 years ago
d9b33c6
usb: dwc3: ep0: split the special cases on ep0_queue
by Felipe Balbi
· 12 years ago
35f7569
usb: dwc3: ep0: drop unnecessary variable
by Felipe Balbi
· 12 years ago
e274a31
usb: dwc3: enable ACCEPT{U1,U2}ENA when SetConfiguration received
by Pratyush Anand
· 13 years ago
08f0d96
usb: dwc3: correct set_halt implementation for ep0
by Pratyush Anand
· 13 years ago
5c81aba
usb: dwc3: ep0: prevent starting transfers twice on ep0
by Felipe Balbi
· 13 years ago
b4996a8
usb: dwc3: rename res_trans_idx to resource_index
by Felipe Balbi
· 13 years ago
85a7810
usb: dwc3: ep0: rename dwc3_ep0_complete_req to dwc3_ep0_complete_status
by Felipe Balbi
· 13 years ago
c8cf7af
usb: dwc3: ep0: be careful with endianness on SetSEL command
by Felipe Balbi
· 13 years ago
ef21ede
usb: dwc3: ep0: simplify error handling on dwc3_ep0_inspect_setup
by Felipe Balbi
· 13 years ago
33b84c2
usb: dwc3: ep0: fix a typo in comment
by Felipe Balbi
· 13 years ago
788a23f
usb: dwc3: ep0: align on function signature
by Felipe Balbi
· 13 years ago
c74c6d4
usb: dwc3: ep0: switch over to IS_ALIGNED
by Felipe Balbi
· 13 years ago
a080788
usb: dwc3: handle pending unaligned Control OUT data phase correctly
by Felipe Balbi
· 13 years ago
4552a0c
usb: dwc3: fix a WARN and a comment
by Felipe Balbi
· 13 years ago
23063b3
Merge tag 'dwc3-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
16e78db
usb: dwc3: Update dwc3 udc to use usb_endpoint_descriptor inside the struct usb_ep
by Ido Shayevitz
· 13 years ago
c12a0d8
usb: dwc3: ep0: implement support for Set Isoch Delay request
by Felipe Balbi
· 13 years ago
865e09e
usb: dwc3: ep0: implement Set SEL support
by Felipe Balbi
· 13 years ago
e6a3b5e
usb: dwc3: ep0: add LPM handling
by Sebastian Andrzej Siewior
· 13 years ago
ecb0779
usb: dwc3: ep0: add a default case for SetFeature command
by Gerard Cauvy
· 13 years ago
cd423dd
usb: dwc3: ep0: increment "actual" on bounced ep0 case
by Felipe Balbi
· 13 years ago
566ccdd
usb: dwc3: ep0: Handle requests greater than wMaxPacketSize
by Moiz Sonasath
· 13 years ago
3d71769
Merge tag 'dwc3-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
c2df85c
usb: dwc3: clear 'res_trans_idx' as soon as it becomes invalid
by Paul Zimmerman
· 13 years ago
1d04679
usb: dwc3: clean up whitespace damage, typos, missing parens, etc.
by Paul Zimmerman
· 13 years ago
f9b0f51
Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
0fc9a1b
usb: dwc3: gadget: use generic map/unmap routines
by Felipe Balbi
· 13 years ago
f6bafc6
usb: dwc3: convert TRBs into bitshifts
by Felipe Balbi
· 13 years ago
3b63736
usb: dwc3: ep0: fix SetFeature(TEST)
by Gerard Cauvy
· 13 years ago
457e84b
usb: dwc3: gadget: dynamically re-size TxFifos
by Felipe Balbi
· 13 years ago
bb5cfd6
usb: dwc3: ep0: move to CONFIGURED also on delayed status
by Felipe Balbi
· 13 years ago
04a9bfc
usb: dwc3: gadget: re-factor USB2 test mode to a function
by Felipe Balbi
· 13 years ago
1a0955f
usb: dwc3: ep0: fix compile warning
by Felipe Balbi
· 13 years ago
Next »