Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d6e5a549cc4dba504a62855d9613836f76950790
/
drivers
/
usb
/
dwc3
/
core.h
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
ff3f078
usb: dwc3: use BIT() macro where possible
by Roger Quadros
· 8 years ago
47d3946
usb: dwc3: refactor gadget endpoint count calculation
by Bryan O'Donoghue
· 8 years ago
8261bd4e
usb: dwc3: make macros safe to expression arguments
by Roger Quadros
· 8 years ago
1966b86
usb: dwc3: make sure UX_EXIT_PX is cleared
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
9418ee1
usb: dwc3: gadget: Fix full speed mode
by Roger Quadros
· 8 years ago
e71d363
usb: dwc3: core: avoid Overflow events
by Felipe Balbi
· 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
d9fa4c6
usb: dwc3: core: add a event buffer cache
by John Youn
· 8 years ago
a987a90
usb: dwc3: Add a check for the DWC_usb3 core
by John Youn
· 8 years ago
39ebb05
usb: dwc3: gadget: Remove descriptor arguments to ep_enable
by John Youn
· 8 years ago
e62c5bc5
usb: dwc3: gadget: tracking per-TRB remaining bytes
by Felipe Balbi
· 8 years ago
6cb2e4e
usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue()
by Felipe Balbi
· 8 years ago
76a638f
usb: dwc3: gadget: wait for End Transfer to complete
by Baolin Wang
· 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
0bb39ca
usb: dwc3: Add support for device L1 exit
by John Youn
· 8 years ago
f9d2f922
usb: dwc3: remove unused struct member dwc3->mem
by Lu Baolu
· 8 years ago
b9bd138
usb: dwc3: gadget: remove unused 'first_trb_index'
by Felipe Balbi
· 8 years ago
45a2af2
usb: dwc3: debug: decode control endpoint phase too
by Felipe Balbi
· 8 years ago
5999914
usb: dwc3: gadget: properly check ep cmd
by Felipe Balbi
· 8 years ago
9d6173e
usb: dwc3: Fix dr_mode validation
by Thinh Nguyen
· 8 years ago
06281d4
usb: dwc3: Add ENDXFER command polling
by John Youn
· 8 years ago
512e475
usb: dwc3: Add revision numbers for the USB 3.0 IP
by John Youn
· 8 years ago
00fe081
usb: dwc3: add dis_del_phy_power_chg_quirk
by William Wu
· 8 years ago
32f2ed8
usb: dwc3: make usb2 phy utmi interface configurable
by William Wu
· 8 years ago
16199f3
usb: dwc3: add dis_u2_freeclk_exists_quirk
by William Wu
· 8 years ago
0b3e4af
usb: dwc3: gadget: add sg and num_pending_sgs to dwc3_request
by Felipe Balbi
· 8 years ago
68d34c8
usb: dwc3: gadget: keep track of allocated and queued reqs
by Felipe Balbi
· 9 years ago
475c8be
usb: dwc3: add DWC3_GUCTL1 reg for debug
by William Wu
· 9 years ago
e77c561
usb: dwc3: Fix DWC3_USB31_REVISION_110A definition
by John Youn
· 9 years ago
74674cb
usb: dwc3: gadget: add a per-endpoint request queue lock
by Felipe Balbi
· 9 years ago
fc8bb91
usb: dwc3: implement runtime PM
by Felipe Balbi
· 9 years ago
3f308d1
usb: dwc3: gadget: hold gadget IRQ in dwc->irq_gadget
by Felipe Balbi
· 9 years ago
51f5d49
usb: dwc3: core: simplify suspend/resume operations
by Felipe Balbi
· 9 years ago
bcdb327
usb: dwc3: core: move fladj to dwc3 structure
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
4e99472
usb: dwc3: gadget: initialize NUMP based on RxFIFO Size
by Felipe Balbi
· 9 years ago
9f8a67b
usb: dwc3: gadget: fix gadget suspend/resume
by Felipe Balbi
· 9 years ago
50c763f
usb: dwc3: Set the ClearPendIN bit on Clear Stall EP command
by John Youn
· 9 years ago
9739861
usb: dwc3: gadget: fix mask and shift order in DWC3_DCFG_NUMP()
by Dan Carpenter
· 9 years ago
2a58f9c
usb: dwc3: gadget: disable automatic calculation of ACK TP NUMP
by Felipe Balbi
· 9 years ago
676e349
usb: dwc3: gadget: update DCFG.NumP to max burst size
by Felipe Balbi
· 9 years ago
7b9cc7a
usb: dwc3: gadget: give better command return code
by Konrad Leszczynski
· 9 years ago
b058f3e
usb: dwc3: core: add helper to extract trb type
by Felipe Balbi
· 9 years ago
cf6d867
usb: dwc3: core: add fifo space helper
by Felipe Balbi
· 9 years ago
70fdb27
usb: dwc3: get rid of DWC3_TRB_MASK
by Felipe Balbi
· 9 years ago
c28f825
usb: dwc3: switch trb enqueue/dequeue and first_trb_index to u8
by Felipe Balbi
· 9 years ago
5ef68c5
usb: dwc3: core: document struct dwc3_request
by Felipe Balbi
· 9 years ago
53fd881
usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeue
by Felipe Balbi
· 9 years ago
e58dd35
usb: dwc3: add disable receiver detection in P3 quirk
by Rajesh Bhagat
· 9 years ago
696c8b1
usb: dwc3: drop ev_buffs array
by Felipe Balbi
· 9 years ago
660e9bd
usb: dwc3: remove num_event_buffers
by Felipe Balbi
· 9 years ago
aa3342c
usb: dwc3: better name for our request management lists
by Felipe Balbi
· 9 years ago
8495036
usb: dwc3: increase maximum number of TRBs per endpoint
by Felipe Balbi
· 9 years ago
bc50816
usb: dwc3: drop FIFO resizing logic
by Felipe Balbi
· 9 years ago
1f38f88
usb: dwc3: Update register fields for SuperSpeedPlus
by John Youn
· 9 years ago
c4137a9
usb: dwc3: DWC_usb31 controller check
by John Youn
· 9 years ago
c450960
usb: dwc3: Fix assignment of EP transfer resources
by John Youn
· 9 years ago
04c03d1
usb: dwc3: gadget: handle request->zero
by Felipe Balbi
· 9 years ago
ec791d1
usb: dwc3: Add dis_enblslpm_quirk
by John Youn
· 9 years ago
690fb37
usb: dwc3: Support Synopsys USB 3.1 IP
by John Youn
· 9 years ago
db2be4e
usb: dwc3: Add frame length adjustment quirk
by Nikhil Badola
· 9 years ago
19915e6
Merge 4.1-rc7 into usb-next
by Greg Kroah-Hartman
· 10 years ago
459e210
usb: dwc3: gadget: Fix incorrect DEPCMD and DGCMD status macros
by Subbaraya Sundeep Bhatta
· 10 years ago
88bc9d1
usb: dwc3: add ULPI interface support
by Heikki Krogerus
· 10 years ago
3e10a2c
usb: dwc3: add hsphy_interface property
by Heikki Krogerus
· 10 years ago
f699b94
usb: dwc3: ULPI or UTMI+ select
by Heikki Krogerus
· 10 years ago
b5699ee
usb: dwc3: USB2 PHY register access bits
by Heikki Krogerus
· 10 years ago
eac68e8
usb: dwc3: make LPM configurable in DT
by Robert Baldyga
· 10 years ago
bcdea50
usb: dwc3: gadget: use common is_selfpowered
by Peter Chen
· 10 years ago
3cd0e29
usb: dwc3: Remove current_trb as it is unused
by Amit Virdi
· 10 years ago
460d098
usb: dwc3: make HIRD threshold configurable
by Huang Rui
· 10 years ago
0effe0a
usb: dwc3: add disable usb2 suspend phy quirk
by Huang Rui
· 10 years ago
59acfa2
usb: dwc3: add disable usb3 suspend phy quirk
by Huang Rui
· 10 years ago
6b6a0c9
usb: dwc3: add Tx de-emphasis quirk
by Huang Rui
· 10 years ago
14f4ac5
usb: dwc3: add rx_detect to polling lfps quirk
by Huang Rui
· 10 years ago
fb67afc
usb: dwc3: add lfps filter quirk
by Huang Rui
· 10 years ago
41c06ff
usb: dwc3: add delay phy power change quirk
by Huang Rui
· 10 years ago
a2a1d0f
usb: dwc3: add delay p1p2p3 quirk
by Huang Rui
· 10 years ago
df31f5b
usb: dwc3: add request p1p2p3 quirk
by Huang Rui
· 10 years ago
b5a65c4
usb: dwc3: add P3 in U2 SS inactive quirk
by Huang Rui
· 10 years ago
9a5b2f3
usb: dwc3: add u2exit lfps quirk
by Huang Rui
· 10 years ago
80caf7d
usb: dwc3: add lpm erratum support
by Huang Rui
· 10 years ago
3b81221
usb: dwc3: add disscramble quirk
by Huang Rui
· 10 years ago
946bd57
usb: dwc3: add a flag to check if it is fpga board
by Huang Rui
· 10 years ago
0b0231a
usb: dwc3: get rid of ->prepare()/->complete()
by Felipe Balbi
· 10 years ago
2c4cbe6e5
usb: dwc3: add tracepoints to aid debugging
by Felipe Balbi
· 11 years ago
3ece0ec
usb: dwc3: gadget: cmd argument should always be unsigned
by Felipe Balbi
· 10 years ago
0e1e5c4
usb: dwc3: add support for USB 2.0-only core configuration
by Paul Zimmerman
· 11 years ago
5730348
usb: dwc3: adapt dwc3 core to use Generic PHY Framework
by Kishon Vijay Abraham I
· 11 years ago
dbf5aaf
usb: dwc3: define more revisions
by Felipe Balbi
· 11 years ago
6101830
usb: dwc3: fix randconfig build errors
by Felipe Balbi
· 11 years ago
835fadb
usb: dwc3: core: fix indentation
by Felipe Balbi
· 11 years ago
0ffcaf3
usb: dwc3: core: allocate scratch buffers
by Felipe Balbi
· 11 years ago
Next »