Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5a17dae422d7de4b776a9753cd4673a343a25b4b
/
drivers
/
usb
/
dwc3
/
gadget.c
61fe2d7
Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 10 years ago
029d97f
usb: dwc3: gadget: remove unnecessary 'start_new' variable
by Jingoo Han
· 10 years ago
5cd8c48
usb: dwc3: gadget: check link trb after free_slot is increased
by Zhuang Jin Can
· 11 years ago
f871252
Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 11 years ago
b09e99e
usb: dwc3: no need to initialize ret variable
by Andy Shevchenko
· 11 years ago
427c3df
usb: dwc3: gadget: pretty print Generic CMDs
by Felipe Balbi
· 11 years ago
e57ebc1
usb: dwc3: gadget: pretty print link states
by Felipe Balbi
· 11 years ago
40cc57c
usb: dwc3: gadget: print both cmd string and number
by Felipe Balbi
· 11 years ago
687ef98
usb: dwc3: gadget: clear stall when disabling endpoint
by Felipe Balbi
· 11 years ago
32702e9
usb: dwc3: gadget: Iterate only over valid endpoints
by Jack Pham
· 11 years ago
3f89204
usb: dwc3: gadget: remove known conditions
by Dan Carpenter
· 11 years ago
73a30bf
usb: dwc3: gadget: cut and paste fixups in suspend/resume
by Dan Carpenter
· 11 years ago
b997ada
usb: dwc3: gadget: pre-start Stream transfers when they're queued
by Felipe Balbi
· 12 years ago
bc5ba2e
usb: dwc3: gadget: call gadget driver's ->suspend/->resume
by Felipe Balbi
· 11 years ago
b992e68
usb: dwc3: gadget: add 'force' argument to stop_active_transfer
by Paul Zimmerman
· 13 years ago
356363b
usb: dwc3: gadget: make sure HIRD threshold is 0 in superspeed
by Felipe Balbi
· 11 years ago
7b2a036
usb: dwc3: gadget: set KEEP_CONNECT in case of hibernation
by Felipe Balbi
· 11 years ago
265b70a
usb: dwc3: gadget: add a 'restore' argument to set_ep_config
by Paul Zimmerman
· 11 years ago
911f1f8
usb: dwc3: gadget: implement dwc3_gadget_get_link_state
by Paul Zimmerman
· 13 years ago
e1dadd3
usb: dwc3: workaround: bogus hibernation events
by Felipe Balbi
· 11 years ago
f3af365
usb: dwc3: gadget: always enable IOC on bulk/interrupt transfers
by Felipe Balbi
· 11 years ago
c139e14
Merge tag 'v3.13-rc4' into next
by Felipe Balbi
· 11 years ago
e117e74
usb: gadget: add "maxpacket_limit" field to struct usb_ep
by Robert Baldyga
· 11 years ago
a4b9d94
usb: dwc3: set gadget's quirk ep_out_align_size
by David Cohen
· 11 years ago
a535d81
usb: dwc3: fix implementation of endpoint wedge
by Alan Stern
· 11 years ago
e1f8046
usb: dwc3: gadget: avoid memory leak when failing to allocate all eps
by David Cohen
· 11 years ago
f42f244
usb: dwc3: gadget: introduce dwc3_process_event_buf
by Felipe Balbi
· 11 years ago
7f97aa9
usb: dwc3: gadget: rename dwc3_process_event_buf
by Felipe Balbi
· 11 years ago
e8adfc3
usb: dwc3: gadget: get rid of IRQF_ONESHOT
by Felipe Balbi
· 11 years ago
fb49740
usb: dwc3: gadget: don't enable LPM early
by Felipe Balbi
· 11 years ago
653df35
usb: dwc3: gadget: add a debugging print when initializing endpoints
by Felipe Balbi
· 11 years ago
9aa62ae
usb: dwc3: gadget: move direction setting up
by Felipe Balbi
· 11 years ago
ff62d6b
usb: dwc3: gadget: move debugging print around
by Felipe Balbi
· 11 years ago
636e2a2
usb: dwc3: gadget: drop dwc3 manual phy control
by Felipe Balbi
· 11 years ago
f7e846f
usb: dwc3: make maximum-speed a per-instance attribute
by Felipe Balbi
· 11 years ago
5945f78
usb: dwc3: switch to GPL v2 only
by Felipe Balbi
· 11 years ago
b0d7ffd
usb: dwc3: gadget: don't request IRQs in atomic
by Felipe Balbi
· 11 years ago
cdcedd6
usb: dwc3: gadget: don't prevent gadget from being probed if we fail
by Felipe Balbi
· 11 years ago
5bf8fae
usb: dwc3: gadget: free trb pool only from epnum 2
by George Cherian
· 11 years ago
6a1e3ef
usb: dwc3: gadget: use num_(in|out)_eps from HW params
by Felipe Balbi
· 14 years ago
0b0cc1c
usb: dwc3: workaround: unexpected transtion U3 -> RESUME
by Felipe Balbi
· 12 years ago
e5caff6
usb: dwc3: gadget: don't assign gadget.dev.release directly
by Felipe Balbi
· 12 years ago
180cc68
usb: dwc3: gadget: don't touch gadget.dev.driver
by Felipe Balbi
· 12 years ago
1048d83
usb: dwc3: gadget: remove unnecessary initializations
by Felipe Balbi
· 12 years ago
14cd592
usb: dwc3: gadget: implement gadget state tracking
by Felipe Balbi
· 13 years ago
b15a762
usb: dwc3: gadget: move to threaded IRQ
by Felipe Balbi
· 13 years ago
7415f17
usb: dwc3: core: add power management support
by Felipe Balbi
· 13 years ago
9fcb3bd
usb: dwc3: gadget: save state of pullups
by Felipe Balbi
· 12 years ago
8698e2a
usb: dwc3: gadget: introduce and use enable/disable irq methods
by Felipe Balbi
· 12 years ago
7bce401
usb: gadget: drop now unnecessary flag
by Felipe Balbi
· 12 years ago
1e1930b
usb: dwc3: gadget: let udc-core manage gadget->dev
by Felipe Balbi
· 12 years ago
e5b29b2
usb: dwc3: gadget: remove unnecessary code
by Felipe Balbi
· 12 years ago
67635d3
Merge 3.8-rc5 into usb-next
by Greg Kroah-Hartman
· 12 years ago
1a94774
usb: dwc3: gadget: change HIRD threshold to 12
by Felipe Balbi
· 12 years ago
c9fda7d
usb: dwc3: gadget: req->queued must be forced to false in cleanup
by Pratyush Anand
· 12 years ago
e5ba5ec
usb: dwc3: gadget: fix scatter gather implementation
by Pratyush Anand
· 12 years ago
1877d6c
usb: dwc3: gadget: no need to pass params in case of UPDATE_TRANSFER
by Pratyush Anand
· 12 years ago
915e202
usb: dwc3: gadget: fix skip LINK_TRB on ISOC
by Pratyush Anand
· 12 years ago
cdc359d
usb: dwc3: gadget: fix isoc END TRANSFER Condition
by Pratyush Anand
· 12 years ago
15f86bd
usb: dwc3: gadget: correct return from ep_queue
by Pratyush Anand
· 12 years ago
7efea86
usb: dwc3: gadget: fix missed isoc
by Pratyush Anand
· 12 years ago
2b75835
usb: dwc3: Enable usb2 LPM only when connected as usb2.0
by Pratyush Anand
· 12 years ago
6048e4c
usb: dwc3: gadget: fix ep->maxburst for ep0
by Pratyush Anand
· 12 years ago
7dbdf4e
usb: dwc3: gadget: don't redefine 'ret'
by Felipe Balbi
· 12 years ago
41ac7b3
usb: remove use of __devinit
by Bill Pemberton
· 12 years ago
041d81f
usb: dwc3: gadget: fix 'endpoint always busy' bug
by Felipe Balbi
· 12 years ago
2bcb132
Merge 3.6-rc6 into usb-next
by Greg Kroah-Hartman
· 12 years ago
f4a53c5
usb: dwc3: gadget: fix pending isoc handling
by Pratyush Anand
· 12 years ago
0416e49
usb: dwc3: ep0: correct cache sync issue in case of ep0_bounced
by Pratyush Anand
· 12 years ago
d2e9a13
usb: dwc3: set up burst size only superspeed mode
by Chanho Park
· 12 years ago
c6f83f3
usb: dwc3: gadget: warn about endpoint already enabled before changing ep name
by Felipe Balbi
· 12 years ago
5791150
usb: dwc3: gadget: Fix dwc3_stop_active_transfer for synchronization delay
by Pratyush Anand
· 12 years ago
79c9046
usb: dwc3: gadget: correct missed isoc when endpoint is busy
by Pratyush Anand
· 12 years ago
348e026
usb: dwc3: gadget: Fix sparse warnings
by Moiz Sonasath
· 12 years ago
4b345c9
usb: dwc3: gadget: set Ignore Sequence Number bit from ConnectDone Event
by Felipe Balbi
· 12 years ago
9331415
Merge tag 'dwc3-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
94ff447
Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
6f17f74
usb: dwc3: return error in case of run/stop timeout
by Pratyush Anand
· 12 years ago
e274a31
usb: dwc3: enable ACCEPT{U1,U2}ENA when SetConfiguration received
by Pratyush Anand
· 12 years ago
dd864f2
usb: dwc3: no need to clear INIT{U1,U2}ENA bits
by Pratyush Anand
· 12 years ago
cbc725b
usb: dwc3: keep default hird threshold value as 4b1100
by Pratyush Anand
· 12 years ago
08f0d96
usb: dwc3: correct set_halt implementation for ep0
by Pratyush Anand
· 12 years ago
9be2395
usb: dwc3: gadget: remove duplicated code from __dwc3_gadget_ep_set_halt
by Felipe Balbi
· 12 years ago
b4996a8
usb: dwc3: rename res_trans_idx to resource_index
by Felipe Balbi
· 12 years ago
b511e5e
usb: dwc3: gadget: split special cases of ep_queue()
by Felipe Balbi
· 12 years ago
3daf74d
usb: dwc3: remove WARN_ON from dwc_stop_active_transfer
by Pratyush Anand
· 12 years ago
1591633
usb: dwc3: giveback all queued request when ep disabled or reset received
by Pratyush Anand
· 12 years ago
e8d4e8b
usb: dwc3: fix giveback of queued request in ep_dequeue
by Pratyush Anand
· 12 years ago
b785ea7
usb: gadget: composite: fix ep->maxburst initialization
by Felipe Balbi
· 12 years ago
dcae357
usb: dwc3: resume phy during gadget initialization on recent cores
by Pratyush Anand
· 12 years ago
3336abb
usb: dwc3: gadget: ignore endpoint IRQs when endpoint is disabled
by Felipe Balbi
· 12 years ago
1e2360e
usb: dwc3: gadget: don't call stop_active_transfers() on disconnect
by Felipe Balbi
· 12 years ago
ea53b88
usb: dwc3: gadget: don't wait for ep cmd IRQ
by Felipe Balbi
· 13 years ago
6dbc10c
usb: dwc3: gadget: drop useless code
by Felipe Balbi
· 13 years ago
70b674b
usb: dwc3: Fix break from cleanup request loop
by Pratyush Anand
· 12 years ago
d6d6ec7
usb: dwc3: Fix missed isoc IN transaction
by Pratyush Anand
· 12 years ago
206dd69
USB: DWC3: Generate interrupt on each TRB as default option
by Pratyush Anand
· 13 years ago
5cbe8c2
usb: dwc3: gadget: move AcceptU1Ena and AcceptU2Ena to Reset IRQ
by Gerard CAUVY
· 12 years ago
c4430a2
usb: dwc3: gadget: disable U1/U2 on disconnect
by Felipe Balbi
· 12 years ago
fcc023c
usb: dwc3: gadget: prevent DCTL register corruption
by Felipe Balbi
· 12 years ago
Next »